Changeset - 56d8aae48fd5
[Not reviewed]
0 1 0
Joshua Simmons - 7 years ago 2017-08-09 14:24:31
i@joshuasimmons.name
export updated sitetree, includes coc under about page in nav
1 file changed with 24 insertions and 0 deletions:
0 comments (0 inline, 0 general)
fixtures/sitetree.json
Show inline comments
...
 
@@ -147,8 +147,32 @@
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": null,
 
        "sort_order": 9,
 
        "access_permissions": []
 
    }
 
},
 
{
 
    "model": "sitetree.treeitem",
 
    "pk": 10,
 
    "fields": {
 
        "title": "Colophon",
 
        "hint": "",
 
        "url": "Colophon",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": false,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": 1,
 
        "sort_order": 10,
 
        "access_permissions": []
 
    }
 
}
 
]
0 comments (0 inline, 0 general)