titledk / silverstripe-businessinfo
Manage your business information under Settings, and access it sitewide.
Installs: 230
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 4
Open Issues: 0
Type:silverstripe-module
Requires
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
This package is not auto-updated.
Last update: 2024-11-23 15:12:59 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 DataObject
s, 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