1
0

Update work schema

This commit is contained in:
mx 2025-03-28 15:12:15 +01:00
parent ad2abca492
commit 9fce5e9ba6
2 changed files with 10 additions and 6 deletions
.mattrbld
collections
schemas

@ -14,6 +14,6 @@
"everything" "everything"
] ]
}, },
"type": "md", "type": "json",
"urlTemplate": "" "urlTemplate": ""
} }

@ -258,7 +258,7 @@
"label": "Content", "label": "Content",
"localised": false, "localised": false,
"options": { "options": {
"outputFormat": "html", "outputFormat": "markdown",
"blockFormats": [ "blockFormats": [
"blockquote", "blockquote",
"heading", "heading",
@ -270,7 +270,9 @@
"inlineFormats": [ "inlineFormats": [
"em", "em",
"strong", "strong",
"link" "link",
"br",
"strike"
], ],
"formatOptions": [ "formatOptions": [
"allowQuoteFooters", "allowQuoteFooters",
@ -346,7 +348,7 @@
"label": "Content", "label": "Content",
"localised": false, "localised": false,
"options": { "options": {
"outputFormat": "html", "outputFormat": "markdown",
"blockFormats": [ "blockFormats": [
"blockquote", "blockquote",
"heading", "heading",
@ -358,7 +360,9 @@
"inlineFormats": [ "inlineFormats": [
"em", "em",
"strong", "strong",
"link" "link",
"br",
"strike"
], ],
"formatOptions": [ "formatOptions": [
"allowQuoteFooters", "allowQuoteFooters",
@ -380,7 +384,7 @@
"javascript", "javascript",
"markdown" "markdown"
], ],
"allowRaw": false, "allowRaw": true,
"urlTemplate": "", "urlTemplate": "",
"urlSuffix": "", "urlSuffix": "",
"linkOptions": [ "linkOptions": [