Target attribute for the title-link in a widget (not working?)

return array(
  'title' => 'At a glance',
  'options' => array(
      array(
        'text' => 'Visit Site',
        'icon' => 'eye',
        'link' => $site->url(),
        'target' => '_blank'
      )
    ),
  'html'  => function() { ... }

According to the docs you can define a target for the anchor in a widgets title.

I’ve set it to _blank (see my code above) but the link still opens in the same window.

Am I doing something wrong?

The target attribute currently only works for widget titles, not for widget options.

I have noted your feature request on GitHub.

This is now implemented in Kirby 2.3.2.