Move the attribute tab files into a subfolder structure

This commit is contained in:
Oliver 2026-04-25 14:02:11 -06:00
parent 0220083daf
commit fdb55c42c5
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<li
class="item"
data-item-uuid="{{uuid}}"
>
<div class="summary">
<div class="title">
<span class="name">{{ name }}</span>
</div>
</div>
</li>

View file

@ -0,0 +1,7 @@
<div
class="tab attributes-tab {{ifThen tabActive "active" ""}}"
data-group="primary"
data-tab="attributes"
>
Attribute Tab
</div>