Per the Module documentation guidelines, a module should Provide help text in the Drupal UI. This module is missing an implementation of hook_help(), but it does provide a fairly comprehensive README file, which can be included in hook_help() as a stop gap until something better can be created.

Documentation:
https://www.drupal.org/docs/develop/documenting-your-project/module-docu...
https://www.drupal.org/node/632280
Patch to follow, thanks!

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

himanshu_jhaloya created an issue. See original summary.

almunnings’s picture

himanshu_jhaloya’s picture

Status: Active » Needs review
Jaspreet-Kaur’s picture

Applied MR! 44 it worked for me. Thanks!

almunnings’s picture

Thank you for the report.

The help and readme needs some attention.
We will continue to develop the help documentation further before merging. Specifically with better instructions on how to use the 2.x UI changes.

almunnings’s picture

Status: Needs review » Needs work
almunnings’s picture

Status: Needs work » Fixed

Oh, PR was against incorrect branch.
I've implemented this as a basic file get contents in the 2.x branch.

Thank you

almunnings’s picture

Status: Fixed » Closed (fixed)

.