- Issue created by @a.crowe_drupal
- πΊπΈUnited States jim_b
I'm testing with Drupal 9.5.x and have the same issue.
I run the command:
drush export-menus
And get a success message:Exporting menu links... [notice] Menu links export started [notice] Exported "Menu item" of menu "main-menu" β¦
But unfortunately, the files are not exported to the '
config/
' directory (as expected) or anywhere else. - Status changed to Closed: works as designed
9 months ago 8:09pm 21 February 2024 - π«π·France louis-cuny
Entities are exported to config system (in database)
To retrieve the config in the config directory, you need to drush cex like usual