Problem/Motivation
hook_help function missing in .module file.
Issue fork email_contact-3335089
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
Comment #3
jay jangid commentedCreated MR , please review.
Thank you.
Comment #6
nagy.balint commentedComment #7
renatog commentedThanks for the first version @jay-jangid but I think it can be improved
The hook help is a place where the content editors already have the project installed and needs some help. On this case is just a copy/paste of the the simple description from the project page
But if the project is installed means that the user already read it before
I'd suggest put some helps that will really be useful for the CMS editor about how to use that, instead of repeating the description, you know?
Comment #9
renatog commentedCreated a MR with some improvements on this: https://git.drupalcode.org/project/email_contact/-/merge_requests/10
Now there is a real information that will be useful for the content editors in the CMS
Comment #11
nagy.balint commentedThanks!