Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / comment / comment.links.task.yml
1 entity.comment.canonical_tab:
2   route_name: entity.comment.canonical
3   title: 'View comment'
4   base_route: entity.comment.canonical
5 entity.comment.edit_form_tab:
6   route_name: entity.comment.edit_form
7   title: 'Edit'
8   base_route: entity.comment.canonical
9   weight: 0
10 entity.comment.delete_form_tab:
11   route_name: entity.comment.delete_form
12   title: 'Delete'
13   base_route: entity.comment.canonical
14   weight: 10
15
16 comment.admin:
17   title: Comments
18   route_name: comment.admin
19   base_route: system.admin_content
20
21 comment.admin_new:
22   title: 'Published comments'
23   route_name: comment.admin
24   parent_id: comment.admin
25
26 comment.admin_approval:
27   title: 'Unapproved comments'
28   route_name: comment.admin_approval
29   class: Drupal\comment\Plugin\Menu\LocalTask\UnapprovedComments
30   parent_id: comment.admin
31   weight: 1
32   cache_tags:
33     - comment_list
34
35 # Default tab for comment type editing.
36 entity.comment_type.edit_form:
37   title: 'Edit'
38   route_name: entity.comment_type.edit_form
39   base_route: entity.comment_type.edit_form