Provides a simple framework for adding banners to pages.
- introduces a 'Banners' CMS section.
- Set title, subtitle, link
- Choose an image
- Sort banners
Incldude the module via composer:
composer require burnbright/silverstripe-banner 1.x
Add the BannersExtension
to a page type in your yaml config:
Page:
extensions:
- 'BannersExtension'
BSD2