dragable
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<button type="button" class="btn-reset umb-outline blockelement-imageblock-editor" focus-when="{{moveFocusToBlock === block}}" ng-click="vm.editBlock(block)">
|
||||
<button type="button" class="btn-reset umb-outline blockelement-imageblock-editor blockelement__draggable-element" focus-when="{{moveFocusToBlock === block}}" ng-click="vm.editBlock(block)">
|
||||
<img src="{{block.content.temp_image}}">
|
||||
</button>
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
|
||||
<div class="blockelement-textareablock-editor" ng-controller="Umbraco.Editors.TextAreaBlockElementEditorController as vm">
|
||||
<div class="blockelement-textareablock-editor blockelement__draggable-element" ng-controller="Umbraco.Editors.TextAreaBlockElementEditorController as vm">
|
||||
|
||||
<!-- TODO: Each block should be wrapper in a Block Element Editor directive, handling validation messages etc. -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user