mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-04-29 18:21:40 -04:00
Ensure template.json has htmlFields specified to trigger server-side sanitisation of HTML.
This commit is contained in:
parent
218aa2897a
commit
05a7aedb90
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue