updated core from 8.4 to 8.5 : bug with login_destination

This commit is contained in:
Bachir Soussi Chiadmi
2018-03-13 14:01:21 +01:00
parent 0d78da249b
commit e668535a4e
3486 changed files with 89604 additions and 33283 deletions
+6 -17
View File
@@ -28,6 +28,9 @@ email:
integer:
label: 'Integer'
class: '\Drupal\Core\TypedData\Plugin\DataType\IntegerData'
timestamp:
label: 'Timestamp'
class: '\Drupal\Core\TypedData\Plugin\DataType\Timestamp'
float:
label: 'Float'
class: '\Drupal\Core\TypedData\Plugin\DataType\FloatData'
@@ -213,23 +216,6 @@ theme_settings:
sequence:
type: theme_settings.third_party.[%key]
views_field_bulk_form:
type: views_field
label: 'Bulk operation'
mapping:
action_title:
type: label
label: 'Action title'
include_exclude:
type: string
label: 'Available actions'
selected_actions:
type: sequence
label: 'Available actions'
sequence:
type: string
label: 'Action'
# Array of routes with route_name and route_params keys.
route:
type: mapping
@@ -301,6 +287,9 @@ config_entity:
_core:
type: _core_config_info
block.settings.*:
type: block_settings
block_settings:
type: mapping
label: 'Block settings'
+40 -23
View File
@@ -55,29 +55,7 @@ core.entity_view_display.*.*.*:
type: sequence
label: 'Field formatters'
sequence:
type: mapping
label: 'Field formatter'
mapping:
type:
type: string
label: 'Format type machine name'
weight:
type: integer
label: 'Weight'
region:
type: string
label: 'Region'
label:
type: string
label: 'Label setting machine name'
settings:
type: field.formatter.settings.[%parent.type]
label: 'Settings'
third_party_settings:
type: sequence
label: 'Third party settings'
sequence:
type: field.formatter.third_party.[%key]
type: field_formatter.entity_view_display
hidden:
type: sequence
label: 'Field display setting'
@@ -85,6 +63,35 @@ core.entity_view_display.*.*.*:
type: boolean
label: 'Value'
field_formatter:
type: mapping
label: 'Field formatter'
mapping:
type:
type: string
label: 'Format type machine name'
label:
type: string
label: 'Label setting machine name'
settings:
type: field.formatter.settings.[%parent.type]
label: 'Settings'
third_party_settings:
type: sequence
label: 'Third party settings'
sequence:
type: field.formatter.third_party.[%key]
field_formatter.entity_view_display:
type: field_formatter
mapping:
weight:
type: integer
label: 'Weight'
region:
type: string
label: 'Region'
# Overview configuration information for form mode displays.
core.entity_form_display.*.*.*:
type: config_entity
@@ -362,3 +369,13 @@ field.formatter.settings.entity_reference_label:
type: boolean
label: 'Link label to the referenced entity'
block.settings.field_block:*:*:*:
type: block_settings
mapping:
formatter:
type: field_formatter
# Schema for entity actions.
action.configuration.entity:*:*:
type: action_configuration_default
label: 'Entity action'