Created
March 28, 2014 22:16
-
-
Save rudyrigot/9844108 to your computer and use it in GitHub Desktop.
JSON mask for the "service" 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" : { | |
"name" : { | |
"fieldset" : "Name of the service", | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "heading1" | |
} | |
}, | |
"catcher" : { | |
"fieldset" : "Catcher for the service", | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "paragraph" | |
} | |
}, | |
"icon_code" : { | |
"fieldset" : "Icon code (see FontAwesome's icons)", | |
"type" : "Text" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment