Initial Drupal 11 with DDEV setup
This commit is contained in:
17
web/core/modules/contact/contact.links.task.yml
Normal file
17
web/core/modules/contact/contact.links.task.yml
Normal file
@ -0,0 +1,17 @@
|
||||
entity.contact_form.canonical:
|
||||
title: 'View'
|
||||
route_name: entity.contact_form.canonical
|
||||
weight: 0
|
||||
base_route: entity.contact_form.edit_form
|
||||
|
||||
entity.contact_form.edit_form:
|
||||
title: 'Edit'
|
||||
route_name: entity.contact_form.edit_form
|
||||
weight: 1
|
||||
base_route: entity.contact_form.edit_form
|
||||
|
||||
entity.user.contact_form:
|
||||
title: 'Contact'
|
||||
route_name: entity.user.contact_form
|
||||
weight: 2
|
||||
base_route: entity.user.canonical
|
||||
Reference in New Issue
Block a user