Mercurial > hg > isophonics-drupal-site
annotate core/modules/block_content/block_content.links.action.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 block_content_type_add: |
Chris@0 | 2 route_name: block_content.type_add |
Chris@0 | 3 title: 'Add custom block type' |
Chris@0 | 4 appears_on: |
Chris@0 | 5 - entity.block_content_type.collection |
Chris@0 | 6 |
Chris@0 | 7 block_content_add_action: |
Chris@0 | 8 route_name: block_content.add_page |
Chris@0 | 9 title: 'Add custom block' |
Chris@0 | 10 appears_on: |
Chris@0 | 11 - block.admin_library |
Chris@0 | 12 - entity.block_content.collection |
Chris@0 | 13 class: \Drupal\block_content\Plugin\Menu\LocalAction\BlockContentAddLocalAction |