Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 440 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 440 Bytes

SilverStripe banner

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