Fabian Braun
Fabian Braun
Here's a screenshot on what solution 2 might look like. Solution 5 would also have the little arrow controls.  For solution 4 I imagine having an auto checkbox below...
@snake-soft I have a proposal for the UI to allow for auto columns here: https://github.com/django-cms/djangocms-bootstrap4/issues/127#issuecomment-1063886226 I'd love to hear your input!
I'm glad to announce that this has been added in the successor project for Bootstrap 5 (https://github.com/fsbraun/djangocms-frontend) (which, however, does **not** support Bootstrap 4 at the moment).
@macolo I am in the process of completing djangocms-frontend (https://github.com/fsbraun/djangocms-frontend) which is supposed to be successor for djangocms-bootstrap4. Can you give me a quick overview of what you wanted to...
I'm not sure why you would prefer a button tag. A button cannot have a `href` which means you would need to add custom js to make it work. In...
I just recreated it using Text and Icon plugins (somehow):  From the server error in the last move attempt it is clear that the plugin tree in the database...
When reproducing the issue it turns out that the cause might be ghost plugins by djangocms-text-ckeditor. I expect https://github.com/django-cms/djangocms-text-ckeditor/pull/629 to fix the root cause of this issue. If you are...
Here's a quick summary of what happens: 1. When creating a TextPlugin and not saving it (leave modal dialogue with cancel) the TextPlugin's ghost plugin is deleted but the gap...
Please try Django 3.2 or 4.0. Django CMS 3.11 does not support Django 4.1. Does the error persist?
This will be solved by #7404