Skip to content

Instantly share code, notes, and snippets.

@jiggliemon
Last active December 23, 2015 09:19
Show Gist options
  • Select an option

  • Save jiggliemon/6613684 to your computer and use it in GitHub Desktop.

Select an option

Save jiggliemon/6613684 to your computer and use it in GitHub Desktop.

Revisions

  1. jiggliemon revised this gist Sep 18, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion app.user.json
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    [
    {
    "reference": "body",
    actions:[
    "actions":[
    {"setTemplate":"one-column"},
    {"removeChildren":["body.left","body.right"]}
    ]
  2. jiggliemon revised this gist Sep 18, 2013. 2 changed files with 13 additions and 13 deletions.
    18 changes: 9 additions & 9 deletions app.layout.json
    Original 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":"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"}
    {"name": "footer", "type":"core/template"}
    ]
    }]
    8 changes: 4 additions & 4 deletions app.user.json
    Original file line number Diff line number Diff line change
    @@ -1,15 +1,15 @@
    [
    {
    reference: "body",
    "reference": "body",
    actions:[
    {"setTemplate":"one-column"},
    {"removeChildren":["body.left","body.right"]}
    ]
    },
    {
    refrence: "body.main",
    children: [
    {name:"user", type: "user/listing"}
    "refrence": "body.main",
    "children": [
    {"name":"user", "type": "user/listing"}
    ]
    }
    ]
  3. jiggliemon created this gist Sep 18, 2013.
    13 changes: 13 additions & 0 deletions app.layout.json
    Original 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"}
    ]
    }]
    15 changes: 15 additions & 0 deletions app.user.json
    Original 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"}
    ]
    }
    ]