fix all other items except class

This commit is contained in:
psitacus 2025-07-07 21:54:25 -06:00
parent 1b01294e37
commit 3a28c7f789
11 changed files with 82 additions and 10 deletions

View file

@ -4,6 +4,7 @@ export default class MiscellaneousSheet extends DHBaseItemSheet {
/**@inheritdoc */
static DEFAULT_OPTIONS = {
classes: ['miscellaneous'],
window: { resizable: true },
position: { width: 550 }
};