mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-04-29 18:21:40 -04:00
Merge pull request #47 from foundryvtt/html-fields
This commit is contained in:
commit
9e726433ea
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue