Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!6713
Resolve
#3422872
"Contact settings"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve
#3422872
"Contact settings"
issue/drupal-3422872:3422872-contact-settings
into
11.x
Overview
24
Commits
31
Pipelines
28
Changes
8
Closed
Wim Leers
requested to merge
issue/drupal-3422872:3422872-contact-settings
into
11.x
1 year ago
Overview
17
Commits
31
Pipelines
28
Changes
8
Expand
Closes
#3422872
0
0
Merge request reports
Compare
11.x
version 28
2d70c7dd
1 year ago
version 27
d9d4a680
1 year ago
version 26
dbd2431c
1 year ago
version 25
dabeae21
1 year ago
version 24
df868b6c
1 year ago
version 23
2299a765
1 year ago
version 22
83b98ee1
1 year ago
version 21
7a61a196
1 year ago
version 20
7a61a196
1 year ago
version 19
de0472a1
1 year ago
version 18
7be7dfd2
1 year ago
version 17
a9deb87d
1 year ago
version 16
7b6d5276
1 year ago
version 15
ade3d6db
1 year ago
version 14
cec7a6bd
1 year ago
version 13
3f04bf51
1 year ago
version 12
9151cc0a
1 year ago
version 11
081b454f
1 year ago
version 10
c83ccd79
1 year ago
version 9
b1233603
1 year ago
version 8
750147ef
1 year ago
version 7
ae328077
1 year ago
version 6
b4bdec14
1 year ago
version 5
b3d79144
1 year ago
version 4
eb4c0d37
1 year ago
version 3
133a6c22
1 year ago
version 2
a9878ee4
1 year ago
version 1
9145a958
1 year ago
11.x (base)
and
latest version
latest version
eddbf2cc
31 commits,
1 year ago
version 28
2d70c7dd
30 commits,
1 year ago
version 27
d9d4a680
29 commits,
1 year ago
version 26
dbd2431c
28 commits,
1 year ago
version 25
dabeae21
27 commits,
1 year ago
version 24
df868b6c
26 commits,
1 year ago
version 23
2299a765
25 commits,
1 year ago
version 22
83b98ee1
24 commits,
1 year ago
version 21
7a61a196
23 commits,
1 year ago
version 20
7a61a196
23 commits,
1 year ago
version 19
de0472a1
22 commits,
1 year ago
version 18
7be7dfd2
21 commits,
1 year ago
version 17
a9deb87d
20 commits,
1 year ago
version 16
7b6d5276
19 commits,
1 year ago
version 15
ade3d6db
18 commits,
1 year ago
version 14
cec7a6bd
17 commits,
1 year ago
version 13
3f04bf51
16 commits,
1 year ago
version 12
9151cc0a
15 commits,
1 year ago
version 11
081b454f
14 commits,
1 year ago
version 10
c83ccd79
13 commits,
1 year ago
version 9
b1233603
11 commits,
1 year ago
version 8
750147ef
10 commits,
1 year ago
version 7
ae328077
9 commits,
1 year ago
version 6
b4bdec14
8 commits,
1 year ago
version 5
b3d79144
7 commits,
1 year ago
version 4
eb4c0d37
6 commits,
1 year ago
version 3
133a6c22
5 commits,
1 year ago
version 2
a9878ee4
4 commits,
1 year ago
version 1
9145a958
2 commits,
1 year ago
8 files
+
90
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php
+
7
−
0
Options
@@ -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