.. _DjangoCMS: https://www.django-cms.org/
.. _sorl-thumbnail: https://github.com/mariocesar/sorl-thumbnail
.. _djangocms-text-ckeditor: https://github.com/divio/djangocms-text-ckeditor
.. _django-smart-media: https://github.com/sveetch/django-smart-media
.. _django-configuration: https://django-configurations.readthedocs.io/en/stable/
Emencia DjangoCMS blocks
A set of DjangoCMS plugins for structured contents in CMS pages.
Features
-
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;
Dependencies
- 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;
Links
- Read the documentation on
Read the docs <https://cmspluginblocks.readthedocs.io/>
_; - Download its
PyPi package <https://pypi.python.org/pypi/cmsplugin-blocks>
_; - Clone it on its
Github repository <https://github.com/emencia/cmsplugin-blocks>
_;