Mercurial > hg > isophonics-drupal-site
annotate core/modules/block_content/block_content.links.task.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 entity.block_content.collection: |
Chris@0 | 2 title: 'Custom block library' |
Chris@0 | 3 route_name: entity.block_content.collection |
Chris@0 | 4 base_route: block.admin_display |
Chris@0 | 5 block_content.list_sub: |
Chris@0 | 6 title: Blocks |
Chris@0 | 7 route_name: entity.block_content.collection |
Chris@0 | 8 parent_id: entity.block_content.collection |
Chris@0 | 9 entity.block_content_type.collection: |
Chris@0 | 10 title: Block types |
Chris@0 | 11 route_name: entity.block_content_type.collection |
Chris@0 | 12 parent_id: entity.block_content.collection |
Chris@0 | 13 weight: 1 |
Chris@0 | 14 |
Chris@0 | 15 entity.block_content.canonical: |
Chris@0 | 16 title: Edit |
Chris@0 | 17 route_name: entity.block_content.canonical |
Chris@0 | 18 base_route: entity.block_content.canonical |
Chris@0 | 19 entity.block_content.delete_form: |
Chris@0 | 20 title: Delete |
Chris@0 | 21 route_name: entity.block_content.delete_form |
Chris@0 | 22 base_route: entity.block_content.canonical |
Chris@0 | 23 |
Chris@0 | 24 # Default tab for custom block type editing. |
Chris@0 | 25 entity.block_content_type.edit_form: |
Chris@0 | 26 title: 'Edit' |
Chris@0 | 27 route_name: entity.block_content_type.edit_form |
Chris@0 | 28 base_route: entity.block_content_type.edit_form |