Browse Source

Update from Forestry.io - Updated Forestry configuration

pull/141/head
abhidj0090 4 years ago
parent
commit
c77b6183ca
1 changed files with 27 additions and 10 deletions
  1. 27
    10
      exampleSite/.forestry/front_matter/templates/events.yml

+ 27
- 10
exampleSite/.forestry/front_matter/templates/events.yml View File

required: false required: false
label: Event Name label: Event Name
description: Name of the event or lecture description: Name of the event or lecture
- name: event_description
type: textarea
default: ''
config:
required: false
wysiwyg: false
schema:
format: markdown
label: Event Description
description: Event or lecture description
- name: event_date - name: event_date
type: datetime type: datetime
config: config:
type: boolean type: boolean
label: All day Event label: All day Event
description: Check if its an all day event description: Check if its an all day event
- name: event_description
type: textarea
default: ''
config:
required: false
wysiwyg: false
schema:
format: markdown
label: Event Description
description: Event or lecture description
- name: event_speakers - name: event_speakers
type: field_group_list type: field_group_list
fields: fields:
required: false required: false
label: speaker label: speaker
description: Event speaker description: Event speaker
- name: speaker_image
type: file
config:
maxSize: 64
label: Speaker image
description: Speaker image
- name: speaker_image_external
type: text
config:
required: false
label: Speaker image external
description: Speaker image external
config: config:
min: min:
max: max:
labelField: labelField:
label: Event Speakers label: Event Speakers
description: Speakers at the event or lecture description: Speakers at the event or lecture
- name: related_tags
type: tag_list
default: []
label: Related Tags
description: Related tags for the lecture or event

Loading…
Cancel
Save