diff --git a/template.json b/template.json index dec71a7..762e621 100644 --- a/template.json +++ b/template.json @@ -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,