mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
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:
parent
b3e7c6b9b2
commit
f6ec583988
9 changed files with 133 additions and 17 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue