Skip to content

Instantly share code, notes, and snippets.

@faresd
Created November 9, 2015 11:15
Show Gist options
  • Save faresd/ca1cb401ea94c7ee228e to your computer and use it in GitHub Desktop.
Save faresd/ca1cb401ea94c7ee228e to your computer and use it in GitHub Desktop.
Blog's home
{
"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