mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
FIX showLabels to hideTags
This commit is contained in:
parent
634bb3d644
commit
542742447d
4 changed files with 5 additions and 6 deletions
|
|
@ -82,7 +82,7 @@
|
||||||
{{> 'daggerheart.inventory-item'
|
{{> 'daggerheart.inventory-item'
|
||||||
item=document.system.attack
|
item=document.system.attack
|
||||||
type='action'
|
type='action'
|
||||||
showLabels=true
|
hideTags=true
|
||||||
hideDescription=true
|
hideDescription=true
|
||||||
hideTooltip=true
|
hideTooltip=true
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
{{#if category.values}}
|
{{#if category.values}}
|
||||||
|
|
||||||
{{> 'daggerheart.inventory-items'
|
{{> 'daggerheart.inventory-items'
|
||||||
isGlassy=true
|
|
||||||
title=category.title
|
title=category.title
|
||||||
type='feature'
|
type='feature'
|
||||||
collection=category.values
|
collection=category.values
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
{{> 'daggerheart.inventory-item'
|
{{> 'daggerheart.inventory-item'
|
||||||
item=item
|
item=item
|
||||||
type=item.type
|
type=item.type
|
||||||
showLabels=true
|
hideTags=true
|
||||||
hideDescription=true
|
hideDescription=true
|
||||||
}}
|
}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
{{> 'daggerheart.inventory-item'
|
{{> 'daggerheart.inventory-item'
|
||||||
item=card
|
item=card
|
||||||
type='domainCard'
|
type='domainCard'
|
||||||
showLabels=true
|
hideTags=true
|
||||||
hideDescription=true
|
hideDescription=true
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
{{> 'daggerheart.inventory-item'
|
{{> 'daggerheart.inventory-item'
|
||||||
item=document.system.partner
|
item=document.system.partner
|
||||||
type='companion'
|
type='companion'
|
||||||
showLabels=true
|
hideTags=true
|
||||||
hideDescription=true
|
hideDescription=true
|
||||||
isActor=true
|
isActor=true
|
||||||
hideTooltip=true
|
hideTooltip=true
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
{{> 'daggerheart.inventory-item'
|
{{> 'daggerheart.inventory-item'
|
||||||
item=document.system.attack
|
item=document.system.attack
|
||||||
type='action'
|
type='action'
|
||||||
showLabels=true
|
hideTags=true
|
||||||
hideDescription=true
|
hideDescription=true
|
||||||
hideTooltip=true
|
hideTooltip=true
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue