- Issue created by @jsutta
- @jsutta opened merge request.
- 🇮🇳India kulpratap2002
@jsutta Whenever you work on an issue and fix the errors, please move it to needs review so that it shows up on the issues page.
- 🇮🇳India zartab farooquee
To remove the weight from the menu.yml file and enable alphabetical sorting in Drupal:
Locate the menu.yml file in the module directory.
Open the file and remove any weight property from the menu items.
Save the file.
Clear the cache using drush cr or from the admin interface.
Verify that the menu items are now sorted alphabeticallyTo
menu_name: main-menu parent: main-menu title: 'Menu Item' weight: 10
This
menu_name: main-menu parent: main-menu title: 'Menu Item'