Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Daniel Rogers 143 posts 741 karma points
    1 day ago
    Daniel Rogers
    0

    opening block editor in backoffice

    In the backoffice once a block is placed you can clock on it to edit it.

    I have been working on a property editor that allows you to select blocks from other pages and place them. Allowing blocks to be created once but used multiple times.

    Works well.

    But the last piece of the puzzle is to allow you to edit the block without returning to the origional source.

    so can anyone point we in the direction of how to use these taken from the blockListPropertyEditor.html

    ng-click="vm.blockEditorApi.openSettingsForBlock(vm.layout.$block, vm.index, vm.blockRowForm)
    
    ng-click="vm.blockEditorApi.copyBlock(vm.layout.$block)
    
    ng-click="vm.blockEditorApi.requestDeleteBlock(vm.layout.$block)
    
Please Sign in or register to post replies

Write your reply to:

Draft