fix new xml validation errors

This commit is contained in:
Charles Ewert 2024-02-06 11:00:49 -05:00
parent c83f0f85a4
commit 9c8fab1758
2 changed files with 5 additions and 1 deletions

View File

@ -48,7 +48,6 @@
</children>
<interface>
<field id="selectedItem" type="node" alwaysNotify="true" />
<field id="focusedChild" type="node" onChange="focusChanged" />
<field id="itemAlphaSelected" type="string" />
</interface>
</component>

View File

@ -0,0 +1,5 @@
' Called whenever m.top.json changes.
' It is expected that each node that extends JFContentItem will override this function
sub setFields()
end sub