✨
This commit is contained in:
@@ -5,13 +5,13 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
|
||||
|
||||
sheetContext = {};
|
||||
|
||||
tab = "tab1";
|
||||
tab = "tab2";
|
||||
|
||||
static DEFAULT_OPTIONS = {
|
||||
tag: "form",
|
||||
classes: ["pokemon", "sheet", "characterSheet"],
|
||||
tabs: [
|
||||
{navSelector: ".tabs", contentSelector: ".content", initial: "tab1"}
|
||||
{navSelector: ".tabs", contentSelector: ".content", initial: this.tab}
|
||||
],
|
||||
form: {
|
||||
submitOnChange: true,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.0.58",
|
||||
"version": "0.0.59",
|
||||
"id": "pokemon",
|
||||
"title": "Pokémon TTRPG",
|
||||
"description": "A Pokémon TTRPG",
|
||||
|
||||
BIN
system.zip
BIN
system.zip
Binary file not shown.
Reference in New Issue
Block a user