Created
November 9, 2015 11:15
-
-
Save faresd/ca1cb401ea94c7ee228e to your computer and use it in GitHub Desktop.
Blog's home
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
{ | |
"Main" : { | |
"headline" : { | |
"type" : "StructuredText", | |
"config" : { | |
"placeholder" : "Main title...", | |
"single" : "heading1" | |
} | |
}, | |
"description" : { | |
"type" : "StructuredText", | |
"config" : { | |
"placeholder" : "Sub-title", | |
"single" : "heading2" | |
} | |
}, | |
"image" : { | |
"type" : "Image" | |
} | |
}, | |
"Child Pages" : { | |
"children" : { | |
"type" : "Group", | |
"fieldset" : "Child pages are used for the menu and the URL hierarchy", | |
"config" : { | |
"fields" : { | |
"label" : { | |
"type" : "Text", | |
"config" : { | |
"placeholder" : "Link label" | |
} | |
}, | |
"link" : { | |
"type" : "Link", | |
"config" : { | |
"select" : "document", | |
"masks" : [ "page", "bloghome" ] | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment