@mashroom/mashroom-portal-default-theme
v2.7.1
Published
Default Portal Theme
Downloads
95
Readme
Mashroom Portal Default Theme
Plugin for Mashroom Server, a Microfrontend Integration Platform.
This plugins adds the default theme for the Mashroom Portal.
Usage
If node_modules/@mashroom is configured as plugin path just add @mashroom/mashroom-portal-default-theme as dependency.
You can override the default config in your Mashroom config file like this:
{
"plugins": {
"Mashroom Portal Default Theme": {
"spaMode": true,
"showPortalAppHeaders": true,
"showEnvAndVersions": true
}
}
}
- spaMode: The theme will try to operate like an SPA and loads new page content via AJAX and replaces the DOM. This only works until the user does not navigate on a page with a different theme or different page enhancements, in that case a full page load is triggered (Default: true)
- showPortalAppHeaders: Show or hide Portal App headers (Default: true)
- showEnvAndVersions: Show the environment (NODE_ENV) and version information in the header (Default: false)