Merge pull request #8974 from umbraco/v8/feature/use-block-edit-for-labelblock
use block.edit()
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<button type="button" class="btn-reset umb-outline blockelement-labelblock-editor blockelement__draggable-element"
|
||||
ng-click="api.editBlock(block, block.hideContentInOverlay, index, parentForm)"
|
||||
ng-click="block.edit()"
|
||||
ng-focus="block.focus"
|
||||
ng-class="{ '--active': block.active, '--error': parentForm.$invalid && valFormManager.isShowingValidation() }"
|
||||
val-server-property-class="">
|
||||
|
||||
Reference in New Issue
Block a user