Update from Forestry.io
Sebastian Engels
committed Jun 22, 2018
commit 874b6495ec7c2f8d4fc00ead79a8aed850fa44e4
Showing 2
changed files with
20 additions
and 2 deletions
.forestry/front_matter/templates/page-builder.yml
+1
-2
| @@ | @@ -32,6 +32,5 @@ fields: |
| - simple-footer | |
| - 4-column-footer | |
| pages: | |
| - | - test.md |
| + | - simple.md |
| - index.md | |
| - | - simple.md |
| \ No newline at end of file | |
.forestry/front_matter/templates/text-1.yml
+19
-0
| @@ | @@ -0,0 +1,19 @@ |
| + | --- |
| + | hide_body: false |
| + | is_partial: true |
| + | fields: |
| + | - type: text |
| + | hidden: true |
| + | label: block |
| + | name: block |
| + | default: text-1 |
| + | - type: text |
| + | name: headline |
| + | label: Headline |
| + | - type: textarea |
| + | name: content |
| + | label: Content |
| + | config: |
| + | wysiwyg: true |
| + | schema: |
| + | format: html-blocks |