Skip to content

Instantly share code, notes, and snippets.

@srenault
Created June 10, 2015 13:12
Show Gist options
  • Save srenault/1234b69d43fe607e8c0f to your computer and use it in GitHub Desktop.
Save srenault/1234b69d43fe607e8c0f to your computer and use it in GitHub Desktop.
"people" : {
"type" : "Group",
"fieldset" : "People",
"config" : {
"fields" : {
"illustration" : {
"type" : "Image",
"config" : {
"constraint" : {
"height" : 1024
},
"thumbnails" : [ {
"name" : "Icon",
"width" : 532,
"height" : 400
} ]
}
},
"title" : {
"type" : "StructuredText",
"config" : {
"single" : "heading3",
"placeholder" : "Name..."
}
},
"summary" : {
"type" : "StructuredText",
"config" : {
"placeholder" : "Job title",
"single" : "paragraph"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment