Problem/Motivation
The module provides a settings form route at `mixpanel.settings_form`, but `mixpanel.info.yml` does not declare a `configure` key. As a result, Drupal’s Extend page does not show a Configure link for the module even though a configuration form exists.
Steps to reproduce
- On Drupal 11.x, install Mixpanel.
- Go to `/admin/modules`.
- Find the Mixpanel module row.
Proposed resolution
Add `configure: mixpanel.settings_form` to `mixpanel.info.yml`.
Issue fork mixpanel-3605624
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 #3
dkmishra commentedComment #4
dkmishra commentedComment #5
darvanenThis is the second tiny improvement you have made in a few days, if you have more up your sleeve add them to this issue please, I won't be crediting a third one like this :)
Comment #6
dkmishra commentedHi @darvanen, thanks for the feedback. I'll keep that in mind and will try to group similar minor improvements together where possible rather than opening separate issues for each one.
I don't have any additional improvements for this project at the moment, but I'll be sure to add them to an existing issue if I find more related items in the future.
Thanks for reviewing and maintaining the project.
Comment #8
darvanenI don't so much want them added to existing issues as grouped together when they're one-liners like this.
Thanks for the update. Committed.
Comment #10
dkmishra commentedThanks for the clarification. I'll group similar minor improvements together in future issues where appropriate.
Thanks for the review and for committing the fix.