Hide "Learning Catalog" with Visual Builder Studio
in Learning
Summary: Hide "Learning Catalog" with VBS
Content (please ensure you mask any confidential information): Hi,
We want to hide "Learning catalog" tab using "Visual Builder Studio" in the page you can find to the following path:
Me > Learning
When we opened Visual Builder in "Express mode" we tried "Page Properties" on the right using "List of tab" task to hide "Learning Catalog" tab:
We inserted the following expression to hide "Learning catalog" tab not inserting the id referred to this tab (like the tab suggests, see the pictures for more clarify):
"[
{
"id": "explore"
"icon": "oj-ux-ico-search"
},
{
"id": "myLearnExperience",
"icon": "oj-ux-ico-lightbulb"
}
]"
What is wrong with this expression? Because it doesn't work.
Tagged:
0