Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
712fe2a1
Commit
712fe2a1
authored
Jun 19, 2013
by
Dries
Browse files
Issue
#2023357
by Gábor Hojtsy: Missing floating point number type support in config schema.
parent
95fc0262
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/system/config/schema/system.data_types.schema.yml
View file @
712fe2a1
...
...
@@ -8,6 +8,9 @@ email:
integer
:
label
:
'
Integer'
class
:
'
\Drupal\Core\TypedData\Type\Integer'
float
:
label
:
'
Float'
class
:
'
\Drupal\Core\TypedData\Type\Float'
string
:
label
:
'
String'
class
:
'
\Drupal\Core\TypedData\Type\String'
...
...
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