titledk / silverstripe-businessinfo
Manage your business information under Settings, and access it sitewide.
Installs: 230
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 4
Open Issues: 0
Type:silverstripe-module
pkg:composer/titledk/silverstripe-businessinfo
Requires
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
This package is not auto-updated.
Last update: 2025-10-25 19:55:39 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