Skip to content

Instantly share code, notes, and snippets.

@pdr
Created October 1, 2015 21:39
Show Gist options
  • Save pdr/eea6fb1157f4f84fe0ff to your computer and use it in GitHub Desktop.
Save pdr/eea6fb1157f4f84fe0ff to your computer and use it in GitHub Desktop.
{
"name": "Index",
"fields": {
"philosophy": {
"title": "Philosophy",
"type": "section",
"items": {
"title":"text",
"subheading": "wysiwyg",
"video": "text",
}
},
"cookbook": {
"title": "Cookbook",
"type": "section",
"items": {
"image": "image",
"title": "text",
"description": "wysiwyg",
"purchase_link": "text"
},
},
"footer": {
"title": "Footer",
"type": "section",
"items": {
"hours": "wysiwyg",
"directions": "wysiwyg",
"reservations": "wysiwyg",
}
}
},
"wireframe": [
"box-galleries-homepage",
{
"container": {
"width": "columns-12",
"contents": [
{
"boxes-locations": {
"width": "columns-6"
}
}
],
},
},
"section-philosophy",
"section-cookbook",
"section-footer"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment