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
The text was updated successfully, but these errors were encountered:
https://use.docs.page/configuration#sidebar
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
andFrontend
, but notDebugging
. As it is only a string that allows inclusion, i must duplicate the group object and add a tab ofbackend
andfrontend
, or I must accept the group shows on all 3 tabsThe text was updated successfully, but these errors were encountered: