Skip to content

Instantly share code, notes, and snippets.

@jackmcdade
Last active September 5, 2021 23:36
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackmcdade/5731492 to your computer and use it in GitHub Desktop.
Save jackmcdade/5731492 to your computer and use it in GitHub Desktop.
Statamic Fieldset Kitchen Sink
title: Fieldset Kitchen Sink
fields:
status:
type: status
_template:
type: templates
file:
type: file
destination: assets/img
suggest:
type: suggest
multiple: true
options:
happy: Happy
sad: Sad
meh: Meh
location:
display: Location
type: location
select:
type: select
options:
- one
- two
- three
checkbox:
type: checkbox
radio:
type: radio
options:
- this
- that
date:
type: date
tags:
type: tags
time:
type: time
users:
type: users
redactor:
type: redactor
text:
type: text
textarea:
type: textarea
content:
type: markitup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment