Update core 8.3.0
This commit is contained in:
parent
da7a7918f8
commit
cd7a898e66
6144 changed files with 132297 additions and 87747 deletions
|
@ -361,6 +361,13 @@ display_variant.plugin:
|
|||
type: string
|
||||
label: 'UUID'
|
||||
|
||||
layout_plugin.settings:
|
||||
type: mapping
|
||||
label: 'Layout settings'
|
||||
|
||||
layout_plugin.settings.*:
|
||||
type: layout_plugin.settings
|
||||
|
||||
base_entity_reference_field_settings:
|
||||
type: mapping
|
||||
mapping:
|
||||
|
@ -480,7 +487,7 @@ field.value.string:
|
|||
label: 'Default value'
|
||||
mapping:
|
||||
value:
|
||||
type: string
|
||||
type: label
|
||||
label: 'Value'
|
||||
|
||||
# Schema for the configuration of the String (long) field type.
|
||||
|
|
|
@ -64,6 +64,9 @@ core.entity_view_display.*.*.*:
|
|||
weight:
|
||||
type: integer
|
||||
label: 'Weight'
|
||||
region:
|
||||
type: string
|
||||
label: 'Region'
|
||||
label:
|
||||
type: string
|
||||
label: 'Label setting machine name'
|
||||
|
@ -115,6 +118,9 @@ core.entity_form_display.*.*.*:
|
|||
weight:
|
||||
type: integer
|
||||
label: 'Weight'
|
||||
region:
|
||||
type: string
|
||||
label: 'Region'
|
||||
settings:
|
||||
type: field.widget.settings.[%parent.type]
|
||||
label: 'Settings'
|
||||
|
@ -249,10 +255,10 @@ field.formatter.settings.boolean:
|
|||
type: string
|
||||
label: 'Output format'
|
||||
format_custom_false:
|
||||
type: string
|
||||
type: label
|
||||
label: 'Custom output for FALSE'
|
||||
format_custom_true:
|
||||
type: string
|
||||
type: label
|
||||
label: 'Custom output for TRUE'
|
||||
|
||||
field.formatter.settings.string:
|
||||
|
|
|
@ -14,3 +14,6 @@ core.extension:
|
|||
sequence:
|
||||
type: integer
|
||||
label: 'Weight'
|
||||
profile:
|
||||
type: string
|
||||
label: 'Install profile'
|
||||
|
|
Reference in a new issue