Add a custom DocumentSheetConfig that supports tab-based configuration for my system-specific stuff

This commit is contained in:
Eldritch-Oliver 2025-10-04 19:40:37 -06:00
parent c7c0deaec7
commit 6081b8f9e8
7 changed files with 289 additions and 1 deletions

View file

@ -13,6 +13,24 @@
},
"sheet-names": {
"PlayerSheet": "Player Sheet"
},
"Apps": {
"TAFDocumentSheetConfig": {
"Sizing": "Sizing",
"Width": {
"label": "Width"
},
"Height": {
"label": "Height"
},
"Resizable": {
"label": "Resizable"
},
"tabs": {
"foundry": "Foundry",
"system": "Text-Based Actors"
}
}
}
}
}