Merge pull request #47 from foundryvtt/html-fields

This commit is contained in:
Kim Mantas 2022-09-08 21:24:57 +01:00 committed by GitHub
commit 9e726433ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,