generated from inherentlee/11ty
Update content through Mattrbld
This commit is contained in:
@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user