Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new blocks in empty template #393

Open
silicahd opened this issue Dec 9, 2024 · 0 comments
Open

Adding new blocks in empty template #393

silicahd opened this issue Dec 9, 2024 · 0 comments

Comments

@silicahd
Copy link

silicahd commented Dec 9, 2024

I noticed this happens also on the demo page here.

If you remove all the blocks you cant drag any new sections. Also you cant drag any sections to the bottom, you can however drag in them middle and than move to the bottom. I realized that you have to create an empty template like this. You can only drag new sections in the middle but not above or under.

<body>
   <section title="one column" class="py-4">

    </section>
  //Drag Here
    <section title="one column" class="py-4">

    </section>

</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant