|
@@ -6,6 +6,7 @@ dependencies:
|
|
- field.field.node.creation.body
|
|
- field.field.node.creation.body
|
|
- field.field.node.creation.field_auteurs
|
|
- field.field.node.creation.field_auteurs
|
|
- field.field.node.creation.field_date
|
|
- field.field.node.creation.field_date
|
|
|
|
+ - field.field.node.creation.field_fichiers
|
|
- field.field.node.creation.field_images
|
|
- field.field.node.creation.field_images
|
|
- field.field.node.creation.field_oeuvre
|
|
- field.field.node.creation.field_oeuvre
|
|
- field.field.node.creation.field_rebonds
|
|
- field.field.node.creation.field_rebonds
|
|
@@ -15,6 +16,7 @@ dependencies:
|
|
module:
|
|
module:
|
|
- datetime
|
|
- datetime
|
|
- field_group
|
|
- field_group
|
|
|
|
+ - file
|
|
- image
|
|
- image
|
|
- link
|
|
- link
|
|
- text
|
|
- text
|
|
@@ -56,6 +58,7 @@ third_party_settings:
|
|
- group_principal
|
|
- group_principal
|
|
- group_images
|
|
- group_images
|
|
- group_lien
|
|
- group_lien
|
|
|
|
+ - group_fichiers
|
|
parent_name: ''
|
|
parent_name: ''
|
|
weight: 20
|
|
weight: 20
|
|
format_type: tabs
|
|
format_type: tabs
|
|
@@ -96,6 +99,20 @@ third_party_settings:
|
|
formatter: closed
|
|
formatter: closed
|
|
required_fields: true
|
|
required_fields: true
|
|
label: Images
|
|
label: Images
|
|
|
|
+ group_fichiers:
|
|
|
|
+ children:
|
|
|
|
+ - field_fichiers
|
|
|
|
+ parent_name: group_tabs
|
|
|
|
+ weight: 22
|
|
|
|
+ format_type: tab
|
|
|
|
+ region: content
|
|
|
|
+ format_settings:
|
|
|
|
+ id: ''
|
|
|
|
+ classes: ''
|
|
|
|
+ description: ''
|
|
|
|
+ formatter: closed
|
|
|
|
+ required_fields: true
|
|
|
|
+ label: Fichiers
|
|
id: node.creation.default
|
|
id: node.creation.default
|
|
targetEntityType: node
|
|
targetEntityType: node
|
|
bundle: creation
|
|
bundle: creation
|
|
@@ -127,6 +144,13 @@ content:
|
|
third_party_settings: { }
|
|
third_party_settings: { }
|
|
type: datetime_default
|
|
type: datetime_default
|
|
region: content
|
|
region: content
|
|
|
|
+ field_fichiers:
|
|
|
|
+ weight: 32
|
|
|
|
+ settings:
|
|
|
|
+ progress_indicator: throbber
|
|
|
|
+ third_party_settings: { }
|
|
|
|
+ type: file_generic
|
|
|
|
+ region: content
|
|
field_images:
|
|
field_images:
|
|
weight: 31
|
|
weight: 31
|
|
settings:
|
|
settings:
|