diff --git a/components/ItemGrid/Alpha.xml b/components/ItemGrid/Alpha.xml index 8525180d..5f1181bc 100644 --- a/components/ItemGrid/Alpha.xml +++ b/components/ItemGrid/Alpha.xml @@ -48,7 +48,6 @@ - \ No newline at end of file diff --git a/components/data/JFContentItem.bs b/components/data/JFContentItem.bs new file mode 100644 index 00000000..874a3df4 --- /dev/null +++ b/components/data/JFContentItem.bs @@ -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