Our customer's editors would like that the "show on website" link hidden under the "publish" option - would open the given website in a new tab - instead of just using the active tab. Because it's a bit annoying that you then have to "browse back" - to enten EPI backend.
The link i'm referring to has a dojo attach point called "lastPublishedViewLinkNode".
As I see it - it's a real simple fix - simply add the attribute
target="_blank"
To the link - and all is well.
But I guess that the episerver dev team has an opion on this matter?
Hey Epi
Our customer's editors would like that the "show on website" link hidden under the "publish" option - would open the given website in a new tab - instead of just using the active tab.
Because it's a bit annoying that you then have to "browse back" - to enten EPI backend.
The link i'm referring to has a dojo attach point called "lastPublishedViewLinkNode".
As I see it - it's a real simple fix - simply add the attribute
target="_blank"
To the link - and all is well.
But I guess that the episerver dev team has an opion on this matter?