Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / block_content / block_content.links.action.yml
1 block_content_type_add:
2   route_name: block_content.type_add
3   title: 'Add custom block type'
4   appears_on:
5     - entity.block_content_type.collection
6
7 block_content_add_action:
8   route_name: block_content.add_page
9   title: 'Add custom block'
10   appears_on:
11     - block.admin_library
12     - entity.block_content.collection
13   class: \Drupal\block_content\Plugin\Menu\LocalAction\BlockContentAddLocalAction