Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
19
core/modules/shortcut/shortcut.links.task.yml
Normal file
19
core/modules/shortcut/shortcut.links.task.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
shortcut.set_switch:
|
||||
route_name: shortcut.set_switch
|
||||
base_route: entity.user.canonical
|
||||
title: 'Shortcuts'
|
||||
|
||||
entity.shortcut_set.customize_form:
|
||||
title: 'List links'
|
||||
route_name: entity.shortcut_set.customize_form
|
||||
base_route: entity.shortcut_set.customize_form
|
||||
entity.shortcut_set.edit_form:
|
||||
title: 'Edit set name'
|
||||
route_name: entity.shortcut_set.edit_form
|
||||
base_route: entity.shortcut_set.customize_form
|
||||
weight: 10
|
||||
|
||||
entity.shortcut.canonical:
|
||||
route_name: entity.shortcut.canonical
|
||||
base_route: entity.shortcut.canonical
|
||||
title: Edit
|
Reference in a new issue