Skip to content

Instantly share code, notes, and snippets.

@jiggliemon
Last active December 23, 2015 09:19
Show Gist options
  • Save jiggliemon/6613684 to your computer and use it in GitHub Desktop.
Save jiggliemon/6613684 to your computer and use it in GitHub Desktop.
[{"name":"root","type": "core/template",
"children": [
{"name": "header","type": "core/template"},
{"name": "body","type":"core/template",
"children": [
{"name": "body.left", "type": "core/template"},
{"name": "body.right", "type": "core/template"},
{"name": "body.main", "type": "core/template"}
]
},
{"name": "footer", "type":"core/template"}
]
}]
[
{
"reference": "body",
"actions":[
{"setTemplate":"one-column"},
{"removeChildren":["body.left","body.right"]}
]
},
{
"refrence": "body.main",
"children": [
{"name":"user", "type": "user/listing"}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment