TerriaJS / terriajs

A library for building rich, web-based geospatial data platforms.

Home Page:https://terria.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disabling or removing the HelpPanel/MenuBar

Lazouoi opened this issue · comments

After spending a lot of time I tried to remove the Help menu (need to substitute for something else) using different tricks but none worked well. For example:

  1. Disabling the help button in the menu bar (didn't work)
  2. Commenting last line of "HelpPanel". (Didn't work and the build failed).
  3. Commenting in the StandUserUi (same results to 2)

Is it really possible to remove this help menu?

commented

Hi @Lazouoi,

You can hide elements using the elements setting in the init file.

Here's an example configuration, and you can see it in action here: