Update to Drupal 8.0.0-beta15. For more information, see: https://www.drupal.org/node/2563023

This commit is contained in:
Pantheon Automation 2015-09-04 13:20:09 -07:00 committed by Greg Anderson
parent 2720a9ec4b
commit f3791f1da3
1898 changed files with 54300 additions and 11481 deletions

View file

@ -491,7 +491,7 @@ field.value.string_long:
# Schema for the configuration of the URI field type.
field.storage_settings.uri:
type: mapping
type: field.storage_settings.string
label: 'URI settings'
mapping:
max_length:
@ -646,10 +646,10 @@ field.field_settings.integer:
type: integer
label: 'Maximum'
prefix:
type: string
type: label
label: 'Prefix'
suffix:
type: string
type: label
label: 'Suffix'
field.value.integer:
@ -684,10 +684,10 @@ field.field_settings.decimal:
type: float
label: 'Maximum'
prefix:
type: string
type: label
label: 'Prefix'
suffix:
type: string
type: label
label: 'Suffix'
field.value.decimal:
@ -715,10 +715,10 @@ field.field_settings.float:
type: float
label: 'Maximum'
prefix:
type: string
type: label
label: 'Prefix'
suffix:
type: string
type: label
label: 'Suffix'
field.value.float:

View file

@ -160,6 +160,17 @@ field.widget.settings.string_textarea:
type: label
label: 'Placeholder'
field.widget.settings.uri:
type: mapping
label: 'URI field'
mapping:
size:
type: integer
label: 'Size of URI field'
placeholder:
type: label
label: 'Placeholder'
field.widget.settings.email_default:
type: mapping
label: 'Email field display format settings'