This article covers a Bloomreach Experience Manager version 12. There's an updated version available that covers our most recent release.

Hide a Namespace in the CMS editor

When your plugin defines a namespace and that namespace is not intended for editing in the CMS, make sure that you add the following configuration to hide that namespace from the configuration tab:

hide-namespace.yaml

definitions:
  config:
    /hippo:configuration/hippo:frontend/cms/cms-tree-views/configuration/configurationBrowser/filters:
      /hideMynamespace:
        .meta:order-before: showOtherNamespaces
        jcr:primaryType: frontend:pluginconfig
        display: false
        path: /hippo:namespaces/mynamespace
When creating this configuration manually in the Console (during development), make sure that your frontend:pluginconfig node is inserted  before the showOtherNamespaces node.
Did you find this page helpful?
How could this documentation serve you better?
On this page
    Did you find this page helpful?
    How could this documentation serve you better?