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
true
to enable the Catalog orfalse
to disable it. -
rooms: Set to
true
to enable Rooms orfalse
to disable them.