diff --git a/core/modules/shortcut/shortcut.routing.yml b/core/modules/shortcut/shortcut.routing.yml index de6a706..b217514 100644 --- a/core/modules/shortcut/shortcut.routing.yml +++ b/core/modules/shortcut/shortcut.routing.yml @@ -29,6 +29,6 @@ shortcut_set_edit: shortcut_link_add_inline: pattern: '/admin/config/user-interface/shortcut/manage/{shortcut}/add-link-inline' defaults: - _content: 'Drupal\shortcut\Controller\ShortcutController::addShortcutLinkInline' + _controller: 'Drupal\shortcut\Controller\ShortcutController::addShortcutLinkInline' requirements: _entity_access: 'shortcut.edit'