Files
noahspan-root/.mattrbld/config.json
2025-02-09 21:25:02 -06:00

100 lines
1.9 KiB
JSON

{
"autoquotes": null,
"brandColors": [],
"corsProxy": "http://localhost:9999",
"name": "noahspan-root",
"sidebar": [
{
"label": "The sidebar has not yet been configured for this project"
},
{
"icon": "wrench-and-driver",
"label": "Configure now",
"target": {
"name": "Project.Settings",
"query": {
"tab": "sidebar"
}
},
"onlyPrivileged": true
},
{
"separator": true
},
{
"label": "Dashboard",
"icon": "grid",
"target": {
"name": "Project"
},
"protected": true
},
{
"label": "Media Library",
"icon": "image-stack",
"target": {
"name": "Project.MediaLibrary"
},
"protected": true
},
{
"label": "Settings",
"icon": "settings",
"target": {
"name": "Project.Settings"
},
"onlyPrivileged": true,
"protected": true
},
{
"separator": true
},
{
"icon": "bullet-list",
"label": "Skills",
"target": {
"name": "Project.Collection",
"params": {
"path": "/.mattrbld/collections/skills.json"
}
}
},
{
"icon": "bullet-list",
"label": "Experiences",
"target": {
"name": "Project.Collection",
"params": {
"path": "/.mattrbld/collections/experiences.json"
}
}
},
{
"icon": "bullet-list",
"label": "Projects",
"target": {
"name": "Project.Collection",
"params": {
"path": "/.mattrbld/collections/projects.json"
}
}
}
],
"slugifyOptions": null,
"customRoles": [],
"draftsDir": null,
"previewUrl": null,
"languages": [],
"media": {
"advanced": false,
"customFields": null,
"dir": null,
"maxSize": null,
"outputPath": null,
"permissions": {
"everybody": [
"everything"
]
}
}
}