Created
March 28, 2014 22:17
-
-
Save rudyrigot/9844152 to your computer and use it in GitHub Desktop.
JSON mask for the "about" content type in the front-end-only example
This file contains 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
{ | |
"Main" : { | |
"title" : { | |
"fieldset" : "Title of the project", | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "heading1" | |
} | |
}, | |
"image" : { | |
"fieldset" : "Image", | |
"type" : "Image" | |
}, | |
"section" : { | |
"fieldset" : "Portfolio section", | |
"type" : "Link", | |
"config" : { | |
"select" : "document", | |
"masks" : [ "portfolio-section" ] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment