jinjie / silverstripe-banner-1

Provides a simple framework for adding banners to pages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Provides a simple framework for adding banners to pages.

License:BSD 2-Clause "Simplified" License


Languages

Language:PHP 100.0%