generated from inherentlee/11ty
Update content through Mattrbld
This commit is contained in:
128
.mattrbld/config.json
Normal file
128
.mattrbld/config.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user