Closed (fixed)
Project:
Custom Tokens Plus
Version:
8.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2019 at 04:06 UTC
Updated:
8 Aug 2019 at 22:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alonaoneill commentedI uploaded the patch that adds hook_help file.
Thanks
Comment #3
Willtg commentedUnable to install due to missing token_custom. Marking as NW
Comment #5
rdeboerPatch 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.