Fix items sheets
Some checks failed
Release Creation / build (release) Failing after 1m0s

This commit is contained in:
2025-05-15 18:18:40 +02:00
parent 3904f595b5
commit 8ae193dc34
93 changed files with 313 additions and 309 deletions

View File

@ -9,7 +9,8 @@
</nav>
{{!-- Sheet Body --}}
<section class="sheet-body">
<div class="tab flexrow active no-wrap" data-group="primary" data-tab="description">
<div class="tab description" data-group="primary" data-tab="description">
{{#if itemProperties}}
<div class="item-properties">
<ol class="properties-list">
@ -22,6 +23,7 @@
{{editor description target="system.description" button=true owner=owner editable=editable}}
</div>
<div class="tab properties" data-group="primary" data-tab="properties">
{{#if (eq item.type "item")}}
{{> "systems/bol/templates/item/parts/properties/item-properties.hbs"}}