Complete and generate the Devel menu based on the Devel Toolbar settings
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3538093. --> Reported by: [rmpereira](https://www.drupal.org/user/3531090) Related to !29 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Currently, the Devel menu is hardcoded in the <code>/src/Plugin/Derivative/ToolsMenuDeriver.php</code> file.<br> Some menu entries for features provided by Devel are also missing (e.g., Container Info, Routes Info, etc.)</p> <p>Versions in use :<br> - Drupal 11.2.2<br> - Devel 5.4<br> - Navigation Extra Tools : 1.2.1</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Complete the links by adding the features provided by Devel, and use the <code>devel.toolbar.settings</code> configuration to add or omit the menu items.</p>
issue