Skip to content

Commit

Permalink
fix new xml validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Feb 6, 2024
1 parent c83f0f8 commit 9c8fab1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/ItemGrid/Alpha.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
5 changes: 5 additions & 0 deletions components/data/JFContentItem.bs
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9c8fab1

Please sign in to comment.