Description
Currently, when a user clicks on a resource card on the MapStore homepage, the resource opens in the same browser tab. Customer has requested a change so that clicking on a card opens the resource in a new browser tab instead.
Add new boolean configuration support to ResourceGrid plugin called openInNewTab.
In new implementation, add resource menu items are already configurable to open in new tab by adding target to menuItems in localConfig.
Description
Currently, when a user clicks on a resource card on the MapStore homepage, the resource opens in the same browser tab. Customer has requested a change so that clicking on a card opens the resource in a new browser tab instead.
Add new boolean configuration support to ResourceGrid plugin called
openInNewTab.In new implementation, add resource menu items are already configurable to open in new tab by adding
targetto menuItems in localConfig.