django-cms / djangocms-frontend

django CMS frontend is a plugin bundle for django CMS providing several components for the frontend, currently implemented with the popular Bootstrap 5 framework.
Other
43 stars 20 forks source link

Carousel invalid "pause" option values #99

Closed adrien-delhorme closed 1 year ago

adrien-delhorme commented 1 year ago

According to Bootstrap documentation, it seems that mouseleave and mouseenter are not valid values for the carousel "pause" option: https://github.com/django-cms/djangocms-frontend/blob/05491166c37296f5f95ec6e4dd2730b3a037febb/djangocms_frontend/contrib/carousel/constants.py#L6-L7

fsbraun commented 1 year ago

Well spotted! Thank you. A fix is in the make!

adrien-delhorme commented 1 year ago

Thanks!