Add support for Navigation in Drupal 11.2
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3534300. --> Reported by: [jurgenhaas](https://www.drupal.org/user/168924) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>In Drupal 11.2, the navigation module is on its way to default and the toolbar got deprecated and will be removed soon. That means, our widget in the top toolbar is no longer visible and we should add it to the new navigation on the left.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Either we add a button with a drop-down as we do that now, but that would be a break in UX.</p> <p>Or we follow the path of the <code>navigation_extra_tools</code> module and define the links as part of the menu tree. But then we have to add data-dialog attributes via ajax.</p>
issue