Is it possible to create a new menu item for the Cockpit’s top navigation menu? Which opens a page in a new window?
I read in the documentation of the cockpit.navigation
, but it has nothing to open a new tab, just the ‘pagePath’ property, which redirects the current page.
Is it possible to put the target = "_ blank"
property in the link of navigation menu?
Thanks.