Browse Source

Update from Forestry.io - Updated Forestry configuration

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

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

@@ -8,6 +8,20 @@ fields:
- type: datetime
name: date
label: date
- name: author
type: text
config:
required: false
label: author
- name: author_bio
type: textarea
default: ''
config:
required: false
wysiwyg: false
schema:
format: markdown
label: author bio
- type: file
name: image_webp
label: image webp
@@ -18,22 +32,3 @@ 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