django-cms / djangocms-bootstrap4

django CMS Bootstrap 4 is a plugin bundle for django CMS providing several components from the popular Bootstrap 4 framework.
https://www.django-cms.org/
Other
82 stars 58 forks source link

Support for accordion? #97

Closed ebugge closed 4 years ago

ebugge commented 4 years ago

aldryn-bootstrap3 had support for accordions. Will there be support for accordions (via card/collapse) in this project?

FinalAngel commented 4 years ago

Hello @ebugge . Bootstrap 4 removed the accordion functionality in favour of Collapse: https://getbootstrap.com/docs/4.0/components/collapse/

This package provides that functionality. With djangocms-modules you can easily create a copy & pastable accordion module :)

maltebeckmann commented 4 years ago

@FinalAngel Hi, it's great seeing this post. What's the difference between djangocms_modules and djangocms_bootstrap4? I am currently trying to figure out how to get my users to easily drag text plugins into a Collapse/Accordion.

FinalAngel commented 4 years ago

@maltebeckmann djangocms-bootstrap4 provides plugins for the various components the bootstrap 4 framework provides.

djangocms-modules allows a specific plugin structure to be stored as "new plugins" and later be re-used. It is independent from djangpcms-bootstrap4.