|
@@ -6,13 +6,16 @@ dependencies:
|
|
|
- field.field.node.creation.body
|
|
|
- field.field.node.creation.field_auteurs
|
|
|
- field.field.node.creation.field_date
|
|
|
+ - field.field.node.creation.field_images
|
|
|
- field.field.node.creation.field_oeuvre
|
|
|
- field.field.node.creation.field_rebonds
|
|
|
- field.field.node.creation.field_texte_de_depart
|
|
|
+ - image.style.thumbnail
|
|
|
- node.type.creation
|
|
|
module:
|
|
|
- datetime
|
|
|
- field_group
|
|
|
+ - image
|
|
|
- link
|
|
|
- text
|
|
|
third_party_settings:
|
|
@@ -51,6 +54,7 @@ third_party_settings:
|
|
|
group_tabs:
|
|
|
children:
|
|
|
- group_principal
|
|
|
+ - group_images
|
|
|
- group_lien
|
|
|
parent_name: ''
|
|
|
weight: 20
|
|
@@ -78,6 +82,20 @@ third_party_settings:
|
|
|
formatter: open
|
|
|
required_fields: true
|
|
|
label: Principal
|
|
|
+ group_images:
|
|
|
+ children:
|
|
|
+ - field_images
|
|
|
+ parent_name: group_tabs
|
|
|
+ weight: 20
|
|
|
+ format_type: tab
|
|
|
+ region: content
|
|
|
+ format_settings:
|
|
|
+ id: ''
|
|
|
+ classes: ''
|
|
|
+ description: ''
|
|
|
+ formatter: closed
|
|
|
+ required_fields: true
|
|
|
+ label: Images
|
|
|
id: node.creation.default
|
|
|
targetEntityType: node
|
|
|
bundle: creation
|
|
@@ -109,6 +127,14 @@ content:
|
|
|
third_party_settings: { }
|
|
|
type: datetime_default
|
|
|
region: content
|
|
|
+ field_images:
|
|
|
+ weight: 31
|
|
|
+ settings:
|
|
|
+ progress_indicator: throbber
|
|
|
+ preview_image_style: thumbnail
|
|
|
+ third_party_settings: { }
|
|
|
+ type: image_image
|
|
|
+ region: content
|
|
|
field_oeuvre:
|
|
|
weight: 1
|
|
|
settings:
|