Update from Forestry.io - Updated Forestry configuration
DJ Walker
committed Jun 21, 2018
commit fb6ae739dea070f47317c163467bdf8178809d67
Showing 3
changed files with
21 additions
and 2 deletions
.forestry/front_matter/templates/page-builder.yml
+1
-1
| @@ | @@ -33,4 +33,4 @@ fields: |
| - 2-column-text | |
| - 3-column-text | |
| pages: | |
| - | - index.md |
| \ No newline at end of file | |
| + | - index.md |
.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 |
.forestry/settings.yml
+1
-1
| @@ | @@ -4,7 +4,7 @@ auto_deploy: false |
| admin_path: | |
| webhook_url: | |
| collections: | |
| - | upload_dir: site/uploads |
| + | upload_dir: uploads |
| public_path: "/uploads" | |
| front_matter_path: '' | |
| use_front_matter_path: false | |