FIX: Add enritch to HTMLField

FIX: Remove no-HTMLField from Manifest
FIX: Convert Scar's HTMLField to StringField
FIX: Remove unused HTMLField
This commit is contained in:
Joaquin Pereyra 2025-07-09 13:53:24 -03:00
parent b3e7c6b9b2
commit f6ec583988
9 changed files with 133 additions and 17 deletions

View file

@ -207,14 +207,14 @@
"documentTypes": {
"Actor": {
"character": {
"htmlFields": ["story", "description", "scars.*.description"]
"htmlFields": ["biography.background", "biography.connections"]
},
"companion": {},
"adversary": {
"htmlFields": ["description", "motivesAndTactics"]
"htmlFields": ["description"]
},
"environment": {
"htmlFields": ["description", "impulses"]
"htmlFields": ["description"]
}
},
"Item": {