✨
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
BIN
system.zip
BIN
system.zip
Binary file not shown.
Reference in New Issue
Block a user