Added Journal tab on character sheet with input fields "notes", "allies", "enemies"

This commit is contained in:
Zakkon 2025-09-29 14:20:45 +02:00
parent fd92540792
commit 0b6b711800
7 changed files with 127 additions and 2 deletions

View file

@ -212,7 +212,14 @@
"documentTypes": {
"Actor": {
"character": {
"htmlFields": ["biography.background", "biography.connections"]
"htmlFields": [
"biography.background",
"biography.connections",
"journal.notes",
"journal.allies",
"journal.enemies",
"journal.organizations"
]
},
"companion": {},
"adversary": {