i-lateral/silverstripe-siteconfig

Module that allows access to SiteConfig with only core framework (no CMS) installed.

Installs: 107

Dependents: 0

Suggesters: 8

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Language:JavaScript

Type:silverstripe-module

dev-master 2015-05-18 21:12 UTC

This package is auto-updated.

Last update: 2024-03-20 22:30:31 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.