Problem/Motivation

Improves the module help by providing a Help text page per the HELP standards for Core and Contrib. What is there now is only minimal placeholder text so I focused primarily on adding a "Uses" section :-)

Proposed resolution

Write a help text according to https://www.drupal.org/node/632280

Remaining tasks

User interface changes

Improves the UI

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dbt102 created an issue. See original summary.

dbt102’s picture

dbt102’s picture

Assigned: dbt102 » Unassigned
Status: Active » Needs review
timmillwood’s picture

Status: Needs review » Reviewed & tested by the community

Looks fine to me.

amateescu’s picture

+++ b/core/modules/content_moderation/content_moderation.module
@@ -31,7 +31,16 @@ function content_moderation_help($route_name, RouteMatchInterface $route_match)
+      $output .= '<p>' . t('The Content Moderation module provides basic moderation for content.  This lets site admins define states for content, and then define transitions between those states. For more information, see the <a href=":content_moderation">online documentation for the Content Moderation module</a>.', [':content_moderation' => 'https://www.drupal.org/documentation/modules/content_moderation']) . '</p>';

There's a double space here moderation for content. This lets :)

timmillwood’s picture

@amateescu You've got eyes like a hawk!

dbt102’s picture

Cheers to you hawk-eye :-)

alexpott’s picture

Status: Reviewed & tested by the community » Fixed
Issue tags: +rc eligible

Committed and pushed 57d9909 to 8.3.x and 7047105 to 8.2.x. Thanks!

RC eligible because content moderation is an experimental module.

  • alexpott committed 57d9909 on 8.3.x
    Issue #2801855 by dbt102: Add_content_moderation_help
    

  • alexpott committed 7047105 on 8.2.x
    Issue #2801855 by dbt102: Add_content_moderation_help
    
    (cherry picked...
dbt102’s picture

:excited ... my first commit to core!!!

thanks

Status: Fixed » Closed (fixed)

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