Clickable link in Blueprint

Hello,

How could I add a clickable link in the blueprint, for exemple:

  text:
    label: Text
    type:  textarea
    help:  You can find some help here : (my link to external page)

Thank you again for your help :slight_smile:

1 Like

Wouldn’t have thought it, but this works:

help: >
     You can find some help  <a href="http://www.example.de">here</a>
3 Likes

… I should have tried it before asking :frowning:

Thank you

I learned something new by answering your question :slightly_smiling:

2 Likes