Problem/Motivation
The module defines a settings route (ai_audio_generator.settings → /admin/config/ai/audio-generator) and a menu link under Configuration, but ai_audio_generator.info.yml has no configure: key. Drupal core only shows the "Configure" link on admin/modules when a module's info file declares configure: — links.menu.yml alone doesn't drive that link. As a result, admins have to know to look under Configuration → AI to find the settings form; there's no discovery path from the Extend page.
Steps to reproduce
1. Enable AI Audio Generator.
2. Visit /admin/modules.
3. Note there is no "Configure" link next to the module, despite ai_audio_generator.settings existing.
Proposed resolution
Add to ai_audio_generator.info.yml:
configure: ai_audio_generator.settings
Issue fork ai_audio_generator-3613638
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
nnevill