dynamic / silverstripe-carousel

A simple Bootstrap carousel for Silverstripe websites
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

BUG: Usage To add a carousel to a page, apply CarouselPageExtension #15

Closed mhenden closed 10 months ago

mhenden commented 10 months ago

Describe the bug When setting ApplyCarouselPageExtension to a page type a CarouselPageExtension not found error is producted

To Reproduce Steps to reproduce the behavior:

  1. Go to config.yml
  2. Set up .yml script as instructed in GitHub:

Page: extensions:

  • Dynamic\Carousel\Extensions\CarouselPageExtension
  1. See error: CarouselPageExtension not found

Solution

Edit config.yml as per below:

Page: extensions:

  • Dynamic\Carousel\Extension\CarouselPageExtension