add FMT to config file
DJ
committed Sep 20, 2018
commit edcbeeb2416eda9397811f06903fd8f01dc9c33f
Showing 1
changed file with
56 additions
and 0 deletions
.forestry/front_matter/templates/config.yml
+56
-0
| @@ | @@ -0,0 +1,56 @@ |
| + | --- |
| + | label: Site Config |
| + | hide_body: false |
| + | is_partial: false |
| + | fields: |
| + | - name: title |
| + | label: Title |
| + | type: text |
| + | hidden: false |
| + | default: '' |
| + | - name: description |
| + | label: Description |
| + | type: text |
| + | hidden: false |
| + | default: '' |
| + | - type: file |
| + | name: logo |
| + | label: Logo |
| + | - name: footer |
| + | label: Footer |
| + | type: text |
| + | hidden: false |
| + | default: '' |
| + | - name: favicon |
| + | label: Favicon |
| + | type: file |
| + | hidden: false |
| + | default: '' |
| + | - name: navigation |
| + | label: Navigation |
| + | type: field_group_list |
| + | fields: |
| + | - name: text |
| + | label: Text |
| + | type: text |
| + | hidden: false |
| + | default: '' |
| + | - name: link |
| + | label: Link |
| + | type: text |
| + | hidden: false |
| + | default: '' |
| + | - name: position |
| + | label: Position |
| + | type: text |
| + | hidden: false |
| + | default: '' |
| + | - name: external |
| + | label: External |
| + | type: boolean |
| + | hidden: false |
| + | default: '' |
| + | hidden: false |
| + | default: '' |
| + | pages: |
| + | - portfolio/config.json |
| \ No newline at end of file | |