How to add 2 columns at blockmanager in grapesjs
Question
Hello I am new in grapejs and using grapejs with angular6 i have seen Demo of grapesjs on .
i want to create 2 columns at blockmanager as mentioned on below snapshot marked by red color

i want to add 2 columns at blockmanager and when i drop that column on canvas then it should be appeared as above snapshot looks .
i am using following code for doing same the code i copied from https://github.com/artf/grapesjs/wiki/Blocks
```this.editor = grapesjs.init({
BlockManager:{
})```
bm.add('the-row-block', {
category : 'Basic',
label: '2 Columns',
content: '<div class="row" data-gjs-droppable=".row-cell" data-gjs-custom-name="Row">' +
'<div class="row-cell" data-gjs-draggable=".row"></div>' +
'<div class="row-cell" data-gjs-draggable=".row"></div>' +
'</div>',
});
and output of my code is on the below screen

as you can see on above snapshot there is a component at right side of the screen in which 2 columns component is being displayed marked by red colored ractangle issue is when i drop that 2 columns component on the canvas it does not appear on the canvas
can anyone is able to resolve my issue. please help me as soon as possible
Answers (2)
Hello All, if anyone is able in solving my issue mentioned above please let me know its urgent.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
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 #417
Add Setting button to custom component.
Hello, How can I create a setting or you can say edit button for my custom component? LIke 4th option on this image:
Issue #1869
[QUESTION] how to add extra field in input traits
Hi, I want to add the new field in default input traits. for example:- i need to add {label: binding, name:binding} in already exist input...
Issue #1539
How and where to define form's action in grapesjs
Hello All, how can i get data from forms in grapesjs. i have droped a form on canvas as u can see that below . so there is an action proper...
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.