Adding custom attributes to a linked Text element

Hi — I have a Text Basic element with “Link to” set to a .vcf file for vCard downloads. I needed to add a download attribute to the generated <a> tag but couldn’t find a way to do it in the Attributes panel. Ended up using a JavaScript workaround. Is there something I’m missing, or is this not currently supported?

Hi Edgar,
The simplest solution is to wrap the basic text in a div and turn it into a link. Then you can set the attributes as needed.

Bricks can’t know where you want to apply the attributes, as some might go on the a, others on the img.