#175 - Simplified snippets

This commit is contained in:
Elio Struyf
2022-03-11 13:53:33 +01:00
parent f77dce3566
commit 6ab6dda1da
16 changed files with 153 additions and 1116 deletions
+7 -1
View File
@@ -225,7 +225,8 @@
"additionalProperties": {
"type": "object",
"required": [
"body"
"body",
"fields"
],
"properties": {
"body": {
@@ -241,6 +242,9 @@
"description": {
"description": "The snippet description.",
"type": "string"
},
"fields": {
"$ref": "#contenttypefield"
}
},
"additionalProperties": false
@@ -1613,6 +1617,7 @@
"@types/lodash.uniqby": "4.7.6",
"@types/lodash.xor": "^4.5.6",
"@types/mocha": "^5.2.6",
"@types/mustache": "^4.1.2",
"@types/node": "10.17.48",
"@types/node-fetch": "^2.5.12",
"@types/react": "17.0.0",
@@ -1641,6 +1646,7 @@
"lodash.uniqby": "4.7.0",
"lodash.xor": "^4.5.0",
"mdast-util-from-markdown": "1.0.0",
"mustache": "^4.2.0",
"node-json-db": "^1.3.0",
"npm-run-all": "^4.1.5",
"path-browserify": "^1.0.1",