Skip to content
andy.rothwell edited this page May 31, 2019 · 4 revisions

Anchor

This allows you to add an <a> tag from a config.

Example:

{
  type: 'Anchor',
  options: {
    text: 'Feedback',
    target: 'blank',
    customStyle: { 'color': 'white', 'border-bottom': '0px' },
    href: '//exampleurl.com'
  }
}
Clone this wiki locally