Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / contextual / tests / modules / contextual_test / contextual_test.links.contextual.yml
1 contextual_test:
2   title: 'Test Link'
3   route_name: 'contextual_test'
4   group: 'contextual_test'
5 contextual_test_ajax:
6   title: 'Test Link with Ajax'
7   route_name: 'contextual_test'
8   group: 'contextual_test'
9   options:
10     attributes:
11       class: ['use-ajax']
12       data-dialog-type: 'modal'