Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
4ee57540
Commit
4ee57540
authored
Mar 22, 2013
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1947810
by vijaycs85: some string/label types improperly assigned in configuration schemas.
parent
eb4759d9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
core/modules/contact/config/schema/contact.schema.yml
core/modules/contact/config/schema/contact.schema.yml
+2
-2
core/modules/filter/config/schema/filter.schema.yml
core/modules/filter/config/schema/filter.schema.yml
+1
-1
core/modules/shortcut/config/schema/shortcut.schema.yml
core/modules/shortcut/config/schema/shortcut.schema.yml
+2
-2
core/modules/system/config/schema/system.schema.yml
core/modules/system/config/schema/system.schema.yml
+2
-2
core/modules/user/config/schema/user.schema.yml
core/modules/user/config/schema/user.schema.yml
+1
-1
No files found.
core/modules/contact/config/schema/contact.schema.yml
View file @
4ee57540
...
...
@@ -8,7 +8,7 @@ contact.category.*:
type
:
string
label
:
'
Category
identifier'
label
:
type
:
string
type
:
label
label
:
'
Label'
recipients
:
type
:
sequence
...
...
@@ -17,7 +17,7 @@ contact.category.*:
-
type
:
email
label
:
'
E-mail
address'
reply
:
type
:
string
type
:
text
label
:
'
Auto-reply'
weight
:
type
:
integer
...
...
core/modules/filter/config/schema/filter.schema.yml
View file @
4ee57540
...
...
@@ -19,7 +19,7 @@ filter.format.*:
type
:
string
label
:
'
Machine
name'
name
:
type
:
string
type
:
label
label
:
'
Name'
status
:
type
:
boolean
...
...
core/modules/shortcut/config/schema/shortcut.schema.yml
View file @
4ee57540
# Schema for the configuration files of the
s
hortcut module.
# Schema for the configuration files of the
S
hortcut module.
shortcut.set.default
:
type
:
mapping
...
...
@@ -8,5 +8,5 @@ shortcut.set.default:
type
:
string
label
:
'
ID'
label
:
type
:
string
type
:
label
label
:
'
Label'
core/modules/system/config/schema/system.schema.yml
View file @
4ee57540
...
...
@@ -46,8 +46,8 @@ menu.menu.*:
type
:
string
label
:
'
Menu
identifier'
label
:
type
:
string
type
:
label
label
:
'
Menu
label'
description
:
type
:
text
type
:
label
label
:
'
Menu
description'
core/modules/user/config/schema/user.schema.yml
View file @
4ee57540
...
...
@@ -117,7 +117,7 @@ user.role.*:
type
:
string
label
:
'
User
role
ID'
label
:
type
:
string
type
:
label
label
:
'
User
role
label'
weight
:
type
:
integer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment