mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-04-30 02:31:41 -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": {
|
"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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue