Edit administration and help in web.menu

image
How can I export the menu like this ??

Hi,
It’s not quite clear what do you need.
If you want to be able to modify structure of the “inherited” menu items from platform, then do the following:

  • set in web-app.properties property: `cuba.menuConfig = web-menu.xml
    (remove the plus sign)
  • copy items from the CUBA’s menu config file to your project’s menu file. CUBA’s config is also named web.xml, but is located in the cuba-web.jar library.
    image