Add showParcelViewerLink, showCreditsExplorerLink, and showConnectLink props. These should default to true but host applications should also have the option to pass in false.
The desired behavior is that a false value for any of the above props would remove the application link from the app switcher menu. This will make it possible to use the Unity Bar in a production deployment for one application even if the other applications do not have production deployments.
Describe the solution you'd like
Unity Bar has
showParcelViewerLink
showCreditsExplorerLink
and
showConnectLink
props. These are default true but when any of them is set to false, that application is not show in the app switcher menu.
Overview
Add
showParcelViewerLink
,showCreditsExplorerLink
, andshowConnectLink
props. These should default to true but host applications should also have the option to pass infalse
.The desired behavior is that a
false
value for any of the above props would remove the application link from the app switcher menu. This will make it possible to use the Unity Bar in a production deployment for one application even if the other applications do not have production deployments.Describe the solution you'd like
Unity Bar has
showParcelViewerLink
showCreditsExplorerLink
andshowConnectLink
props. These are default
true
but when any of them is set tofalse
, that application is not show in the app switcher menu.