How to enable Catalog and Rooms for tenant

To modify the default behavior of Catalog and Rooms visibility, the administrator must update the ui.learner.navigation settings in the tenant configuration.

  1. Log in as an administrator.

  2. Open the tenant settings file at:

    /portal/tenant-settings/current
  3. Modify or add the following JSON configuration:

    {
    "catalog": true,
    "rooms": false
    }

Configuration Details

  • catalog: Set to true to enable the Catalog or false to disable it.

  • rooms: Set to true to enable Rooms or false to disable them.