make nav position a select
DJ
committed Sep 20, 2018
commit 9c595a7c961a7659defd24149951d70e2377c8cb
Showing 1
changed file with
8 additions
and 4 deletions
.forestry/front_matter/templates/config.yml
+8
-4
| @@ | @@ -40,11 +40,15 @@ fields: |
| type: text | |
| hidden: false | |
| default: '' | |
| - | - name: position |
| + | - type: select |
| + | config: |
| + | source: |
| + | type: simple |
| + | options: |
| + | - left |
| + | - right |
| label: Position | |
| - | type: text |
| - | hidden: false |
| - | default: '' |
| + | name: position |
| - name: external | |
| label: External | |
| type: boolean | |