vincent-peugnet/wcms

Render engine should not overide link's target attributes

Closed this issue · 0 comments

For example, you have ticked the global checkbox to open external links in a new tab.

BUT ! For a specific link that you want not to follow this rule, I think that you should be able to specify it using the target attribute like this:

<a href="https://club1.fr" target="_self">click me</a>

Currently this is overridden by the render engine.