The Help Drupal core module now allows modules to use template files with a specific format for help topics. For example, the Hemp module itself contains help topic files in the help_topics directory.
The example modules should have help topics too.
Issue fork examples-3155111
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:
- 3155111-add-helptopics-example
compare
- 4.0.x
changes, plain diff MR !26
Comments
Comment #2
jungleComment #5
avpadernoComment #6
avpadernoThank you for providing a merge request!
The issue is not about adding
hook_help()implementations, though. It is about adding help topics, which are provided using template files, for example with the following content.Comment #7
avpadernoComment #9
avpadernoI will postpone this issue to #3583458: Create a new branch compatible only with Drupal 11.4 and higher releases.
Comment #10
avpaderno