This commit is contained in:
2025-08-04 15:08:46 +02:00
parent 4642cf0b4b
commit 053e054200
3 changed files with 3 additions and 3 deletions

View File

@@ -5,13 +5,13 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
sheetContext = {}; sheetContext = {};
tab = "tab1"; tab = "tab2";
static DEFAULT_OPTIONS = { static DEFAULT_OPTIONS = {
tag: "form", tag: "form",
classes: ["pokemon", "sheet", "characterSheet"], classes: ["pokemon", "sheet", "characterSheet"],
tabs: [ tabs: [
{navSelector: ".tabs", contentSelector: ".content", initial: "tab1"} {navSelector: ".tabs", contentSelector: ".content", initial: this.tab}
], ],
form: { form: {
submitOnChange: true, submitOnChange: true,

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.0.58", "version": "0.0.59",
"id": "pokemon", "id": "pokemon",
"title": "Pokémon TTRPG", "title": "Pokémon TTRPG",
"description": "A Pokémon TTRPG", "description": "A Pokémon TTRPG",

Binary file not shown.