diff --git a/core/modules/shortcut/lib/Drupal/shortcut/Plugin/Menu/AddShortcutSetLocalAction.php b/core/modules/shortcut/lib/Drupal/shortcut/Plugin/Menu/AddShortcutSetLocalAction.php new file mode 100644 index 0000000..4520899 --- /dev/null +++ b/core/modules/shortcut/lib/Drupal/shortcut/Plugin/Menu/AddShortcutSetLocalAction.php @@ -0,0 +1,24 @@ + 'shortcut_set_add', - 'title' => t('Add shortcut set'), - 'appears_on' => array( - 'shortcut_set_admin', - ), - ), - ); -}