This commit is contained in:
Bachir Soussi Chiadmi 2021-11-23 09:46:22 +01:00
parent 8522ab879c
commit 53d341d3d7

View File

@ -16,6 +16,7 @@ dependencies:
- file - file
- image - image
- link - link
- paragraphs
- text - text
third_party_settings: third_party_settings:
field_group: field_group:
@ -51,7 +52,8 @@ third_party_settings:
required_fields: true required_fields: true
label: Partenaire label: Partenaire
group_enfants: group_enfants:
children: { } children:
- field_partenaires_enfants
parent_name: group_tabs parent_name: group_tabs
weight: 20 weight: 20
format_type: tab format_type: tab
@ -99,6 +101,24 @@ content:
third_party_settings: { } third_party_settings: { }
type: string_textfield type: string_textfield
region: content region: content
field_partenaires_enfants:
type: paragraphs
weight: 0
region: content
settings:
title: Paragraph
title_plural: Paragraphs
edit_mode: open
closed_mode: summary
autocollapse: none
closed_mode_threshold: 0
add_mode: dropdown
form_display_mode: default
default_paragraph_type: ''
features:
collapse_edit_all: collapse_edit_all
duplicate: duplicate
third_party_settings: { }
field_presentation: field_presentation:
weight: 2 weight: 2
settings: settings:
@ -109,5 +129,4 @@ content:
region: content region: content
hidden: hidden:
created: true created: true
field_partenaires_enfants: true
status: true status: true