Implement the Attribute sheet for editing

This commit is contained in:
Oliver 2026-04-25 19:30:38 -06:00
parent 599789ec13
commit e8c73de6bd
8 changed files with 242 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<header class="sheet-header bordered">
<input
type="text"
class="large"
name="name"
value="{{item.name}}"
title="{{item.name}}"
{{disabled (not meta.editable)}}
placeholder="{{localize "Name"}}"
>
</header>