Get the reusable foundations of custom popovers finished.
This commit is contained in:
parent
4b75526708
commit
e594b6beb0
8 changed files with 219 additions and 63 deletions
|
|
@ -8,11 +8,12 @@ export class AmmoTracker extends GenericPopoverMixin(HandlebarsApplicationMixin(
|
|||
static DEFAULT_OPTIONS = {
|
||||
classes: [
|
||||
`ripcrypt`,
|
||||
`ripcrypt--AmmoTracker`,
|
||||
],
|
||||
position: {
|
||||
width: 100,
|
||||
height: 30,
|
||||
window: {
|
||||
title: `Ammo Tracker`,
|
||||
contentClasses: [
|
||||
`ripcrypt--AmmoTracker`,
|
||||
],
|
||||
},
|
||||
actions: {},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue