How to add category for default block manager?
Question
@artf I want put all default blocks to category named "Basic". But I can't find any documents about it.

I use editor.BlockManager.getAll().reset(); removed all blocks then use plugin "grapesjs-blocks-basic" to create "Basic" but anything still removed.
Or I just add a category to "gjs-blocks-no-cat", but I can't find anyway.
Thank you for help.
Answers (3)
Hey @MooseFrankenstein Refer this codepen it might help you Codepen Demo
Please Try this code:
const bm = editor.BlockManager; editor.on('load', () => { editor.BlockManager.render([ bm.get('column1').set('category', ''), bm.get('column2').set('category', ''), bm.get('column3').set('category', ''), bm.get('text').set('category', ''), bm.get('image').set('category', '') ]) });
put your category in bm.get('column1').set('category', 'your own category')

Hi @artf , I am using your plugin and i want to use blocks in different tabs like blocks,widgets and grids but when i am using the properties of blockManager like blockManager : {appendTo: '#blocks'}. Its showing all blocks in single tabs but i want to show blocks in different-2 tabs which i have list of blocks. I am not able to add blocks in different different tabs. All tabs are shown in upper right corner in above images. Thanks.
@AnkitKachhadiya Thanks for your help. bm.get(id).set('category', 'your own category'). It works for me. Thanks again. 👍
Related Questions and Answers
Continue research with similar issue discussions.
Issue #1514
How to add video block on blockManager
Hello All. i want to add a video block on blockmanager same as mentioned on below snapshot i am using following code for adding video block...
Issue #377
default newsletter blocks
can anyone tell how to add default newsletter blocks used in newsletter-demo. please help @artf Thanks in advance
Issue #1299
Add a new trait
hi,sorry,My English is poor. I want to add a new trait for a block . how should i do it? for example: add a trait about xaxis for the chart.
Issue #1387
Include all the google fonts?
@artf I want to include all the google fonts in font family. How can we include/import all the font family, Any help would be appreciated.
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.