titledk/silverstripe-businessinfo

Manage your business information under Settings, and access it sitewide.

dev-master 2016-02-22 08:42 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:22:24 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