grapesjs-blocks-basic icon indicating copy to clipboard operation
grapesjs-blocks-basic copied to clipboard

Blocks Disabling Not Working through Options

Open SemAiSoft opened this issue 1 year ago • 0 comments
trafficstars

First of all, thanks mann. My first time with kind of tool, very cool. and easy

Unfortunately, selective enabling of blocks using the plugin option of 'blocks' is not working. All blocks are still present even when filtered out. Below is an attempt to remove video, map and link blocks.

pluginsOpts: {
      "gjs-blocks-basic": {
            blocks: ['column1', 'column2', 'column3', 'column3-7', 'text', 'image']
       }
}

TYPESCRIPT ANGULAR Not errors shown

SemAiSoft avatar Nov 10 '24 06:11 SemAiSoft