Update from Forestry.io - Updated Forestry configuration
torey@teagles.io
committed Apr 11, 2020
commit df18a52bcbc1f4a70c0e66edebd70d5db054173b
Showing 1
changed file with
13 additions
and 2 deletions
.forestry/front_matter/templates/page.yml
+13
-2
| @@ | @@ -4,7 +4,18 @@ hide_body: false |
| fields: | |
| - type: text | |
| name: title | |
| - | label: title |
| + | label: Page Name |
| + | config: |
| + | required: true |
| + | - name: heading |
| + | type: text |
| + | config: |
| + | required: false |
| + | label: Heading |
| - type: text | |
| name: subtitle | |
| - | label: subtitle |
| + | label: SubHeading |
| + | - name: published |
| + | type: boolean |
| + | label: Published |
| + | default: true |