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 742 karma points
    Jan 16, 2025 @ 03:36
    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)
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies