Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rudyrigot
Created March 28, 2014 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rudyrigot/9844085 to your computer and use it in GitHub Desktop.
Save rudyrigot/9844085 to your computer and use it in GitHub Desktop.
JSON mask for the "about" content type in the front-end-only example
{
"Main" : {
"title" : {
"fieldset" : "Slide's title",
"type" : "StructuredText",
"config" : {
"single" : "heading1"
}
},
"lede" : {
"fieldset" : "Slide's lede",
"type" : "StructuredText",
"config" : {
"single" : "paragraph,strong,em"
}
},
"img0" : {
"fieldset" : "Image #1",
"type" : "Image"
},
"device" : {
"fieldset" : "Type of device around the image",
"type" : "Select",
"config" : {
"options" : [ "imac", "ipad" ]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment