Initial Drupal 11 with DDEV setup
This commit is contained in:
18
web/core/modules/media/media.links.task.yml
Normal file
18
web/core/modules/media/media.links.task.yml
Normal file
@ -0,0 +1,18 @@
|
||||
media.tasks:
|
||||
deriver: 'Drupal\media\Plugin\Derivative\DynamicLocalTasks'
|
||||
|
||||
entity.media_type.edit_form:
|
||||
title: Edit
|
||||
route_name: entity.media_type.edit_form
|
||||
base_route: entity.media_type.edit_form
|
||||
|
||||
entity.media_type.collection:
|
||||
title: List
|
||||
route_name: entity.media_type.collection
|
||||
base_route: entity.media_type.collection
|
||||
|
||||
entity.media.collection:
|
||||
title: Media
|
||||
route_name: entity.media.collection
|
||||
base_route: system.admin_content
|
||||
weight: 10
|
||||
Reference in New Issue
Block a user