Merge branch 'biography-tab-fields' into journal-tab

This commit is contained in:
Zakkon 2025-09-29 14:27:10 +02:00
commit bbaed0757f
6 changed files with 80 additions and 22 deletions

View file

@ -243,6 +243,7 @@ export default class CharacterSheet extends DHBaseActorSheet {
const { TextEditor } = foundry.applications.ux;
const paths = {
personality: 'biography.personality',
background: 'biography.background',
connections: 'biography.connections'
};