titledk / silverstripe-businessinfo
Manage your business information under Settings, and access it sitewide.
Package info
github.com/titledk/silverstripe-businessinfo
Type:silverstripe-module
pkg:composer/titledk/silverstripe-businessinfo
dev-master
2016-02-22 08:42 UTC
Requires
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
This package is not auto-updated.
Last update: 2026-02-28 22:01:44 UTC
README
Manage your business information under "Settings", and access it sitewide.
Intended Use
The BusinessInfoExtension is supposed to be added to SiteConfig, but could potentially also be used on other DataObjects, e.g. a "Business Directory".
Basic Setup
By default this module changes nothing on your installation.
You'll need to add the following lines to your mysite/_config/config.yml file:
SiteConfig:
extensions:
- BusinessInfoExtension
Future Ideas
- Integrate with Display Logic for adding more data, but keep things clean