Problem/Motivation
Contact is being deprecated, see the parent issue for details. This issue is for removing Contact from the standard profile.
For an example see how this was done for the RDF module in #3243121: Remove RDF module from the Standard profile.
Steps to reproduce
Proposed resolution
Remove Contact module from the core help module.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
TBA
Issue fork drupal-3551376
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:
- 3551376-move-mention-of
changes, plain diff MR !13447
Comments
Comment #3
quietone commentedI don't think isn't a need to add that the Contact module add a content type to the Contact module.
Comment #4
dcam commentedgrep -ri "contact" core/modules/help/doesn't show any other mentions of the Contact module inside of Help. Looks good to me.Comment #5
catchCommitted/pushed to 11.x and cherry-picked to 11.3.x, thanks!