Browse Source

Update from Forestry.io - Updated Forestry configuration

pull/141/head
abhidj0090 4 years ago
parent
commit
2b09a099d7
1 changed files with 19 additions and 4 deletions
  1. 19
    4
      exampleSite/.forestry/front_matter/templates/post.yml

+ 19
- 4
exampleSite/.forestry/front_matter/templates/post.yml View File

@@ -8,10 +8,6 @@ fields:
- type: datetime
name: date
label: date
- type: text
name: author
label: author
description: 'Ex: John Doe'
- type: file
name: image_webp
label: image webp
@@ -22,3 +18,22 @@ fields:
name: description
label: description
description: meta description
- name: author
type: field_group
config: {}
fields:
- name: name
type: text
config:
required: false
label: name
- name: short_bio
type: textarea
default: ''
config:
required: false
wysiwyg: false
schema:
format: markdown
label: short bio
label: author

Loading…
Cancel
Save