🐝 app-internal-titlechange
Internal Plugin
This is an internal plugin defined by conjoon.
Application Plugin for changing the title of the browser window based on the information provided with the global conjoon.application.TitleAvailable
-event and the titleTpl
-configuration.
Use this plugin, if you...
- want to provide contextual information based on the navigation of the user with the browser's title
Installation
info
This plugin is automatically installed with conjoon and enabled by default.
Configuration
Enabling / Disabling the plugin
The plugin can be enabled by specifying its fqn in the plugins/application
-section:
conjoon.conf.json
{
"plugins": {
"application": [
"extjs-plug-themeutil",
"conjoon.plugin.TitleChangePlugin"
]
}
}
To disable the plugin, remove its entry from this section.
conjoon.conf.json
{
"plugins": {
"application": [
"extjs-plug-themeutil"
]
}
}
Accepted fields
This plugin's configuration is provided with the conjoon.conf.json-file.
titleTpl
- Type:
String
Please refer to this entry for more information on the titleTpl