Files
mattrbld/.mattrbld/config.json

128 lines
2.6 KiB
JSON
Raw Normal View History

2026-05-13 10:07:48 -07:00
{
"autoquotes": null,
"brandColors": [],
"corsProxy": "/corsprox",
"name": "mattrbld-test",
"sidebar": [
{
"label": "Dashboard",
"icon": "grid",
"target": {
"name": "Project"
},
"protected": true
},
2026-05-13 10:27:36 -07:00
{
"icon": "globe-alt",
"label": "pages",
"target": {
"name": "Project.Collection",
"params": {
"path": "/.mattrbld/collections/pages.json"
}
}
},
2026-05-13 10:07:48 -07:00
{
"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": {
2026-05-13 10:27:36 -07:00
"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",
2026-05-13 10:07:48 -07:00
"maxSize": null,
2026-05-13 10:37:55 -07:00
"outputPath": "/images",
2026-05-13 10:07:48 -07:00
"permissions": {
"everybody": [
"everything"
]
}
}
}