coderedcorp / coderedcms

Wagtail + CodeRed Extensions enabling rapid development of marketing-focused websites.
https://www.coderedcorp.com/cms
Other
685 stars 133 forks source link

Implement film panel logic #562

Closed jlchilders11 closed 1 year ago

jlchilders11 commented 1 year ago

Description of change

Implements the film strip logic in Wagtail CRX for the creation of 'film strips', which are similar to carousels, but with 'chained' content. Instead of a single object being shown at a time, multiple film panels are on screen and slide past with the press of a button.

Documentation

This is being left open, as implementation details may change with PR. If this implementation is good, docs should be added for how this works.

Closes #462