From 7080e083e6d7b410c3299c3c4aed155d75866c21 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Wed, 13 May 2026 11:13:12 -0700 Subject: [PATCH] Update content through Mattrbld --- .mattrbld/collections/pages.json | 3 +- .mattrbld/schemas/page-html.json | 112 ------------------------------- 2 files changed, 1 insertion(+), 114 deletions(-) delete mode 100644 .mattrbld/schemas/page-html.json diff --git a/.mattrbld/collections/pages.json b/.mattrbld/collections/pages.json index 87ddff5..6e918aa 100644 --- a/.mattrbld/collections/pages.json +++ b/.mattrbld/collections/pages.json @@ -14,8 +14,7 @@ }, "rawEntityNames": false, "schemas": [ - "/.mattrbld/schemas/page.json", - "/.mattrbld/schemas/page-html.json" + "/.mattrbld/schemas/page.json" ], "type": "md", "urlTemplate": "/:title/" diff --git a/.mattrbld/schemas/page-html.json b/.mattrbld/schemas/page-html.json deleted file mode 100644 index 8adac4d..0000000 --- a/.mattrbld/schemas/page-html.json +++ /dev/null @@ -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 - } - ] -} \ No newline at end of file