12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- 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: string
- label: Readable name of the 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]
- 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: string
- label: Readable name of the 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]
|