Adds SlickJS banner into any SilverStripe 4 pages
composer require jinjie/silverstripe-banner
Add this to any page model
private static $extensions = [
SwiftDevLabs\SSBanner\Extension\BannerExtension::class,
];
or by configuration
Page:
extensions:
- SwiftDevLabs\SSBanner\Extension\BannerExtension
and run dev/build
If you ever need to customise the mark up for the banner section, create a BannerTemplate.ss
in templates
folder.
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem