Hi there!
Is there any way to create link fields that open in a new window/tab, i.e. target="_blank"
? I’ve tried both regular link-fields & markdown (using plain <a>
tags), but can’t get it to work.
What I would really like is a more “complex” link field like
{
url: string,
label: string,
openInNewWindow: boolean
}