burnbright / silverstripe-banner
Provides a simple framework for adding banners to pages.
Installs: 495
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 3
Open Issues: 2
Type:silverstripe-vendormodule
Requires
This package is auto-updated.
Last update: 2024-10-29 04:59:07 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