Skip to content

Instantly share code, notes, and snippets.

@tech4him1
Forked from jevenson/config.yml
Last active April 20, 2018 16:52
Show Gist options
  • Save tech4him1/2e2c0410be9f7e77806a928750abb8b2 to your computer and use it in GitHub Desktop.
Save tech4him1/2e2c0410be9f7e77806a928750abb8b2 to your computer and use it in GitHub Desktop.
Netlify CMS Bug Report
page_default_fields:
- label: Page Title
name: pageTitle
widget: string
home_page_fields:
- label: Layout
name: layout
widget: hidden
default: home.hbs
- label: Title
name: title
widget: string
- label: Hide From Navigation
name: hideFromNav
widget: boolean
default: true
- label: Hero
name: hero
widget: object
fields:
- label: Tagline
name: tagline
widget: text
- label: Host Description
name: hostDescription
widget: string
- label: Enable Registration
name: enableRegistration
widget: boolean
default: false
- label: Registration Coming Soon Text
name: registrationComingSoonText
widget: string
- label: Registration Button Text
name: registrationButtonText
widget: string
- label: Schedule and Sessions
name: schedule
widget: object
fields:
- label: Header
name: header
widget: string
- label: Coming Soon Text
name: comingSoonText
widget: text
- label: Previous Year Schedule Text
name: previousYearScheduleText
widget: string
- label: About CWITA
name: about
widget: object
fields:
- label: Header
name: header
widget: string
- label: About Text
name: aboutText
widget: text
- label: Read More Text
name: readMoreText
widget: string
- label: Registration
name: registration
widget: object
fields:
- label: Header
name: header
widget: string
- label: Scholarship Info Text
name: scholarshipInfoText
widget: text
- label: Accomodation Info Text
name: accomodationInfoText
widget: string
- label: Registration Prompt
name: registrationPrompt
widget: string
- label: Sponsors
name: sponsors
widget: object
fields:
- label: Header
name: header
widget: string
- label: Platnium Sponsors
name: platniumSponsors
widget: list
fields:
- label: Logo
name: logo
widget: image
- label: URL
name: url
widget: string
- label: Gold Sponsors
name: goldSponsors
widget: list
fields:
- label: Logo
name: logo
widget: image
- label: URL
name: url
widget: string
- label: Silver Sponsors
name: silverSponsors
widget: list
fields:
- label: Logo
name: logo
widget: image
- label: URL
name: url
widget: string
- label: Bronze Sponsors
name: bronzeSponsors
widget: list
fields:
- label: Logo
name: logo
widget: image
- label: URL
name: url
widget: string
- label: Sponsor Prompt
name: sponsorPrompt
widget: string
backend:
name: git-gateway
branch: home
media_folder: src/site/assets
public_folder: /assets
collections:
- name: home
label: Home
create: false
delete: false
editor:
preview: false
files:
- name: home
label: Home Page
file: src/site/index.md
description: Home Page
fields:
'0':
label: Page Title
name: pageTitle
widget: string
'1':
label: Title
name: title
widget: string
'2':
label: Hide From Navigation
name: hideFromNav
widget: boolean
default: true
'3':
label: Hero
name: hero
widget: object
fields:
- label: Tagline
name: tagline
widget: text
- label: Host Description
name: hostDescription
widget: string
'4':
label: Enable Registration
name: enableRegistration
widget: boolean
default: false
'5':
label: Registration Coming Soon Text
name: registrationComingSoonText
widget: string
'6':
label: Registration Button Text
name: registrationButtonText
widget: string
'7':
label: Schedule and Sessions
name: schedule
widget: object
fields:
- label: Header
name: header
widget: string
- label: Coming Soon Text
name: comingSoonText
widget: text
- label: Previous Year Schedule Text
name: previousYearScheduleText
widget: string
'8':
label: About CWITA
name: about
widget: object
fields:
- label: Header
name: header
widget: string
- label: About Text
name: aboutText
widget: text
- label: Read More Text
name: readMoreText
widget: string
'9':
label: Registration
name: registration
widget: object
fields:
- label: Header
name: header
widget: string
- label: Scholarship Info Text
name: scholarshipInfoText
widget: text
- label: Accomodation Info Text
name: accomodationInfoText
widget: string
- label: Registration Prompt
name: registrationPrompt
widget: string
'10':
label: Sponsors
name: sponsors
widget: object
fields:
- label: Header
name: header
widget: string
- label: Platnium Sponsors
name: platniumSponsors
widget: list
fields:
- label: Logo
name: logo
widget: image
- label: URL
name: url
widget: string
- label: Gold Sponsors
name: goldSponsors
widget: list
fields:
- label: Logo
name: logo
widget: image
- label: URL
name: url
widget: string
- label: Silver Sponsors
name: silverSponsors
widget: list
fields:
- label: Logo
name: logo
widget: image
- label: URL
name: url
widget: string
- label: Bronze Sponsors
name: bronzeSponsors
widget: list
fields:
- label: Logo
name: logo
widget: image
- label: URL
name: url
widget: string
- label: Sponsor Prompt
name: sponsorPrompt
widget: string
- name: settings
label: Global Settings
create: false
delete: false
editor:
preview: false
files:
- name: general
label: Site Settings
file: app-config.json
description: General Site Settings
fields:
- label: Site Name
name: siteName
widget: string
- label: Conference Date
name: conferenceDate
widget: date
- label: Conference Start Time
name: conferenceStartTime
widget: datetime
- label: Conference End Time
name: conferenceEndTime
widget: datetime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment