diff --git a/core/modules/action/action.menu_links.yml b/core/modules/action/action.menu_links.yml index 42c90d9..fa56951 100644 --- a/core/modules/action/action.menu_links.yml +++ b/core/modules/action/action.menu_links.yml @@ -1,5 +1,5 @@ action.admin: - link_title: Actions + title: Actions description: 'Manage the actions defined for your site.' route_name: action.admin parent: system.admin_config_system diff --git a/core/modules/aggregator/aggregator.menu_links.yml b/core/modules/aggregator/aggregator.menu_links.yml index fe8edc5..43773c6 100644 --- a/core/modules/aggregator/aggregator.menu_links.yml +++ b/core/modules/aggregator/aggregator.menu_links.yml @@ -1,16 +1,16 @@ aggregator.admin_overview: - link_title: 'Feed aggregator' + title: 'Feed aggregator' description: 'Configure which content your site aggregates from other sites, how often it polls them, and how they''re categorized.' route_name: aggregator.admin_overview parent: system.admin_config_services weight: 10 aggregator.page_last: - link_title: 'Feed aggregator' + title: 'Feed aggregator' weight: 5 route_name: aggregator.page_last aggregator.sources: - link_title: Sources + title: Sources route_name: aggregator.sources aggregator.feed_add: - link_title: 'Add feed' + title: 'Add feed' route_name: aggregator.feed_add diff --git a/core/modules/ban/ban.menu_links.yml b/core/modules/ban/ban.menu_links.yml index e8410b9..dc30e3a 100644 --- a/core/modules/ban/ban.menu_links.yml +++ b/core/modules/ban/ban.menu_links.yml @@ -1,5 +1,5 @@ ban.admin_page: - link_title: 'IP address bans' + title: 'IP address bans' description: 'Manage banned IP addresses.' route_name: ban.admin_page weight: 10 diff --git a/core/modules/block/block.menu_links.yml b/core/modules/block/block.menu_links.yml index 6f56c9e..b2782aa 100644 --- a/core/modules/block/block.menu_links.yml +++ b/core/modules/block/block.menu_links.yml @@ -1,5 +1,5 @@ block.admin_display: - link_title: 'Block layout' + title: 'Block layout' parent: system.admin_structure description: 'Configure what block content appears in your site''s sidebars and other regions.' route_name: block.admin_display diff --git a/core/modules/book/book.menu_links.yml b/core/modules/book/book.menu_links.yml index 34596f6..f7dbc18 100644 --- a/core/modules/book/book.menu_links.yml +++ b/core/modules/book/book.menu_links.yml @@ -1,9 +1,9 @@ book.admin: - link_title: Books + title: Books description: 'Manage your site''s book outlines.' parent: system.admin_structure route_name: book.admin book.render: - link_title: Books + title: Books route_name: book.render hidden: 1 diff --git a/core/modules/comment/comment.menu_links.yml b/core/modules/comment/comment.menu_links.yml index 456da78..7d715fe 100644 --- a/core/modules/comment/comment.menu_links.yml +++ b/core/modules/comment/comment.menu_links.yml @@ -1,10 +1,10 @@ comment.admin: - link_title: Comments + title: Comments route_name: comment.admin parent: system.admin description: 'List and edit site comments and the comment approval queue.' comment.bundle_list: - link_title: 'Comment forms' + title: 'Comment forms' route_name: comment.bundle_list parent: system.admin_structure description: 'Manage fields and displays settings for comment forms.' diff --git a/core/modules/config/config.menu_links.yml b/core/modules/config/config.menu_links.yml index 462a98d..87a9b92 100644 --- a/core/modules/config/config.menu_links.yml +++ b/core/modules/config/config.menu_links.yml @@ -1,5 +1,5 @@ config.sync: - link_title: 'Configuration management' + title: 'Configuration management' description: 'Import, export, or synchronize your site configuration.' route_name: config.sync parent: system.admin_config_development diff --git a/core/modules/config_translation/config_translation.menu_links.yml b/core/modules/config_translation/config_translation.menu_links.yml index e783bb6..8f53899 100644 --- a/core/modules/config_translation/config_translation.menu_links.yml +++ b/core/modules/config_translation/config_translation.menu_links.yml @@ -1,5 +1,5 @@ config_translation.mapper_list: - link_title: 'Configuration translation' + title: 'Configuration translation' parent: system.admin_config_regional description: 'Translate the configuration.' route_name: config_translation.mapper_list diff --git a/core/modules/contact/contact.menu_links.yml b/core/modules/contact/contact.menu_links.yml index b3f83bc..683be63 100644 --- a/core/modules/contact/contact.menu_links.yml +++ b/core/modules/contact/contact.menu_links.yml @@ -1,10 +1,10 @@ contact.category_list: - link_title: 'Contact form categories' + title: 'Contact form categories' parent: system.admin_structure description: 'Create a system contact form and set up categories for the form to use.' route_name: contact.category_list contact.site_page: - link_title: Contact + title: Contact route_name: contact.site_page menu_name: footer hidden: 1 diff --git a/core/modules/dblog/dblog.menu_links.yml b/core/modules/dblog/dblog.menu_links.yml index d457ba4..e45a737 100644 --- a/core/modules/dblog/dblog.menu_links.yml +++ b/core/modules/dblog/dblog.menu_links.yml @@ -1,16 +1,16 @@ dblog.overview: - link_title: 'Recent log messages' + title: 'Recent log messages' parent: system.admin_reports description: 'View events that have recently been logged.' route_name: dblog.overview weight: -1 dblog.page_not_found: - link_title: 'Top ''page not found'' errors' + title: 'Top ''page not found'' errors' route_name: dblog.page_not_found parent: system.admin_reports description: 'View ''page not found'' errors (404s).' dblog.access_denied: - link_title: 'Top ''access denied'' errors' + title: 'Top ''access denied'' errors' route_name: dblog.access_denied description: 'View ''access denied'' errors (403s).' parent: system.admin_reports diff --git a/core/modules/entity/entity.menu_links.yml b/core/modules/entity/entity.menu_links.yml index 131b13e..66c67c6 100644 --- a/core/modules/entity/entity.menu_links.yml +++ b/core/modules/entity/entity.menu_links.yml @@ -1,15 +1,15 @@ entity.display_mode: - link_title: 'Display modes' + title: 'Display modes' description: 'Configure what displays are available for your content and forms.' route_name: entity.display_mode parent: system.admin_structure entity.view_mode_list: - link_title: 'View modes' + title: 'View modes' description: 'Manage custom view modes.' route_name: entity.view_mode_list parent: entity.display_mode entity.form_mode_list: - link_title: 'Form modes' + title: 'Form modes' description: 'Manage custom form modes.' route_name: entity.form_mode_list parent: entity.display_mode diff --git a/core/modules/field_ui/field_ui.menu_links.yml b/core/modules/field_ui/field_ui.menu_links.yml index 9d93396..a128f2e 100644 --- a/core/modules/field_ui/field_ui.menu_links.yml +++ b/core/modules/field_ui/field_ui.menu_links.yml @@ -1,5 +1,5 @@ field_ui.list: - link_title: 'Field list' + title: 'Field list' description: 'Overview of fields on all entity types.' route_name: field_ui.list parent: system.admin_reports diff --git a/core/modules/filter/filter.menu_links.yml b/core/modules/filter/filter.menu_links.yml index ca2773c..e71db50 100644 --- a/core/modules/filter/filter.menu_links.yml +++ b/core/modules/filter/filter.menu_links.yml @@ -1,9 +1,9 @@ filter.tips_all: - link_title: 'Compose tips' + title: 'Compose tips' hidden: 1 route_name: filter.tips_all filter.admin_overview: - link_title: 'Text formats' + title: 'Text formats' parent: system.admin_config_content description: 'Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.' route_name: filter.admin_overview diff --git a/core/modules/forum/forum.menu_links.yml b/core/modules/forum/forum.menu_links.yml index 1eb6eb5..4586a12 100644 --- a/core/modules/forum/forum.menu_links.yml +++ b/core/modules/forum/forum.menu_links.yml @@ -1,9 +1,9 @@ forum.index: - link_title: Forums + title: Forums route_name: forum.index menu_name: tools forum.overview: - link_title: Forums + title: Forums parent: system.admin_structure description: 'Control forum hierarchy settings.' route_name: forum.overview diff --git a/core/modules/help/help.menu_links.yml b/core/modules/help/help.menu_links.yml index bad3779..aa85add 100644 --- a/core/modules/help/help.menu_links.yml +++ b/core/modules/help/help.menu_links.yml @@ -1,5 +1,5 @@ help.main: - link_title: Help + title: Help description: 'Reference for usage, configuration, and modules.' route_name: help.main weight: 9 diff --git a/core/modules/image/image.menu_links.yml b/core/modules/image/image.menu_links.yml index 896408c..02b60e8 100644 --- a/core/modules/image/image.menu_links.yml +++ b/core/modules/image/image.menu_links.yml @@ -1,5 +1,5 @@ image.style_list: - link_title: 'Image styles' + title: 'Image styles' description: 'Configure styles that can be used for resizing or adjusting images on display.' parent: system.admin_config_media route_name: image.style_list diff --git a/core/modules/language/language.menu_links.yml b/core/modules/language/language.menu_links.yml index 79ae7b7..26f9f9a 100644 --- a/core/modules/language/language.menu_links.yml +++ b/core/modules/language/language.menu_links.yml @@ -1,10 +1,10 @@ language.admin_overview: - link_title: Languages + title: Languages description: 'Configure languages for content and the user interface.' route_name: language.admin_overview parent: system.admin_config_regional language.content_settings_page: - link_title: 'Content language' + title: 'Content language' description: 'Configure language support for content.' route_name: language.content_settings_page parent: system.admin_config_regional diff --git a/core/modules/locale/locale.menu_links.yml b/core/modules/locale/locale.menu_links.yml index 7b689a3..41665ae 100644 --- a/core/modules/locale/locale.menu_links.yml +++ b/core/modules/locale/locale.menu_links.yml @@ -1,11 +1,11 @@ locale.translate_page: - link_title: 'User interface translation' + title: 'User interface translation' description: 'Translate the built-in user interface.' route_name: locale.translate_page parent: system.admin_config_regional weight: 15 locale.translate_status: - link_title: 'Available translation updates' + title: 'Available translation updates' route_name: locale.translate_status description: 'Get a status report about available interface translations for your installed modules and themes.' parent: system.admin_reports diff --git a/core/modules/menu/menu.menu_links.yml b/core/modules/menu/menu.menu_links.yml index 3a50d1b..c3ec08a 100644 --- a/core/modules/menu/menu.menu_links.yml +++ b/core/modules/menu/menu.menu_links.yml @@ -1,5 +1,5 @@ menu.overview_page: - link_title: Menus + title: Menus description: 'Add new menus to your site, edit existing menus, and rename and reorganize menu links.' route_name: menu.overview_page parent: system.admin_structure diff --git a/core/modules/node/node.menu_links.yml b/core/modules/node/node.menu_links.yml index 8ae6692..50fd002 100644 --- a/core/modules/node/node.menu_links.yml +++ b/core/modules/node/node.menu_links.yml @@ -1,14 +1,14 @@ node.content_overview: - link_title: Content + title: Content route_name: node.content_overview parent: system.admin description: 'Find and manage content.' weight: -10 node.overview_types: - link_title: 'Content types' + title: 'Content types' parent: system.admin_structure description: 'Manage content types, including default status, front page promotion, comment settings, etc.' route_name: node.overview_types node.add_page: - link_title: 'Add content' + title: 'Add content' route_name: node.add_page diff --git a/core/modules/path/path.menu_links.yml b/core/modules/path/path.menu_links.yml index 7b03d26..46bdd93 100644 --- a/core/modules/path/path.menu_links.yml +++ b/core/modules/path/path.menu_links.yml @@ -1,5 +1,5 @@ path.admin_overview: - link_title: 'URL aliases' + title: 'URL aliases' description: 'Change your site''s URL paths by aliasing them.' route_name: path.admin_overview parent: system.admin_config_search diff --git a/core/modules/responsive_image/responsive_image.menu_links.yml b/core/modules/responsive_image/responsive_image.menu_links.yml index 39d438e..796e1f5 100644 --- a/core/modules/responsive_image/responsive_image.menu_links.yml +++ b/core/modules/responsive_image/responsive_image.menu_links.yml @@ -1,5 +1,5 @@ responsive_image.mapping_page: - link_title: 'Responsive image mappings' + title: 'Responsive image mappings' description: 'Manage responsive image mappings' weight: 10 route_name: responsive_image.mapping_page diff --git a/core/modules/search/search.menu_links.yml b/core/modules/search/search.menu_links.yml index 3b677e5..4648596 100644 --- a/core/modules/search/search.menu_links.yml +++ b/core/modules/search/search.menu_links.yml @@ -1,9 +1,9 @@ search.view: - link_title: Search + title: Search route_name: search.view hidden: 1 search.settings: - link_title: 'Search settings' + title: 'Search settings' parent: system.admin_config_search description: 'Configure relevance settings for search and other indexing options.' route_name: search.settings diff --git a/core/modules/shortcut/shortcut.menu_links.yml b/core/modules/shortcut/shortcut.menu_links.yml index 0761302..8c9ded5 100644 --- a/core/modules/shortcut/shortcut.menu_links.yml +++ b/core/modules/shortcut/shortcut.menu_links.yml @@ -1,5 +1,5 @@ shortcut.set_admin: - link_title: Shortcuts + title: Shortcuts description: 'Add and modify shortcut sets.' route_name: shortcut.set_admin parent: system.admin_config_ui diff --git a/core/modules/simpletest/simpletest.menu_links.yml b/core/modules/simpletest/simpletest.menu_links.yml index afb79cf..9e1f007 100644 --- a/core/modules/simpletest/simpletest.menu_links.yml +++ b/core/modules/simpletest/simpletest.menu_links.yml @@ -1,5 +1,5 @@ simpletest.test_form: - link_title: Testing + title: Testing description: 'Run tests against Drupal core and your modules. These tests help assure that your site code is working as designed.' route_name: simpletest.test_form parent: system.admin_config_development diff --git a/core/modules/statistics/statistics.menu_links.yml b/core/modules/statistics/statistics.menu_links.yml index 3703de3..b409c23 100644 --- a/core/modules/statistics/statistics.menu_links.yml +++ b/core/modules/statistics/statistics.menu_links.yml @@ -1,5 +1,5 @@ statistics.settings: - link_title: Statistics + title: Statistics description: 'Control details about what and how your site logs content statistics.' route_name: statistics.settings parent: system.admin_config_system diff --git a/core/modules/system/system.menu_links.yml b/core/modules/system/system.menu_links.yml index 3ece816..4d883a7 100644 --- a/core/modules/system/system.menu_links.yml +++ b/core/modules/system/system.menu_links.yml @@ -1,5 +1,5 @@ system.admin: - link_title: Administration + title: Administration route_name: system.admin weight: 9 menu_name: admin @@ -7,22 +7,22 @@ system.admin_structure: route_name: system.admin_structure parent: system.admin description: 'Administer blocks, content types, menus, etc.' - link_title: Structure + title: Structure weight: -8 system.themes_page: route_name: system.themes_page - link_title: Appearance + title: Appearance description: 'Select and configure your themes.' parent: system.admin weight: -6 system.modules_list: - link_title: Extend + title: Extend description: 'Add and enable modules to extend site functionality.' parent: system.admin route_name: system.modules_list weight: -2 system.admin_config: - link_title: Configuration + title: Configuration parent: system.admin description: 'Administer settings.' route_name: system.admin_config @@ -30,120 +30,120 @@ system.admin_config: system.admin_config_media: route_name: system.admin_config_media parent: system.admin_config - link_title: Media + title: Media weight: -10 system.file_system_settings: - link_title: 'File system' + title: 'File system' description: 'Tell Drupal where to store uploaded files and how they are accessed.' parent: system.admin_config_media route_name: system.file_system_settings system.image_toolkit_settings: - link_title: 'Image toolkit' + title: 'Image toolkit' parent: system.admin_config_media route_name: system.image_toolkit_settings description: 'Choose which image toolkit to use if you have installed optional toolkits.' weight: 20 system.admin_config_services: - link_title: 'Web services' + title: 'Web services' parent: system.admin_config route_name: system.admin_config_services system.rss_feeds_settings: - link_title: 'RSS publishing' + title: 'RSS publishing' parent: system.admin_config_services description: 'Configure the site description, the number of items per feed and whether feeds should be titles/teasers/full-text.' route_name: system.rss_feeds_settings system.admin_config_development: route_name: system.admin_config_development parent: system.admin_config - link_title: Development + title: Development description: 'Development tools.' weight: -10 system.site_maintenance_mode: - link_title: 'Maintenance mode' + title: 'Maintenance mode' parent: system.admin_config_development description: 'Take the site offline for maintenance or bring it back online.' route_name: system.site_maintenance_mode weight: -10 system.performance_settings: - link_title: Performance + title: Performance parent: system.admin_config_development description: 'Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.' route_name: system.performance_settings weight: -20 system.logging_settings: - link_title: 'Logging and errors' + title: 'Logging and errors' parent: system.admin_config_development description: 'Settings for logging and alerts modules. Various modules can route Drupal''s system events to different destinations, such as syslog, database, email, etc.' route_name: system.logging_settings weight: -15 system.admin_config_regional: route_name: system.admin_config_regional - link_title: 'Regional and language' + title: 'Regional and language' parent: system.admin_config description: 'Regional settings, localization and translation.' weight: -5 system.regional_settings: - link_title: 'Regional settings' + title: 'Regional settings' parent: system.admin_config_regional description: 'Settings for the site''s default time zone and country.' route_name: system.regional_settings weight: -20 system.date_format_list: - link_title: 'Date and time formats' + title: 'Date and time formats' parent: system.admin_config_regional description: 'Configure display format strings for date and time.' route_name: system.date_format_list weight: -9 system.admin_config_search: - link_title: 'Search and metadata' + title: 'Search and metadata' route_name: system.admin_config_search parent: system.admin_config description: 'Local site search, metadata and SEO.' weight: -10 system.admin_config_system: - link_title: System + title: System route_name: system.admin_config_system parent: system.admin_config description: 'General system related configuration.' weight: -20 system.site_information_settings: - link_title: 'Site information' + title: 'Site information' parent: system.admin_config_system description: 'Change site name, e-mail address, slogan, default front page, and number of posts per page, error pages.' route_name: system.site_information_settings weight: -20 system.cron_settings: - link_title: Cron + title: Cron parent: system.admin_config_system description: 'Manage automatic site maintenance tasks.' route_name: system.cron_settings weight: 20 system.admin_config_ui: - link_title: 'User interface' + title: 'User interface' route_name: system.admin_config_ui parent: system.admin_config description: 'Tools that enhance the user interface.' weight: -15 system.admin_config_workflow: - link_title: Workflow + title: Workflow route_name: system.admin_config_workflow parent: system.admin_config description: 'Content workflow, editorial workflow tools.' weight: 5 system.admin_config_content: - link_title: 'Content authoring' + title: 'Content authoring' route_name: system.admin_config_content parent: system.admin_config description: 'Settings related to formatting and authoring content.' weight: -15 system.admin_reports: - link_title: Reports + title: Reports route_name: system.admin_reports parent: system.admin description: 'View reports, updates, and errors.' weight: 5 system.status: - link_title: 'Status report' + title: 'Status report' parent: system.admin_reports description: 'Get a status report about your site''s operation and any detected problems.' route_name: system.status diff --git a/core/modules/system/tests/modules/menu_test/menu_test.menu_links.yml b/core/modules/system/tests/modules/menu_test/menu_test.menu_links.yml index 9d565df..599dcf8 100644 --- a/core/modules/system/tests/modules/menu_test/menu_test.menu_links.yml +++ b/core/modules/system/tests/modules/menu_test/menu_test.menu_links.yml @@ -1,38 +1,38 @@ # The name of the menu changes during the course of the test. Using a $_GET. menu_test.menu_name_test: - link_title: 'Test menu_name router item' + title: 'Test menu_name router item' route_name: menu_test.menu_name_test menu_name: original # This item uses SystemController::systemAdminMenuBlockPage() to list child # items. menu_test.menu_callback_description: - link_title: 'Menu item title' + title: 'Menu item title' description: 'Menu item description parent' route_name: menu_test.callback_description # This item tests the description key. menu_test.menu_callback_description.description-plain: - link_title: 'Menu item with a regular description' + title: 'Menu item with a regular description' description: 'Menu item description text' route_name: menu_test.callback_description_plain parent: menu_test.menu_callback_description menu_test.menu_no_title_callback: - link_title: 'A title with @placeholder' + title: 'A title with @placeholder' route_name: menu_test.menu_no_title_callback # Hierarchical tests. menu_test.hierarchy_parent: - link_title: 'Parent menu router' + title: 'Parent menu router' route_name: menu_test.hierarchy_parent menu_test.hierarchy_parent.child: - link_title: 'Child menu router' + title: 'Child menu router' route_name: menu_test.hierarchy_parent_child parent: menu_test.hierarchy_parent menu_test.hierarchy_parent.child2.child: - link_title: 'Unattached subchild router' + title: 'Unattached subchild router' route_name: menu_test.hierarchy_parent_child2 parent: menu_test.hierarchy_parent.child # Path containing "exotic" characters. menu_test.exotic_path: - link_title: '"Exotic" path' + title: '"Exotic" path' route_name: menu_test.exotic_path # "Special" ASCII characters. Characters that look like a percent-escaped # string. Characters from various non-ASCII alphabets. @@ -41,50 +41,50 @@ menu_test.exotic_path: # Same structure as in Menu and Block modules. Since those structures can # change, we need to simulate our own in here. menu_test: - link_title: 'Menu test root' + title: 'Menu test root' route_name: menu_test.menu_test # Hidden tests; one dynamic argument. menu_test.hidden: - link_title: 'Hidden test root' + title: 'Hidden test root' route_name: menu_test.hidden parent: menu_test menu_test.hidden.menu: - link_title: Menus + title: Menus route_name: menu_test.hidden_menu parent: menu_test.hidden # Hidden tests; two dynamic arguments. menu_test.hidden.block: - link_title: Blocks + title: Blocks route_name: menu_test.hidden_block parent: menu_test.hidden # Menu trail tests. # @see MenuTrailTestCase menu_test.menu-trail: - link_title: 'Menu trail - Case 1' + title: 'Menu trail - Case 1' route_name: menu_test.menu_trail parent: menu_test menu_test.admin.config.development.menu-trail: - link_title: 'Menu trail - Case 2' + title: 'Menu trail - Case 2' description: 'Tests menu_tree_set_path()' route_name: menu_test.menu_trail_admin parent: system.admin_config_development menu_test.custom-403-page: - link_title: 'Custom 403 page' + title: 'Custom 403 page' route_name: menu_test.custom_403 parent: menu_test menu_test.custom-404-page: - link_title: 'Custom 404 page' + title: 'Custom 404 page' route_name: menu_test.custom_404 parent: menu_test menu_test.menu-title-test.case1: - link_title: 'Example title - Case 1' + title: 'Example title - Case 1' route_name: menu_test.title_test_case1 menu_test.menu-title-test.case2: - link_title: 'Example title' + title: 'Example title' route_name: menu_test.title_test_case2 menu_test.menu-title-test.case3: - link_title: 'Bike sheds full of blue smurfs' + title: 'Bike sheds full of blue smurfs' route_name: menu_test.title_test_case3 menu_test.context: - link_title: '' + title: '' route_name: menu_test.context diff --git a/core/modules/taxonomy/taxonomy.menu_links.yml b/core/modules/taxonomy/taxonomy.menu_links.yml index b3267af..77bb6fa 100644 --- a/core/modules/taxonomy/taxonomy.menu_links.yml +++ b/core/modules/taxonomy/taxonomy.menu_links.yml @@ -1,5 +1,5 @@ taxonomy.vocabulary_list: - link_title: Taxonomy + title: Taxonomy parent: system.admin_structure description: 'Manage tagging, categorization, and classification of your content.' route_name: taxonomy.vocabulary_list diff --git a/core/modules/tracker/tracker.menu_links.yml b/core/modules/tracker/tracker.menu_links.yml index 153c8f6..fe12bc4 100644 --- a/core/modules/tracker/tracker.menu_links.yml +++ b/core/modules/tracker/tracker.menu_links.yml @@ -1,3 +1,3 @@ tracker.page: - link_title: 'Recent content' + title: 'Recent content' route_name: tracker.page diff --git a/core/modules/update/update.menu_links.yml b/core/modules/update/update.menu_links.yml index 284f670..6b599df 100644 --- a/core/modules/update/update.menu_links.yml +++ b/core/modules/update/update.menu_links.yml @@ -1,5 +1,5 @@ update.status: - link_title: 'Available updates' + title: 'Available updates' description: 'Get a status report about available updates for your installed modules and themes.' route_name: update.status parent: system.admin_reports diff --git a/core/modules/user/user.menu_links.yml b/core/modules/user/user.menu_links.yml index f7de735..3455485 100644 --- a/core/modules/user/user.menu_links.yml +++ b/core/modules/user/user.menu_links.yml @@ -1,28 +1,28 @@ user.page: - link_title: 'My account' + title: 'My account' weight: -10 route_name: user.page menu_name: account user.logout: - link_title: 'Log out' + title: 'Log out' route_name: user.logout weight: 10 menu_name: account user.admin_account: - link_title: People + title: People route_name: user.admin_account description: 'Manage user accounts, roles, and permissions.' parent: system.admin weight: 4 user.admin_index: - link_title: People + title: People route_name: user.admin_index parent: system.admin_config description: 'Configure user accounts.' position: left weight: -20 user.account_settings: - link_title: 'Account settings' + title: 'Account settings' parent: user.admin_index description: 'Configure default behavior of users, including registration requirements, e-mails, and fields.' weight: -10 diff --git a/core/modules/views_ui/views_ui.menu_links.yml b/core/modules/views_ui/views_ui.menu_links.yml index 1562bbe..e799469 100644 --- a/core/modules/views_ui/views_ui.menu_links.yml +++ b/core/modules/views_ui/views_ui.menu_links.yml @@ -1,10 +1,10 @@ views_ui.list: - link_title: Views + title: Views parent: system.admin_structure description: 'Manage customized lists of content.' route_name: views_ui.list views_ui.reports_plugins: - link_title: 'Views plugins' + title: 'Views plugins' parent: system.admin_reports description: 'Overview of plugins used in all views.' route_name: views_ui.reports_plugins