Problem/Motivation
I could not figure out how to use this module without looking in its .routing.yml file to figure out where its configuration pages were.
Proposed resolution
- Add the
configureroute in the.info.ymlfile so that users can find the configuration. - Add a
hook_help()for the module.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2924723-3.patch | 958 bytes | shashwat purav |
Comments
Comment #2
shashwat purav commentedComment #3
shashwat purav commentedAdded patch for:
1. Configure route in the .info.yml.
2. hook_help().
Comment #5
clemens.tolboomThanks!
Comment #7
clemens.tolboom