burnbright/silverstripe-banner

Provides a simple framework for adding banners to pages.

Installs: 494

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 3

Open Issues: 2

Type:silverstripe-vendormodule

2.0.0 2021-07-27 01:16 UTC

This package is auto-updated.

Last update: 2024-03-29 03:09:03 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