mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 05: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
|
|
@ -1,10 +1,12 @@
|
|||
import DHHeritageSheet from '../api/heritage-sheet.mjs';
|
||||
|
||||
export default class AncestrySheet extends DHHeritageSheet {
|
||||
/**@inheritdoc */
|
||||
static DEFAULT_OPTIONS = {
|
||||
classes: ['ancestry']
|
||||
};
|
||||
|
||||
/**@inheritdoc */
|
||||
static PARTS = {
|
||||
header: { template: 'systems/daggerheart/templates/sheets/items/ancestry/header.hbs' },
|
||||
...super.PARTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue