mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-21 18:09:54 +02:00
Some checks failed
Project CI / build (24.x) (push) Has been cancelled
* Remove certain fieldsets and adjust scrollsbars * Also remove fieldset for npc features and fix padding issue in full screen notes
18 lines
No EOL
562 B
Handlebars
18 lines
No EOL
562 B
Handlebars
<section
|
|
class='tab {{tabs.features.cssClass}} {{tabs.features.id}}'
|
|
data-tab='{{tabs.features.id}}'
|
|
data-group='{{tabs.features.group}}'
|
|
>
|
|
<div class="feature-section items-list">
|
|
{{#each @root.features as |item|}}
|
|
{{> "daggerheart.inventory-item"
|
|
item=item
|
|
type="feature"
|
|
actorType=@root.document.type
|
|
hideContextMenu=true
|
|
hideModifyControls=true
|
|
showActions=@root.editable
|
|
}}
|
|
{{/each}}
|
|
</div>
|
|
</section> |