Last active
December 23, 2015 09:19
-
-
Save jiggliemon/6613684 to your computer and use it in GitHub Desktop.
Revisions
-
jiggliemon revised this gist
Sep 18, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ [ { "reference": "body", "actions":[ {"setTemplate":"one-column"}, {"removeChildren":["body.left","body.right"]} ] -
jiggliemon revised this gist
Sep 18, 2013 . 2 changed files with 13 additions and 13 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,13 @@ [{"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"} ] }] 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 charactersOriginal file line number Diff line number Diff line change @@ -1,15 +1,15 @@ [ { "reference": "body", actions:[ {"setTemplate":"one-column"}, {"removeChildren":["body.left","body.right"]} ] }, { "refrence": "body.main", "children": [ {"name":"user", "type": "user/listing"} ] } ] -
jiggliemon created this gist
Sep 18, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ [{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"} ] }] 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ [ { reference: "body", actions:[ {"setTemplate":"one-column"}, {"removeChildren":["body.left","body.right"]} ] }, { refrence: "body.main", children: [ {name:"user", type: "user/listing"} ] } ]