diff -u b/core/modules/config_help/config/install/filter.format.help.yml b/core/modules/config_help/config/install/filter.format.help.yml --- b/core/modules/config_help/config/install/filter.format.help.yml +++ b/core/modules/config_help/config/install/filter.format.help.yml @@ -1,14 +1,12 @@ langcode: en status: true -name: Help - HTML -format: help -weight: 0 dependencies: - module: - - config_help enforced: module: - config_help +name: 'Help - HTML' +format: help +weight: 0 filters: filter_html: id: filter_html diff -u b/core/modules/config_help/config/install/filter.format.help_plain.yml b/core/modules/config_help/config/install/filter.format.help_plain.yml --- b/core/modules/config_help/config/install/filter.format.help_plain.yml +++ b/core/modules/config_help/config/install/filter.format.help_plain.yml @@ -1,8 +1,6 @@ langcode: en status: true dependencies: - module: - - config_help enforced: module: - config_help only in patch2: unchanged: --- a/core/MAINTAINERS.txt +++ b/core/MAINTAINERS.txt @@ -133,6 +133,10 @@ Comment - Lee Rowlands 'larowlan' https://www.drupal.org/u/larowlan - Andrey Postnikov 'andypost' https://www.drupal.org/u/andypost +Configurable Help +- Amber Matz 'Amber Himes Matz' https://www.drupal.org/u/amber-himes-matz +- Andrey Postnikov 'andypost' https://www.drupal.org/u/andypost + Configuration API - Alex Pott 'alexpott' https://www.drupal.org/u/alexpott - Matthew Tift 'mtift' https://www.drupal.org/u/mtift only in patch2: unchanged: --- a/core/composer.json +++ b/core/composer.json @@ -67,6 +67,7 @@ "drupal/color": "self.version", "drupal/comment": "self.version", "drupal/config": "self.version", + "drupal/config_help": "self.version", "drupal/config_translation": "self.version", "drupal/contact": "self.version", "drupal/content_moderation": "self.version",