- 🇨🇦Canada liquidcms
I see that the blocks added to a lb_tabs section are not draggable. Not sure if this is just missing (I recall when we made a custom layout section we had to add something to allow blocks to be draggable) or its become broken (sorry, first time using this module).
Unclear what I could post though as there is no errors, php or js. Blocks in that section are simply not draggable. I have other sections in same layout of std 1 column bs type and blocks drag fine there.
- 🇨🇦Canada liquidcms
Not sure why this isn't an issue for everyone, is it possibly theme specific?
We have a BS3 based theme and D9.5 and for us the blocks placed in a Tabs section are not draggable. This patch adds the missing part to the tabs layout file to fix this.
- 🇵🇹Portugal lolgm
Correction regarding patch #4.
Twig 3 no longer supports the for format:
{% for .... if ... %}
The attached patch fixes this.