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!

Comments

alonaoneill created an issue. See original summary.

alonaoneill’s picture

Assigned: alonaoneill » Unassigned
Status: Active » Needs review
StatusFileSize
new2.04 KB

I uploaded the patch that adds hook_help file.
Thanks

Willtg’s picture

Status: Needs review » Needs work
StatusFileSize
new48.95 KB

Unable to install due to missing token_custom. Marking as NW

rdeboer’s picture

Status: Needs work » Fixed

Patch applied. Thanks so much @alonaoneill !

@Willtg. The error you are seeing is because you downloaded token_custom_plus to your system but not its declared dependency token_custom.
So you need to download token_custom:

composer require drupal/token_custom

After that you should be able to enable token_custom_plus, via the UI or via drush.

Status: Fixed » Closed (fixed)

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