generated from inherentlee/11ty
Update content through Mattrbld
This commit is contained in:
@ -14,8 +14,7 @@
|
|||||||
},
|
},
|
||||||
"rawEntityNames": false,
|
"rawEntityNames": false,
|
||||||
"schemas": [
|
"schemas": [
|
||||||
"/.mattrbld/schemas/page.json",
|
"/.mattrbld/schemas/page.json"
|
||||||
"/.mattrbld/schemas/page-html.json"
|
|
||||||
],
|
],
|
||||||
"type": "md",
|
"type": "md",
|
||||||
"urlTemplate": "/:title/"
|
"urlTemplate": "/:title/"
|
||||||
|
|||||||
@ -1,112 +0,0 @@
|
|||||||
{
|
|
||||||
"fields": [
|
|
||||||
{
|
|
||||||
"type": "text",
|
|
||||||
"default": null,
|
|
||||||
"icon": "text-input",
|
|
||||||
"key": "title",
|
|
||||||
"label": "Title",
|
|
||||||
"localised": false,
|
|
||||||
"options": {
|
|
||||||
"wrapping": true,
|
|
||||||
"multiline": false
|
|
||||||
},
|
|
||||||
"tab": "Untitled Tab",
|
|
||||||
"validation": {
|
|
||||||
"enforceMinMax": true,
|
|
||||||
"max": null,
|
|
||||||
"min": null,
|
|
||||||
"regex": null,
|
|
||||||
"regexError": null,
|
|
||||||
"required": true,
|
|
||||||
"unit": "length"
|
|
||||||
},
|
|
||||||
"value": null,
|
|
||||||
"version": 1,
|
|
||||||
"visibility": {
|
|
||||||
"hidden": false,
|
|
||||||
"showByValue": {
|
|
||||||
"field": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "rich text",
|
|
||||||
"default": null,
|
|
||||||
"icon": "text",
|
|
||||||
"key": "content",
|
|
||||||
"label": "body",
|
|
||||||
"localised": false,
|
|
||||||
"options": {
|
|
||||||
"outputFormat": "html",
|
|
||||||
"blockFormats": [
|
|
||||||
"blockquote",
|
|
||||||
"heading",
|
|
||||||
"hr",
|
|
||||||
"orderedList",
|
|
||||||
"unorderedList",
|
|
||||||
"image",
|
|
||||||
"codeBlock"
|
|
||||||
],
|
|
||||||
"inlineFormats": [
|
|
||||||
"em",
|
|
||||||
"strong",
|
|
||||||
"link",
|
|
||||||
"code"
|
|
||||||
],
|
|
||||||
"formatOptions": [
|
|
||||||
"allowQuoteFooters",
|
|
||||||
"allowNestedLists",
|
|
||||||
"allowImageCaptions"
|
|
||||||
],
|
|
||||||
"inputRuleOptions": [
|
|
||||||
"autoquotes",
|
|
||||||
"dashes",
|
|
||||||
"ellipsis",
|
|
||||||
"noDoubleCaps",
|
|
||||||
"noDoubleSpace"
|
|
||||||
],
|
|
||||||
"minHeading": 2,
|
|
||||||
"maxHeading": 4,
|
|
||||||
"codeLangs": [
|
|
||||||
"html",
|
|
||||||
"css",
|
|
||||||
"javascript",
|
|
||||||
"markdown"
|
|
||||||
],
|
|
||||||
"allowRaw": false,
|
|
||||||
"urlTemplate": "",
|
|
||||||
"urlSuffix": "",
|
|
||||||
"linkOptions": [
|
|
||||||
"forceBlankTarget",
|
|
||||||
"allowExternal",
|
|
||||||
"allowInternal"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"tab": "Untitled Tab",
|
|
||||||
"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": [
|
|
||||||
{
|
|
||||||
"label": "Untitled Tab",
|
|
||||||
"groupAs": null
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user