Mercurial > hg > isophonics-drupal-site
annotate core/modules/comment/comment.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.comment.canonical_tab: |
Chris@0 | 2 route_name: entity.comment.canonical |
Chris@0 | 3 title: 'View comment' |
Chris@0 | 4 base_route: entity.comment.canonical |
Chris@0 | 5 entity.comment.edit_form_tab: |
Chris@0 | 6 route_name: entity.comment.edit_form |
Chris@0 | 7 title: 'Edit' |
Chris@0 | 8 base_route: entity.comment.canonical |
Chris@0 | 9 weight: 0 |
Chris@0 | 10 entity.comment.delete_form_tab: |
Chris@0 | 11 route_name: entity.comment.delete_form |
Chris@0 | 12 title: 'Delete' |
Chris@0 | 13 base_route: entity.comment.canonical |
Chris@0 | 14 weight: 10 |
Chris@0 | 15 |
Chris@0 | 16 comment.admin: |
Chris@0 | 17 title: Comments |
Chris@0 | 18 route_name: comment.admin |
Chris@0 | 19 base_route: system.admin_content |
Chris@0 | 20 |
Chris@0 | 21 comment.admin_new: |
Chris@0 | 22 title: 'Published comments' |
Chris@0 | 23 route_name: comment.admin |
Chris@0 | 24 parent_id: comment.admin |
Chris@0 | 25 |
Chris@0 | 26 comment.admin_approval: |
Chris@0 | 27 title: 'Unapproved comments' |
Chris@0 | 28 route_name: comment.admin_approval |
Chris@0 | 29 class: Drupal\comment\Plugin\Menu\LocalTask\UnapprovedComments |
Chris@0 | 30 parent_id: comment.admin |
Chris@0 | 31 weight: 1 |
Chris@0 | 32 cache_tags: |
Chris@0 | 33 - comment_list |
Chris@0 | 34 |
Chris@0 | 35 # Default tab for comment type editing. |
Chris@0 | 36 entity.comment_type.edit_form: |
Chris@0 | 37 title: 'Edit' |
Chris@0 | 38 route_name: entity.comment_type.edit_form |
Chris@0 | 39 base_route: entity.comment_type.edit_form |