mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
* Update inventory controls and permissions filtering * Also disable prosemirror editors * Address context menu deprecation warnings * Fix context menu detection for actions * Refine logic for use action when hovering over item icon
16 lines
No EOL
448 B
Handlebars
16 lines
No EOL
448 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">
|
|
{{> 'daggerheart.inventory-items'
|
|
title=tabs.features.label
|
|
type='feature'
|
|
collection=@root.features
|
|
hideContextMenu=true
|
|
canCreate=@root.editable
|
|
showActions=@root.editable
|
|
}}
|
|
</div>
|
|
</section> |