Update content through Mattrbld

This commit is contained in:
2026-05-18 14:42:38 -07:00
parent 2461ec344c
commit 20eec6793c
8 changed files with 310 additions and 0 deletions

128
.mattrbld/config.json Normal file
View File

@ -0,0 +1,128 @@
{
"autoquotes": null,
"brandColors": [],
"corsProxy": "/corsprox",
"name": "district-dharma",
"sidebar": [
{
"label": "Dashboard",
"icon": "grid",
"target": {
"name": "Project"
},
"protected": true
},
{
"icon": "document-stack",
"label": "Pages",
"target": {
"name": "Project.Collection",
"params": {
"path": "/.mattrbld/collections/pages.json"
}
}
},
{
"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": true,
"customFields": [
{
"type": "text",
"default": null,
"icon": "text-input",
"key": "alt",
"label": "Alternative Text",
"localised": false,
"options": {
"wrapping": true,
"multiline": false
},
"validation": {
"enforceMinMax": true,
"max": null,
"min": null,
"regex": null,
"regexError": null,
"required": false,
"unit": "length"
},
"value": null,
"version": 1,
"visibility": {
"hidden": false,
"showByValue": {
"field": null
}
}
},
{
"type": "text",
"default": null,
"icon": "text-input",
"key": "title",
"label": "Title",
"localised": false,
"options": {
"wrapping": true,
"multiline": false
},
"validation": {
"enforceMinMax": true,
"max": null,
"min": null,
"regex": null,
"regexError": null,
"required": false,
"unit": "length"
},
"value": null,
"version": 1,
"visibility": {
"hidden": false,
"showByValue": {
"field": null
}
}
}
],
"dir": "/src/img",
"maxSize": null,
"outputPath": "/img",
"permissions": {
"everybody": [
"everything"
]
}
}
}