Re-format sitetree fixture in preparation for update
This is just a reformat with "python -m json.tool"
This commit is contained in:
parent
183dea0b6e
commit
4b3dd5f8e3
1 changed files with 29 additions and 29 deletions
|
@ -1,56 +1,56 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"pk": 1,
|
|
||||||
"model": "sitetree.tree",
|
|
||||||
"fields": {
|
"fields": {
|
||||||
"alias": "main",
|
"alias": "main",
|
||||||
"title": "main"
|
"title": "main"
|
||||||
}
|
},
|
||||||
|
"model": "sitetree.tree",
|
||||||
|
"pk": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pk": 1,
|
|
||||||
"model": "sitetree.treeitem",
|
|
||||||
"fields": {
|
"fields": {
|
||||||
"parent": null,
|
"access_loggedin": false,
|
||||||
"access_restricted": false,
|
"access_perm_type": 1,
|
||||||
"access_permissions": [],
|
"access_permissions": [],
|
||||||
|
"access_restricted": false,
|
||||||
|
"alias": null,
|
||||||
"description": "",
|
"description": "",
|
||||||
"insitetree": true,
|
"hidden": false,
|
||||||
"hint": "",
|
"hint": "",
|
||||||
"url": "http://lca2018.org",
|
|
||||||
"inbreadcrumbs": true,
|
"inbreadcrumbs": true,
|
||||||
|
"inmenu": true,
|
||||||
|
"insitetree": true,
|
||||||
|
"parent": null,
|
||||||
|
"sort_order": 2,
|
||||||
"title": "LINUX.CONF.AU 2018",
|
"title": "LINUX.CONF.AU 2018",
|
||||||
"tree": 1,
|
"tree": 1,
|
||||||
"access_perm_type": 1,
|
"url": "http://lca2018.org",
|
||||||
"alias": null,
|
|
||||||
"sort_order": 2,
|
|
||||||
"inmenu": true,
|
|
||||||
"access_loggedin": false,
|
|
||||||
"hidden": false,
|
|
||||||
"urlaspattern": false
|
"urlaspattern": false
|
||||||
}
|
},
|
||||||
|
"model": "sitetree.treeitem",
|
||||||
|
"pk": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pk": 2,
|
|
||||||
"model": "sitetree.treeitem",
|
|
||||||
"fields": {
|
"fields": {
|
||||||
"parent": null,
|
"access_loggedin": false,
|
||||||
"access_restricted": false,
|
"access_perm_type": 1,
|
||||||
"access_permissions": [],
|
"access_permissions": [],
|
||||||
|
"access_restricted": false,
|
||||||
|
"alias": null,
|
||||||
"description": "",
|
"description": "",
|
||||||
"insitetree": true,
|
"hidden": false,
|
||||||
"hint": "",
|
"hint": "",
|
||||||
"url": "dashboard",
|
|
||||||
"inbreadcrumbs": true,
|
"inbreadcrumbs": true,
|
||||||
|
"inmenu": true,
|
||||||
|
"insitetree": true,
|
||||||
|
"parent": null,
|
||||||
|
"sort_order": 3,
|
||||||
"title": "Dashboard",
|
"title": "Dashboard",
|
||||||
"tree": 1,
|
"tree": 1,
|
||||||
"access_perm_type": 1,
|
"url": "dashboard",
|
||||||
"alias": null,
|
|
||||||
"sort_order": 3,
|
|
||||||
"inmenu": true,
|
|
||||||
"access_loggedin": false,
|
|
||||||
"hidden": false,
|
|
||||||
"urlaspattern": true
|
"urlaspattern": true
|
||||||
}
|
},
|
||||||
|
"model": "sitetree.treeitem",
|
||||||
|
"pk": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue