You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By allowing an array over a string, it makes it possible to include or exclude the sidebar item on multiple tabs.
For instance, if I have 3 tabs "Backend, Frontend, Debugging"
I may want a Contribution group to appear on Backend and Frontend, but not Debugging. As it is only a string that allows inclusion, i must duplicate the group object and add a tab of backend and frontend, or I must accept the group shows on all 3 tabs