diff --git a/.mattrbld/schemas/page.json b/.mattrbld/schemas/page.json index fc891d7..57535da 100644 --- a/.mattrbld/schemas/page.json +++ b/.mattrbld/schemas/page.json @@ -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": [ { diff --git a/src/pages/index.md b/src/pages/index.md index 459a584..6c37a12 100644 --- a/src/pages/index.md +++ b/src/pages/index.md @@ -5,8 +5,6 @@ author: Lee eleventyNavigation: key: home order: 1 -image: null -text: null ___mb_schema: /.mattrbld/schemas/page.json --- Hello and welcome to my cool website.