|
@@ -3,10 +3,12 @@ langcode: fr
|
|
|
status: true
|
|
|
dependencies:
|
|
|
config:
|
|
|
+ - field.field.group.bourgeon.field_adresse
|
|
|
- field.field.group.bourgeon.field_description
|
|
|
- field.field.group.bourgeon.field_structure
|
|
|
- group.type.bourgeon
|
|
|
module:
|
|
|
+ - address
|
|
|
- autocomplete_deluxe
|
|
|
- field_group
|
|
|
- text
|
|
@@ -18,7 +20,7 @@ third_party_settings:
|
|
|
label: Details
|
|
|
region: content
|
|
|
parent_name: ''
|
|
|
- weight: 3
|
|
|
+ weight: 4
|
|
|
format_type: details_sidebar
|
|
|
format_settings:
|
|
|
classes: ''
|
|
@@ -33,9 +35,15 @@ targetEntityType: group
|
|
|
bundle: bourgeon
|
|
|
mode: default
|
|
|
content:
|
|
|
+ field_adresse:
|
|
|
+ type: address_default
|
|
|
+ weight: 2
|
|
|
+ region: content
|
|
|
+ settings: { }
|
|
|
+ third_party_settings: { }
|
|
|
field_description:
|
|
|
type: text_textarea_with_summary
|
|
|
- weight: 2
|
|
|
+ weight: 3
|
|
|
region: content
|
|
|
settings:
|
|
|
rows: 9
|