Add menus items to launch character archiver.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
export class CharacterArchiver extends FormApplication {
|
||||
|
||||
static get defaultOptions() {
|
||||
const options = super.defaultOptions;
|
||||
options.id = "character-archiver";
|
||||
options.template = "modules/rush-character-archive-foundry-module/templates/CharacterArchiver.hbs";
|
||||
options.width = 500;
|
||||
options.height = 270;
|
||||
options.tabs = [{ navSelector: ".tabs", contentSelector: ".theatre-config-contents", initial: "main" }];
|
||||
return options;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user