Allow drag and drop in toolbar layout in control panel

This commit is contained in:
Jermolene
2017-03-20 22:29:03 +00:00
parent 5ed7ade44f
commit 3a00d2eea3
8 changed files with 41 additions and 43 deletions

View File

@@ -0,0 +1,9 @@
title: $:/core/ui/ControlPanel/Toolbars/EditorItemTemplate
\define config-title()
$(config-base)$$(currentTiddler)$
\end
<$draggable tiddler=<<currentTiddler>>>
<$checkbox tiddler=<<config-title>> field="text" checked="show" unchecked="hide" default="show"/> <span class="tc-icon-wrapper"><$transclude tiddler={{!!icon}}/></span> <$transclude field="caption"/> -- <i class="tc-muted"><$transclude field="description"/></i>
</$draggable>