burnbright / silverstripe-banner
Provides a simple framework for adding banners to pages.
Package info
github.com/burnbright/silverstripe-banner
Type:silverstripe-vendormodule
pkg:composer/burnbright/silverstripe-banner
2.0.0
2021-07-27 01:16 UTC
Requires
This package is auto-updated.
Last update: 2026-03-01 00:20:05 UTC
README
Provides a simple framework for adding banners to pages.
Features
- introduces a 'Banners' CMS section.
- Set title, subtitle, link
- Choose an image
- Sort banners
Install
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'
License
BSD2