Problem/Motivation

When you enable the module, the method hook_help is not implemented.

Steps to reproduce

Download and activate the module and visit its help page.

Proposed resolution

Implement the hook_help and describe the functionality of the module and it's usage.

Remaining tasks

Implement hook_help.

CommentFileSizeAuthor
#2 Add_hook_help-3333583-2.patch939 bytesjitesh_1
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

jitesh_1 created an issue. See original summary.

jitesh_1’s picture

StatusFileSize
new939 bytes

The next patch solves the task.

a.kovrigin’s picture

Thank you jitesh_1, hook_help() implemented

a.kovrigin’s picture

Status: Active » Fixed

RenatoG made their first commit to this issue’s fork.

renatog’s picture

Status: Fixed » Needs work

I think we can improve a little bit this help section.

Currently there is one line only explaining the definition but if the CMS user installed the project they know this basic info.

I think we can improve to put some information that will be useful for the content-editors

renatog’s picture

Status: Needs work » Needs review

Created a MR with a new section called "How to use" that will help editors in the CMS: https://git.drupalcode.org/project/metatag_webform/-/merge_requests/2

The Merge request is ready to be merged

jitesh_1’s picture

Status: Needs review » Reviewed & tested by the community

Thanks @RenatoG, looks good for me.
Moving to RTBC.

  • RenatoG authored 06043453 on 1.0.x
    Issue #3333583 by jitesh_1: Add hook help
    
a.kovrigin’s picture

Improved hook_help(), thank you guys

a.kovrigin’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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