Skip to content
Snippets Groups Projects

Resolve #3422872 "Contact settings"

Closed Wim Leers requested to merge issue/drupal-3422872:3422872-contact-settings into 11.x
Compare and
8 files
+ 90
6
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -52,6 +52,13 @@ trait SchemaCheckTrait {
'This value should not be blank.',
],
],
'contact.settings' => [
// @todo Simple config cannot have dependencies on any other config.
// Remove this in https://www.drupal.org/project/drupal/issues/3425992.
'default_form' => [
"The 'contact.form.feedback' config does not exist.",
],
],
'editor.editor.*' => [
// @todo Fix stream wrappers not being available early enough in
// https://www.drupal.org/project/drupal/issues/3416735
Loading