fix schema

This commit is contained in:
2026-09-15 18:36:37 -07:00
parent 26aea0c058
commit b147d8d60b
2 changed files with 0 additions and 58 deletions
-56
View File
@@ -215,62 +215,6 @@
} }
} }
}, },
{
"type": "image",
"default": null,
"icon": "image",
"key": "image",
"label": "Image",
"options": {
"resolutionHint": "",
"removable": true,
"simple": false
},
"tab": "Hero image",
"validation": {
"max": null,
"required": false,
"unit": "filesize (MB)"
},
"value": null,
"version": 1,
"visibility": {
"hidden": false,
"showByValue": {
"field": null
}
}
},
{
"type": "text",
"default": null,
"icon": "text-input",
"key": "text",
"label": "Unformatted Text",
"localised": false,
"options": {
"wrapping": true,
"multiline": false
},
"tab": "Hero image",
"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
}
}
}
], ],
"tabs": [ "tabs": [
{ {
-2
View File
@@ -5,8 +5,6 @@ author: Lee
eleventyNavigation: eleventyNavigation:
key: home key: home
order: 1 order: 1
image: null
text: null
___mb_schema: /.mattrbld/schemas/page.json ___mb_schema: /.mattrbld/schemas/page.json
--- ---
Hello and welcome to my cool website. Hello and welcome to my cool website.