FIX showLabels to hideTags

This commit is contained in:
Joaquin Pereyra 2025-07-12 12:58:17 -03:00
parent 634bb3d644
commit 542742447d
4 changed files with 5 additions and 6 deletions

View file

@ -82,7 +82,7 @@
{{> 'daggerheart.inventory-item'
item=document.system.attack
type='action'
showLabels=true
hideTags=true
hideDescription=true
hideTooltip=true
}}

View file

@ -5,7 +5,6 @@
{{#if category.values}}
{{> 'daggerheart.inventory-items'
isGlassy=true
title=category.title
type='feature'
collection=category.values

View file

@ -80,7 +80,7 @@
{{> 'daggerheart.inventory-item'
item=item
type=item.type
showLabels=true
hideTags=true
hideDescription=true
}}
{{/if}}
@ -98,7 +98,7 @@
{{> 'daggerheart.inventory-item'
item=card
type='domainCard'
showLabels=true
hideTags=true
hideDescription=true
}}

View file

@ -11,7 +11,7 @@
{{> 'daggerheart.inventory-item'
item=document.system.partner
type='companion'
showLabels=true
hideTags=true
hideDescription=true
isActor=true
hideTooltip=true
@ -31,7 +31,7 @@
{{> 'daggerheart.inventory-item'
item=document.system.attack
type='action'
showLabels=true
hideTags=true
hideDescription=true
hideTooltip=true
}}