How to hide Momindum Maker editor menu items ? (Admin)

If you want to hide a menu item in the Momindum Maker editor, you have to deploy an additional file on the user's computer:

File name:

C:\ProgramData\Momindum Maker\properties\components.properties (until Maker 10.4.X)

C:\Users\username\AppData\Local\Momindum\Momindum Maker\properties (since Maker 10.5)

Here is an example showing how to disable the "Translation" and "Network" menus for all users of the computer:

menu.network=false
menu.translate=false

Before:

After