FIX: ADD htmlFields description in manifest

This commit is contained in:
Joaquin Pereyra 2025-05-31 17:30:04 -03:00
parent 2c58398084
commit 1f6bd4a2d3

View file

@ -443,16 +443,36 @@
"environment": {}
},
"Item": {
"ancestry": {},
"community": {},
"class": {},
"subclass": {},
"feature": {},
"domainCard": {},
"miscellaneous": {},
"consumable": {},
"weapon": {},
"armor": {}
"ancestry": {
"htmlFields": ["description"]
},
"community": {
"htmlFields": ["description"]
},
"class": {
"htmlFields": ["description"]
},
"subclass": {
"htmlFields": ["description"]
},
"feature": {
"htmlFields": ["description"]
},
"domainCard": {
"htmlFields": ["description"]
},
"miscellaneous": {
"htmlFields": ["description"]
},
"consumable": {
"htmlFields": ["description"]
},
"weapon": {
"htmlFields": ["description"]
},
"armor": {
"htmlFields": ["description"]
}
},
"Combat": {
"combat": {}