twohill/silverstripe-footer

Provides siteconfig fields for footers

Installs: 56

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 3

Type:silverstripe-vendormodule

v1.1 2018-08-30 23:44 UTC

README

This is a really basic module that provides a couple of SiteConfig options which are commonly used on Twohill & Co projects.

It allows CMS admins to update their footer details themselves.

Installation

composer require twohill/silverstripe-footer

Usage

In your footer.ss (or wherever else you'd like to use it) simply call $SiteConfig.Contact and $SiteConfig.Copyright.

CMS Editors can edit the content of this at https://yoursite/admin/settings in the new Footer tab.