mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
FIX: class tagify selector
FEAT: add tagifyCOnfig on weapon sheet FIX: prettier format
This commit is contained in:
parent
474177f7d0
commit
5eab093ac4
8 changed files with 30 additions and 166 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue