Contains all the functions to manage the theme system, such as loading, setup, parsing & processing.
- Source:
Requires
- module:plugin.constants
- module:chiefData
- module:loggers
- @haystacks/constants
- path
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. |
- Source:
Returns:
A JSON object that contains all of the configuration data loaded and parsed from the specified path.
- Type
- object