Replies: 1 comment
-
Hello! editor.BlockManager.add('columns', {
label: "Column",
category: "Layouts",
content: `<table data-gjs-droppable="["tbody", "thead"]" data-gjs-draggable="[data-gjs-type=wrapper]" class="table-row">
<tr>
<td class="table-cell">
<p>Text</p>
</td>
</tr>
</table>`,
});
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Requirement is to Restrict Dropping Sections inside another Section but it should drop in down or up this example is avaible in grapesjs mjml demo and one more qns this concept is possible only using mjml ? or we can do it with default grapesjs Options
Beta Was this translation helpful? Give feedback.
All reactions