Merge pull request #16 from northbaypython/josh/copy
exporting updated site tree
This commit is contained in:
commit
4dd1d60b3d
1 changed files with 7 additions and 55 deletions
|
@ -13,8 +13,8 @@
|
|||
"fields": {
|
||||
"title": "About",
|
||||
"hint": "",
|
||||
"url": "about",
|
||||
"urlaspattern": true,
|
||||
"url": "/about/north-bay-python",
|
||||
"urlaspattern": false,
|
||||
"tree": 1,
|
||||
"hidden": false,
|
||||
"alias": null,
|
||||
|
@ -35,9 +35,9 @@
|
|||
"model": "sitetree.treeitem",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"title": "Call for Sponsors",
|
||||
"title": "Become a Sponsor",
|
||||
"hint": "",
|
||||
"url": "sponsors",
|
||||
"url": "/sponsors/become-a-sponsor",
|
||||
"urlaspattern": false,
|
||||
"tree": 1,
|
||||
"hidden": false,
|
||||
|
@ -55,37 +55,13 @@
|
|||
"access_permissions": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "sitetree.treeitem",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"title": "Home",
|
||||
"hint": "",
|
||||
"url": "home",
|
||||
"urlaspattern": true,
|
||||
"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": null,
|
||||
"sort_order": 1,
|
||||
"access_permissions": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "sitetree.treeitem",
|
||||
"pk": 7,
|
||||
"fields": {
|
||||
"title": "Call for Proposals",
|
||||
"hint": "",
|
||||
"url": "proposals",
|
||||
"url": "/program/call-for-proposals",
|
||||
"urlaspattern": false,
|
||||
"tree": 1,
|
||||
"hidden": false,
|
||||
|
@ -109,7 +85,7 @@
|
|||
"fields": {
|
||||
"title": "Code of Conduct",
|
||||
"hint": "",
|
||||
"url": "code-of-conduct",
|
||||
"url": "/code-of-conduct",
|
||||
"urlaspattern": false,
|
||||
"tree": 1,
|
||||
"hidden": false,
|
||||
|
@ -133,7 +109,7 @@
|
|||
"fields": {
|
||||
"title": "News",
|
||||
"hint": "",
|
||||
"url": "news",
|
||||
"url": "/news",
|
||||
"urlaspattern": false,
|
||||
"tree": 1,
|
||||
"hidden": false,
|
||||
|
@ -150,29 +126,5 @@
|
|||
"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": []
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue