Open link in a new tab
Add option to your menu to open the link in a new tab
In Testeur
In the theme settings, please check Has target="_blank" in automated menu

Inside your code
Add the attribute {{blank}}
inside your HTML of your menu, it will be replaced by target="_blank"
if needed
<!-- Your code BEFORE -->
<a href="{{url}}">{{name}}</a>
<!-- Your code AFTER -->
<!-- {{blank}} will be replaced by target="_blank" if needed -->
<a href="{{url}}" {{blank}}>{{name}}</a>
Inside the backoffice:
In the Settings of your page, a new option "Open in new tab" allows you to open in a new tab

Last updated