burnbright/silverstripe-banner

Provides a simple framework for adding banners to pages.

Maintainers

Package info

github.com/burnbright/silverstripe-banner

Type:silverstripe-vendormodule

pkg:composer/burnbright/silverstripe-banner

Statistics

Installs: 506

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 2

2.0.0 2021-07-27 01:16 UTC

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