i-lateral / silverstripe-siteconfig
Module that allows access to SiteConfig with only core framework (no CMS) installed.
Installs: 108
Dependents: 0
Suggesters: 8
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Language:JavaScript
Type:silverstripe-module
Requires
- silverstripe/framework: >=3.1
This package is auto-updated.
Last update: 2024-10-20 23:48:53 UTC
README
Module to allow you to gain access to SiteConfig (Settings) interface and classes when the CMS is not installed (only core Framework)
Author
This module was created by i-lateral.
Installation
Install this module either by downloading and adding to:
[silverstripe-root]/siteconfig
Then run: http://yoursiteurl.com/dev/build/
Or alternativly add to your projects composer.json
Usage
Once installed, this module will replicate the default silverstripe siteconfig available through the CMS. Allowing you to load and access your custom settings into the framework admin, in the same way as you would with the CMS.
PLEASE NOTE: This module will cause a conflict if you install it AND CMS.