How can we enable TAB in the workspace using UI Builder.
First, you have to navigate to Now Experience Framework ->Experiences
Find out your experience, in my case its “Demo”
Open the experience and create a property under the related list with this value:
Name: chrome_tab
Type: json
Value:
{
“maxMainTabLimit”: 10,
“maxTotalSubTabLimit”: 30
}
No responses yet