- πΊπΈUnited States thejimbirch Cape Cod, Massachusetts
Is this needed now that recipes can provide default content? It feels like something custom install profiles had to do that we no longer have to.
- Status changed to Closed: won't fix
6 months ago 1:17pm 28 June 2024 - πΊπΈUnited States thejimbirch Cape Cod, Massachusetts
Menu links can be provided by default content. So we can achieve the same outcome without introducing more code. I am closing this as Won't Do. Please feel free to re-open if you disagree.
Using the default_content module, you can export menu links to a recipe.
# All menu links drush dcer menu_link_content --folder=/path/to/recipe # A specific menu link (Menu link ID 342 is the example) drush dcer menu_link_content 342 --folder=/path/to/recipe