Update content through Mattrbld

This commit is contained in:
2026-05-13 10:27:36 -07:00
parent 81d7b484c8
commit 59b643197e
7 changed files with 296 additions and 20 deletions

View File

@ -4,23 +4,6 @@
"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",
@ -29,6 +12,16 @@
},
"protected": true
},
{
"icon": "globe-alt",
"label": "pages",
"target": {
"name": "Project.Collection",
"params": {
"path": "/.mattrbld/collections/pages.json"
}
}
},
{
"label": "Media Library",
"icon": "image-stack",
@ -62,9 +55,68 @@
"previewUrl": null,
"languages": [],
"media": {
"advanced": false,
"customFields": null,
"dir": null,
"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/images",
"maxSize": null,
"outputPath": null,
"permissions": {