mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-09 12:41:20 +01:00
fix all other items except class
This commit is contained in:
parent
1b01294e37
commit
3a28c7f789
11 changed files with 82 additions and 10 deletions
|
|
@ -3,7 +3,8 @@ import DHBaseItemSheet from '../api/base-item.mjs';
|
|||
export default class BeastformSheet extends DHBaseItemSheet {
|
||||
/**@inheritdoc */
|
||||
static DEFAULT_OPTIONS = {
|
||||
classes: ['beastform']
|
||||
classes: ['beastform'],
|
||||
window: { resizable: true }
|
||||
};
|
||||
|
||||
/**@override */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue