A set of DjangoCMS plugins for structured contents in CMS pages.
- Multiple plugins to implement some common layout components:
- Accordion;
- Album;
- Card;
- Container;
- Hero;
- Slider;
- Album can be filled from a ZIP with images;
- Included usage of django-smart-media for thumbnailing with SVG soft support;
- Included class for default settings with django-configuration (optional);
- Full test coverage;
- Python>=3.8;
- Django>=3.2,<5.2;
- DjangoCMS>=3.11.0,<4.0;
- djangocms-text-ckeditor>=5.0.1;
- django-smart-media>=0.3.0;
- Read the documentation on Read the docs;
- Download its PyPi package;
- Clone it on its Github repository;