Ensure template.json has htmlFields specified to trigger server-side sanitisation of HTML.

This commit is contained in:
fyorl 2022-09-08 18:10:04 +01:00 committed by Kim Mantas
parent 218aa2897a
commit 05a7aedb90
No known key found for this signature in database
GPG key ID: 3A4E57DAE36AC3C4

View file

@ -1,6 +1,7 @@
{ {
"Actor": { "Actor": {
"types": ["character"], "types": ["character"],
"htmlFields": ["biography"],
"character": { "character": {
"biography": "", "biography": "",
"health": { "health": {
@ -19,6 +20,7 @@
}, },
"Item": { "Item": {
"types": ["item"], "types": ["item"],
"htmlFields": ["description"],
"item": { "item": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,