Global Navigation - Open in new tab

jkt88
Community Member

Is it possible to force a link placed on the Global Navigation to open in a new tab or window? We have the XML below:

<lticm:options name="global_navigation">
<lticm:property name="enabled">true</lticm:property>
<lticm:property name="windowTarget">_blank</lticm:property>
<lticm:property name="visibility">public</lticm:property>
<lticm:property name="icon_url">https://test.com/favicon.ico</lticm:property>
<lticm:property name="display_type">full_width</lticm:property>
</lticm:options>

 

Is there something that can be added to accomplish this?