Skip to content

Instantly share code, notes, and snippets.

@prismicdeveloper
Last active August 29, 2015 14:22
Show Gist options
  • Save prismicdeveloper/e3432c06407b391b9698 to your computer and use it in GitHub Desktop.
Save prismicdeveloper/e3432c06407b391b9698 to your computer and use it in GitHub Desktop.
{
"Happening" : {
"title" : {
"fieldset" : "Event title",
"type" : "StructuredText",
"config" : {
"single" : "heading1,em,strong",
"placeholder" : "What is your event called?"
}
},
"uid" : {
"type" : "UID",
"config" : {
"placeholder" : "unique-identifier-for-event-url"
}
},
"description" : {
"fieldset" : "Event description",
"type" : "StructuredText",
"config" : {
"placeholder" : "What will happen during this event?"
}
}
},
"Circumstances" : {
"place" : {
"fieldset" : "Venue",
"type" : "Text",
"config" : {
"placeholder" : "Where will it take place?"
}
},
"beginning" : {
"fieldset" : "Beginning",
"type" : "Timestamp",
"config" : {
"label" : "Date and time"
}
},
"end" : {
"fieldset" : "End",
"type" : "Timestamp",
"config" : {
"label" : "Date and time"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment