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"
]
},
"type": "md",
"type": "json",
"urlTemplate": ""
}

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