Attribute Item Subtype #76

Merged
Oliver merged 50 commits from feature/attribute-items into main 2026-04-27 02:12:56 +00:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit fdb55c42c5 - Show all commits

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>