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

Add collapse container to the list of possible child classes #130

Closed miterion closed 8 months ago

miterion commented 3 years ago

This allows the creation of collapsible card bodies, which allows for a more beautiful collapsible card. See below for an example.

The first card contains the hierarchy "Card -> Collapse Container -> Card inner -> ...", while the second card has the following hierarchy "Card -> Card inner -> Collapse Container -> ...".

image