generated from inherentlee/11ty
fix schema
This commit is contained in:
@@ -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": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user