Closed (duplicate)
Project:
Custom Elements
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2023 at 09:41 UTC
Updated:
10 May 2023 at 16:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sahana _n commentedPlease review the patch.
Comment #5
dineshkumarbollu commentedHi Team,
The applied cleanly and I craeted MR for this issue.
Thanks.
Comment #6
mostepaniukvmThank you for your contribution! I think it can be useful to add hook_help() implementation.
I checked the hook in PR and realized that the content seems just a few first sentences copied from README.md
Maybe it's already better than nothing.
I checked and see some documentation on drupal.org that I'd like to check first
https://www.drupal.org/node/632280#s-help-text-on-administration-pages
https://www.drupal.org/node/632280#s-help-page
https://www.drupal.org/docs/develop/managing-a-drupalorg-theme-module-or...
I still think it's not complete and maybe we can improve it to make it really valuable.
Main concerns I see:
- avoid documentation duplication;
- make it really valuable and useful;
I will bring up this question at some of the next meetings.
Set status to Needs Review.
Comment #7
mostepaniukvmOk, now I realized that this issue is a duplicate of #3340223: Implement hook_help()
I close it as a duplicate and we need to finish it there.