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": {
|
||||
"types": ["character"],
|
||||
"htmlFields": ["biography"],
|
||||
"character": {
|
||||
"biography": "",
|
||||
"health": {
|
||||
|
@ -19,6 +20,7 @@
|
|||
},
|
||||
"Item": {
|
||||
"types": ["item"],
|
||||
"htmlFields": ["description"],
|
||||
"item": {
|
||||
"description": "",
|
||||
"quantity": 1,
|
||||
|
|
Loading…
Add table
Reference in a new issue