Skip to content
Snippets Groups Projects
Commit a2a42e51 authored by Claudiu Cristea's avatar Claudiu Cristea Committed by Kristof De Jaeger
Browse files

Issue #3409719: [Drupal 10.2] Deprecated sequence type schema definition

parent 1211c8f4
No related branches found
No related tags found
1 merge request!43Fix schema deprecation
......@@ -2,60 +2,60 @@ core.entity_view_display.*.*.*.third_party.field_group:
type: sequence
label: 'Field group settings on entity view'
sequence:
- type: mapping
label: A field group
mapping:
children:
type: sequence
label: 'The fields belonging to the group'
sequence:
- type: string
label: 'The field name'
label:
type: label
label: Readable name of the group
parent_name:
type: mapping
label: A field group
mapping:
children:
type: sequence
label: 'The fields belonging to the group'
sequence:
type: string
label: 'The parent group of this group'
region:
type: string
label: 'The region of this group'
weight:
type: integer
label: 'The weight of the group'
format_type:
type: string
label: 'The formatter of the group'
format_settings:
type: field_group.field_group_formatter_plugin.[%parent.format_type]
label: 'The field name'
label:
type: label
label: Readable name of the group
parent_name:
type: string
label: 'The parent group of this group'
region:
type: string
label: 'The region of this group'
weight:
type: integer
label: 'The weight of the group'
format_type:
type: string
label: 'The formatter of the group'
format_settings:
type: field_group.field_group_formatter_plugin.[%parent.format_type]
core.entity_form_display.*.*.*.third_party.field_group:
type: sequence
label: 'Field group settings on entity form'
sequence:
- type: mapping
label: A field group
mapping:
children:
type: sequence
label: 'The fields belonging to the group'
sequence:
- type: string
label: 'The field name'
label:
type: label
label: Readable name of the group
region:
type: string
label: 'The region of this group'
parent_name:
type: string
label: 'The parent group of this group'
weight:
type: integer
label: 'The weight of the group'
format_type:
type: mapping
label: A field group
mapping:
children:
type: sequence
label: 'The fields belonging to the group'
sequence:
type: string
label: 'The formatter of the group'
format_settings:
type: field_group.field_group_formatter_plugin.[%parent.format_type]
label: 'The field name'
label:
type: label
label: Readable name of the group
region:
type: string
label: 'The region of this group'
parent_name:
type: string
label: 'The parent group of this group'
weight:
type: integer
label: 'The weight of the group'
format_type:
type: string
label: 'The formatter of the group'
format_settings:
type: field_group.field_group_formatter_plugin.[%parent.format_type]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment