Created
June 10, 2015 13:12
-
-
Save srenault/1234b69d43fe607e8c0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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