djangocms-frontend
djangocms-frontend copied to clipboard
django CMS frontend is a plugin bundle for django CMS providing several components for the frontend, currently implemented with the popular Bootstrap 5 framework.
The icons beside a link, inside a navbar are not at the correct place: When the navbar is collapsed the icons are not left and right. Instead there are at...
Proposed by @maclake.
Is there a chance there will be a migration script for `djangocms_link` and `djangocms_picture` plugins which are, by my honest opinion, most used on lots of Django CMS based websites?...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Describe the bug** The new file `djangocms_frontend/locale/es/LC_MESSAGES/django.po` does not contain the spanish translation but the german. Not sure if there is a team for the spanish translation at transifex or...
**Currently djangocms-frontend depends on django-filer** Some projects might want to use a different way of managing resources **The Tech Committee has voted on an approach** @macolo proposed swappable models in...
When designing frontends it is key to avoid repeating template/HTML code. This PR makes djangocms-frontend components like alerts, cards, buttons or links, etc. This PR provides a simple way to...
When I use the code plugin to add a piece of code, the content page does not display code highlighting. The version of django-cms is 4.1.1, and I am using...
**Is your feature request related to a problem? Please describe.** The usage of the heading and table of content plugins is not intuitive. TOC entries are only created upon rendering...
We run a 3.11 cms installation and I have recently added the djangocms-frontend. When attaching a PicturePlugin (frontend) to a placeholder, it explodes on the line https://github.com/django-cms/djangocms-frontend/blob/64bca5e34d5f2ee7c86685839db9672b182b9b16/djangocms_frontend/contrib/link/forms.py#L79 `admin_reverse("link_link_autocomplete")` cannot be...