Module: chiefTheme

Contains all the functions to manage the theme system, such as loading, setup, parsing & processing.

Author:
  • Seth Hollingsead
Source:

Requires

Methods

(inner) setupThemes(pluginThemesPath) → {object}

Sets up all of the plugin themes data.

Parameters:
Name Type Description
pluginThemesPath string

The path of the themes files for the plugin layer.

Author:
  • Seth Hollingsead
Source:
Returns:

A JSON object that contains all of the configuration data loaded and parsed from the specified path.

Type
object