kopano webapp change menu structure
-
Hi,
Can we change the menu structure for webapp? if soin what file must whe do this?
-
i want to disable the “About button”
-
@ckruijntjens
-
Hi @ckruijntjens
You can create a simple plugin and hide it with css for example.
-
Hi marty Can you help me with this? Ie how to begin?
-
@ckruijntjens
Have a look at the existing plugins for the plugin structure:
https://stash.kopano.io/projects/KWAor for example:
https://github.com/tsarbel/itemdataYou can take that as a base.
If you don’t want the plugin to be visible for users you can add this to the pluginMetaData (in the JS file below the display name)
// Do not allow the user to disable this plugin allowUserDisable : false, // Do not show this plugin in the plugin list allowUserVisible : false
Make sure your css file is included in the manifest.xml.