lib/generators/cardboard/install/templates/cardboard.yml in cardboard_cms-0.2.1 vs lib/generators/cardboard/install/templates/cardboard.yml in cardboard_cms-0.2.2
- old
+ new
@@ -1,7 +1,7 @@
-# # Page and Settings admin forms
-# # Example
+# # Pages, Templates and Settings
+
# pages:
# home:
# title: Welcome
# parts:
# intro:
@@ -11,19 +11,26 @@
# text2:
# type: string
# show_slideshow:
# type: boolean
# slideshow:
-# repeatable: true
+# repeatable: Slide
# fields:
-# image1:
+# image:
# type: image
-# position: 0
# description:
# hint: This will be visible on mouse over
# type: string
# required: false
-# position: 1
+# templates:
+# two_column:
+# parts:
+# main:
+# fields:
+# body:
+# type: rich_text
+# sidebar:
+# type: rich_text
# settings:
# more_fun:
# type: boolean
# default: true
\ No newline at end of file