Fabian Braun
Fabian Braun
Thank you so much, @baloyou ! You'll find it's a great community! Translation software helps a lot and a good way to contribute! If you use it, you'll have the...
🙌 Sure, no pressure. I just wanted to say, why I can see you adding value. Now, those officially are the first 4 words of the djangocms-frontend package translated to...
That's correct. If you want to display the toc at the top, put content and toc in a row with two columns, both with width 12 (i.e. full width). Put...
Background info: The toc information is collected as the page is rendered. This is a 1 pass process (due to speed) and hence the heading information for the toc is...
The link plugin and all plugins that use links use Django's Select2 Box to dynamically load pages. To further optimize, you can configure if the user needs to input a...
Well done! You found a regression! Will fix that in the next few hours! Thanks! The fix will only be released with version 2 of djangocms-frontend, expected within the next...
Yes, you can. But that will just add the entries to the menu (and not create a separate right-hand menu). Alternatively, you can hardcode this into your `base.html` template. If...
It's a known and fixed issue. The fix is scheduled for the next release. https://github.com/django-cms/django-cms/issues/7866 Thank you for your rigorous reporting! This really helps. I appreciate it!
At your own risk you can install from the release branch: `pip install git+https://github.com/django-cms/django-cms@release/4.1.x`.
@baloyou django CMS 4.1.2 is just out...