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

Please return possibility to add additional classes for bootstrap4 components #120

Closed jpVm5jYYRE1VIKL closed 3 years ago

jpVm5jYYRE1VIKL commented 3 years ago

booststrap4 grid container component useless because does not support extra classes for example it is absolutely not possible to set padding or margin for container and in same time it support useless attributes which almost never needed for this component.

Update: Same with row and column component.

Quite often exist needle to use something like this

current component forcing to create weird constructions which increase complexity in admin interface and also i think not good for rendering speed

Update2: Same with image component. And if in case container it was possible to workaround it with standard Style components . Image is not possible to workaround

FinalAngel commented 3 years ago

You can do this by adding custom attributes which are present by almost any plugin:

2020-09-23 08 35 48