Get the basic listing of attributes for the tab

This commit is contained in:
Oliver 2026-04-25 15:31:24 -06:00
parent c2b2376699
commit 7b127069b7
6 changed files with 95 additions and 19 deletions

View file

@ -38,7 +38,7 @@
</section>
{{#each itemGroups as | group |}}
<section>
<div class="item-list-header">
<div class="embedded-list-header">
{{#if @root.meta.editable}}
<button
data-action="createEmbeddedItem"
@ -59,7 +59,7 @@
{{ group.weight }}
</span>
</div>
<ul class="item-list">
<ul class="embedded-list">
{{#each group.items as |item|}}
{{> (systemFilePath "templates/PlayerSheet/tabs/items/item.hbs") item }}
{{/each}}