diff --git a/core/modules/block/custom_block/custom_block.local_actions.yml b/core/modules/block/custom_block/custom_block.local_actions.yml index 9faa84b..aa811dd 100644 --- a/core/modules/block/custom_block/custom_block.local_actions.yml +++ b/core/modules/block/custom_block/custom_block.local_actions.yml @@ -4,7 +4,7 @@ custom_block.type_add: appears_on: - custom_block.type_list -custom_block.add_action: +custom_block.add_page: route_name: custom_block.add_page title: 'Add custom block' appears_on: diff --git a/core/modules/forum/forum.local_actions.yml b/core/modules/forum/forum.local_actions.yml index 3ddb930..f2a7285 100644 --- a/core/modules/forum/forum.local_actions.yml +++ b/core/modules/forum/forum.local_actions.yml @@ -1,10 +1,10 @@ -forum.add_forum_local_action: +forum.add_forum: route_name: forum.add_forum title: 'Add forum' appears_on: - forum.overview -forum.add_container_local_action: +forum.add_container: route_name: forum.add_container title: 'Add container' appears_on: diff --git a/core/modules/language/language.local_actions.yml b/core/modules/language/language.local_actions.yml index d8828b3..cfd4e91 100644 --- a/core/modules/language/language.local_actions.yml +++ b/core/modules/language/language.local_actions.yml @@ -1,4 +1,4 @@ -language.add_local_action: +language.add: route_name: language.add title: 'Add language' appears_on: diff --git a/core/modules/system/tests/modules/menu_test/menu_test.local_actions.yml b/core/modules/system/tests/modules/menu_test/menu_test.local_actions.yml index 014010b..3b0d1d7 100644 --- a/core/modules/system/tests/modules/menu_test/menu_test.local_actions.yml +++ b/core/modules/system/tests/modules/menu_test/menu_test.local_actions.yml @@ -1,4 +1,4 @@ -menu_test.local_action4: +menu_test.local_action3: route_name: menu_test.local_action3 title: 'My YAML discovery action' appears_on: diff --git a/core/modules/taxonomy/taxonomy.local_actions.yml b/core/modules/taxonomy/taxonomy.local_actions.yml index 8d2421f..a86fcb6 100644 --- a/core/modules/taxonomy/taxonomy.local_actions.yml +++ b/core/modules/taxonomy/taxonomy.local_actions.yml @@ -1,4 +1,4 @@ -taxonomy.add_vocabulary_local_action: +taxonomy.vocabulary_add: route_name: taxonomy.vocabulary_add title: 'Add vocabulary' appears_on: diff --git a/core/modules/tour/tests/tour_test/tour_test.local_actions.yml b/core/modules/tour/tests/tour_test/tour_test.local_actions.yml index ad2442b..ff0e966 100644 --- a/core/modules/tour/tests/tour_test/tour_test.local_actions.yml +++ b/core/modules/tour/tests/tour_test/tour_test.local_actions.yml @@ -1,4 +1,4 @@ -tour_test.action: +tour_test.1_action: route_name: tour_test.1_action title: 'Tour test action' appears_on: diff --git a/core/modules/views_ui/views_ui.local_actions.yml b/core/modules/views_ui/views_ui.local_actions.yml index 8e17079..89985b3 100644 --- a/core/modules/views_ui/views_ui.local_actions.yml +++ b/core/modules/views_ui/views_ui.local_actions.yml @@ -1,4 +1,4 @@ -views.add_local_action: +views.add: route_name: views_ui.add title: 'Add new view' appears_on: