ability to remove target="_blank"

Created on 28 April 2021, almost 4 years ago
Updated 26 January 2023, about 2 years ago

I currently have timelinejs installed and it works reasonably well for me.

However one thing I notice is that all links seem to be set to target="_blank" that results in all links opening up in a new tab. Is there away to change or configure this?

e.g.

<div class="tl-text-content"><p><a hreflang="en" href="/portfolio/productplatform-development-publishing" target="_blank" rel="noopener">view</a></p></div>

or

<h2 class="tl-headline"><a hreflang="en" href="/portfolio/productplatform-development-publishing" target="_blank" rel="noopener">Product/Platform Development (Publishing)</a></h2>

💬 Support request
Status

Fixed

Version

3.2

Component

Code

Created by

🇬🇧United Kingdom 2dareis2do

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇬🇧United Kingdom 2dareis2do

    Just to follow up on this it is possible to implement a view something like this in order to get around this behaviour.

    <a href="{{ view_node_1 }}" target="_self" > {{title}}</a>

    where view_node_1 is a excluded link fieldf to a node output as text
    and title is the Title of the node you want to display.

Production build 0.71.5 2024