Description
Is your feature request related to a problem? Please describe.
In an environment where development work is done by a dedicated admin team and the rest of the company employees are only supposed to use the apps made by the admins, it doesn't make sense for users to have access to "marketplace" and "news" sections, since these are only relevant and useful for the admins.
Describe the solution you'd like
I would like to have an option to hide these entries in the side menu, either with an option in the Settings, or as a new ENV variable.
It could be called something like "Hide Marketplace from the non-admin users".
I don't think it's necessary to deny access to these sections, as users can't create apps if they don't have permissions; just hiding the links is sufficient.
Describe alternatives you've considered
I have tried doing it by some simple CSS rues in the Preload CSS section, but I think it only applies to applications, not the whole web portal.