mattrbld/.mattrbld/config.json

85 lines
1.6 KiB
JSON

{
"autoquotes": null,
"brandColors": [],
"corsProxy": "/corsprox",
"name": "yyc.lgbt",
"sidebar": [
{
"label": "Dashboard",
"icon": "grid",
"target": {
"name": "Project"
},
"protected": true
},
{
"icon": null,
"label": "events",
"target": {
"name": "Project.Collection",
"params": {
"path": "/.mattrbld/collections/events.json"
}
}
},
{
"icon": null,
"label": "organizations",
"target": {
"name": "Project.Collection",
"params": {
"path": "/.mattrbld/collections/organizations.json"
}
}
},
{
"label": "Media Library",
"icon": "image-stack",
"target": {
"name": "Project.MediaLibrary"
},
"protected": true,
"limitToRoles": [
"owner"
]
},
{
"label": "Settings",
"icon": "settings",
"target": {
"name": "Project.Settings"
},
"onlyPrivileged": true,
"protected": true,
"limitToRoles": [
"owner"
]
}
],
"slugifyOptions": {
"customReplacements": [],
"lowercase": true,
"decamelize": true,
"preserveLeadingUnderscore": true,
"preserveTrailingDash": false,
"preserveCharacters": [],
"separator": "-",
"transliterate": true
},
"customRoles": [],
"draftsDir": null,
"previewUrl": null,
"languages": [],
"media": {
"advanced": false,
"customFields": null,
"dir": null,
"maxSize": null,
"outputPath": null,
"permissions": {
"everybody": [
"everything"
]
}
}
}