mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Add Action Type Select item name in header
This commit is contained in:
parent
4176b835d5
commit
e0e599b277
1 changed files with 4 additions and 1 deletions
|
|
@ -175,7 +175,10 @@ export function ActionMixin(Base) {
|
||||||
classes: ['daggerheart', 'dh-style'],
|
classes: ['daggerheart', 'dh-style'],
|
||||||
content: await foundry.applications.handlebars.renderTemplate(
|
content: await foundry.applications.handlebars.renderTemplate(
|
||||||
'systems/daggerheart/templates/actionTypes/actionType.hbs',
|
'systems/daggerheart/templates/actionTypes/actionType.hbs',
|
||||||
{ types: CONFIG.DH.ACTIONS.actionTypes }
|
{
|
||||||
|
types: CONFIG.DH.ACTIONS.actionTypes,
|
||||||
|
itemName: parent.parent?.name
|
||||||
|
}
|
||||||
),
|
),
|
||||||
ok: {
|
ok: {
|
||||||
label: game.i18n.format('DOCUMENT.Create', {
|
label: game.i18n.format('DOCUMENT.Create', {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue