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.
-
Log in as an administrator.
-
Open the tenant settings file at:
/portal/tenant-settings/current -
Modify or add the following JSON configuration:
{
"catalog": true,
"rooms": false
}
Configuration Details
-
catalog: Set to
trueto enable the Catalog orfalseto disable it. -
rooms: Set to
trueto enable Rooms orfalseto disable them.