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

Command icon 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

nnevill created an issue. See original summary.

  • nnevill committed 2d1cdaa3 on 1.0.x
    feat: #3613638 Missing configure key in info.yml — no Configure link on...
nnevill’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.