Adding blocks within GJS div #3591
Unanswered
MilosVujnovicTC
asked this question in
Q&A
Replies: 1 comment
-
You can configure each block as you wish, with your HTML of choice, please refer to this guide: https://grapesjs.com/docs/modules/Blocks.html |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
So when I insert blocks into the editor, it seems that all blocks get inserted after the main "gjs" div.
What I'm trying to figure out is how to get blocks to be inserted by default inside of several "wrap" divs like so:
<div id="gjs" style="height:0px; overflow:hidden;"> <div class="wrap container-fluid"> <div class="content row"> <main class="main"> <div class="container-fluid"> <!-- Blocks Should Get Inserted Here --> </div> </main> </div> </div> </div>
Looking forward to your suggestions...thanks!
Beta Was this translation helpful? Give feedback.
All reactions