Update content through Mattrbld

This commit is contained in:
2026-05-13 10:07:48 -07:00
parent 46daa95961
commit 81d7b484c8
2 changed files with 82 additions and 0 deletions

76
.mattrbld/config.json Normal file
View File

@ -0,0 +1,76 @@
{
"autoquotes": null,
"brandColors": [],
"corsProxy": "/corsprox",
"name": "mattrbld-test",
"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
}
],
"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"
]
}
}
}

View File

@ -0,0 +1,6 @@
{
"email": "lee.cattarin@gmail.com",
"id": "lee-cattarin-gmail-com",
"name": "Lee Cattarin",
"role": "owner"
}