Skip to content

Instantly share code, notes, and snippets.

@rudyrigot
Created March 28, 2014 22:15
Show Gist options
  • Save rudyrigot/9844097 to your computer and use it in GitHub Desktop.
Save rudyrigot/9844097 to your computer and use it in GitHub Desktop.
JSON mask for the "client" content type in the front-end-only example
{
"Main" : {
"name" : {
"fieldset" : "Name",
"type" : "StructuredText",
"config" : {
"single" : "heading1"
}
},
"logo" : {
"fieldset" : "Logo",
"type" : "Image"
},
"link" : {
"fieldset" : "Link",
"type" : "Link",
"config" : {
"select" : "web"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment