Add drag and drop support for reordering the attributes manually in the Attribute Manager
This commit is contained in:
parent
fec638cb22
commit
b4ec9745e7
4 changed files with 123 additions and 5 deletions
|
|
@ -4,6 +4,11 @@
|
|||
class="attribute"
|
||||
data-attribute="{{ attr.id }}"
|
||||
>
|
||||
<taf-icon
|
||||
name="icons/drag-handle"
|
||||
var:stroke="currentColor"
|
||||
var:fill="currentColor"
|
||||
></taf-icon>
|
||||
{{#if attr.isNew}}
|
||||
<input
|
||||
type="text"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue