Implement the Attribute sheet for editing
This commit is contained in:
parent
599789ec13
commit
e8c73de6bd
8 changed files with 242 additions and 0 deletions
11
templates/AttributeItemSheet/header.hbs
Normal file
11
templates/AttributeItemSheet/header.hbs
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue