Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a reusable widget for the carousel (OSOE-920) #67

Open
barthamark opened this issue Nov 19, 2024 · 1 comment
Open

Create a reusable widget for the carousel (OSOE-920) #67

barthamark opened this issue Nov 19, 2024 · 1 comment

Comments

@barthamark
Copy link
Member

barthamark commented Nov 19, 2024

A SlickCarousel shape exists to display and configure a Slick Carousel element. Create a widget type that users can easily use to display a carousel on the website. An idea for the implementation:

  • Create a widget content type called Slick Carousel.
  • Create a Slide content type (initially it can contain a MediaField with a single image).
  • Carousel type should have a part settings where the user can configure the Slick Carousel JSON.
  • Each slide on the carouse should be the rendered display shape of the Slide content item.

Jira issue

@github-actions github-actions bot changed the title Create a reusable widget for the carousel Create a reusable widget for the carousel (OSOE-920) Nov 19, 2024
@Piedone
Copy link
Member

Piedone commented Nov 20, 2024

This could be in a new module, like Lombiq.UIKit.Widgets, but still in this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants