Skip to content

Instantly share code, notes, and snippets.

@Ferdi
Last active June 7, 2021 17:51
Show Gist options
  • Save Ferdi/c0a30867e0a7fa0810acda8cebf65707 to your computer and use it in GitHub Desktop.
Save Ferdi/c0a30867e0a7fa0810acda8cebf65707 to your computer and use it in GitHub Desktop.
collections:
- category: Content
folder: content/pages
label: Page
name: page
fields:
- label: Title
name: title
widget: string
- label: Body
name: body
widget: markdown
- category: Content
folder: content/promos
label: Promo
name: promo
fields:
- label: Title
name: title
widget: string
- label: Link
name: link
widget: object
fields:
- {
label: Link Title
name: link_title
widget: string
}
- {
label: Url
name: link_url
widget: string
}
- label: Image
name: image
widget: file
- category: Content
folder: content/notifications
label: Notification
name: notification
fields:
- label: Title
name: title
widget: string
- label: Headless
name: headless
widget: string
default: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment