On one hand I always dread when I need to customize a carousel on a slide by slide basis because the slider doesn't expose options for every possible layout, and so I end up adding brittle code the client can't touch.
On the other hand the box module recently solved a similar problem where I need to customize modules. Now instead of having to find a module that exposes all the options I need, I can build a composite module out of other modules to meet my specific needs.
So I propose we add a fourth display mode to box module for a carousel, which displays its children in a grid-based carousel and exposes similar options to the content slider module for controlling play behavior and what forms of navigation are displayed.
On one hand I always dread when I need to customize a carousel on a slide by slide basis because the slider doesn't expose options for every possible layout, and so I end up adding brittle code the client can't touch.
On the other hand the box module recently solved a similar problem where I need to customize modules. Now instead of having to find a module that exposes all the options I need, I can build a composite module out of other modules to meet my specific needs.
So I propose we add a fourth display mode to box module for a carousel, which displays its children in a grid-based carousel and exposes similar options to the content slider module for controlling play behavior and what forms of navigation are displayed.