silverstripe-module silverstripe-businessinfo
Manage your business information under Settings, and access it sitewide.
titledk/silverstripe-businessinfo
Manage your business information under Settings, and access it sitewide.
- Monday, February 22, 2016
- by titledk
- Repository
- 2 Watchers
- 1 Stars
- 223 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 4 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
SilverStripe Business Info
Manage your business information under "Settings", and access it sitewide., (*1)
Intended Use
The BusinessInfoExtension
is supposed to be added to SiteConfig
, but could potentially also be used on other DataObject
s, e.g. a "Business Directory"., (*2)
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:, (*3)
SiteConfig:
extensions:
- BusinessInfoExtension
Future Ideas
- Integrate with Display Logic for adding more data, but keep things clean