Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663

This commit is contained in:
Greg Anderson 2015-10-08 11:40:12 -07:00
parent eb34d130a8
commit f32e58e4b1
8476 changed files with 211648 additions and 170042 deletions

View file

@ -295,13 +295,6 @@ block_settings:
label_display:
type: string
label: 'Display title'
cache:
type: mapping
label: 'Cache settings'
mapping:
max_age:
type: integer
label: 'Maximum age'
status:
type: boolean
label: 'Status'
@ -314,6 +307,11 @@ block_settings:
provider:
type: string
label: 'Provider'
context_mapping:
type: sequence
label: 'Context assignments'
sequence:
type: string
condition.plugin:
type: mapping
@ -357,9 +355,6 @@ base_entity_reference_field_settings:
target_type:
type: string
label: 'Type of item to reference'
target_bundle:
type: string
label: 'Bundle of item to reference'
field_config_base:
type: config_entity
@ -421,9 +416,19 @@ core.date_format.*:
type: boolean
label: 'Locked'
pattern:
type: date_format
type: core_date_format_pattern.[%parent.locked]
label: 'PHP date format'
# Unlocked date formats should use the translatable type.
core_date_format_pattern.0:
type: date_format
label: 'Date format'
# Locked date formats are just used to transport the value.
core_date_format_pattern.1:
type: string
label: 'Date format'
# Generic field settings schemas.
field.storage_settings.*:
@ -761,6 +766,7 @@ entity_reference_selection:
target_bundles:
type: sequence
label: 'types'
nullable: true
sequence:
type: string
label: 'Type'