Skip to content

Instantly share code, notes, and snippets.

@ebrehault
Created June 18, 2018 16:30
Show Gist options
  • Save ebrehault/bf2bc43ef923978a2389f7989351e616 to your computer and use it in GitHub Desktop.
Save ebrehault/bf2bc43ef923978a2389f7989351e616 to your computer and use it in GitHub Desktop.
{
"fieldsets": [
{
"fields": [
"title",
"description"
],
"id": "default",
"title": "Default"
},
{
"fields": [
"author",
"language"
],
"id": "settings",
"title": "Settings"
}
],
"properties": {
"description": {
"description": "Short description",
"minLength": 0,
"title": "Summary",
"type": "string",
"widget": "textarea"
},
"title": {
"description": "",
"title": "Title",
"type": "string"
},
"author": {
"description": "",
"title": "Author",
"type": "string"
},
"language": {
"description": "",
"choices": [
[
"es",
"Spanish"
],
[
"fr",
"French"
]
],
"title": "Language",
"type": "string",
"widget": "select"
}
},
"required": ["title"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment