FIX: class tagify selector

FEAT: add tagifyCOnfig on weapon sheet
FIX: prettier format
This commit is contained in:
Joaquin Pereyra 2025-06-25 15:20:01 -03:00
parent 474177f7d0
commit 5eab093ac4
8 changed files with 30 additions and 166 deletions

View file

@ -3,6 +3,7 @@ import { actionsTypes } from '../../../data/_module.mjs';
import DHActionConfig from '../../config/Action.mjs';
export default class SubclassSheet extends DHBaseItemSheet {
/**@inheritdoc */
static DEFAULT_OPTIONS = {
classes: ['subclass'],
position: { width: 600 },
@ -14,6 +15,7 @@ export default class SubclassSheet extends DHBaseItemSheet {
}
};
/**@override */
static PARTS = {
header: { template: 'systems/daggerheart/templates/sheets/items/subclass/header.hbs' },
tabs: { template: 'systems/daggerheart/templates/sheets/global/tabs/tab-navigation.hbs' },