|
@@ -3,19 +3,163 @@ langcode: fr
|
|
|
status: true
|
|
|
dependencies:
|
|
|
config:
|
|
|
+ - field.field.paragraph.action.field_audio
|
|
|
- field.field.paragraph.action.field_description
|
|
|
+ - field.field.paragraph.action.field_documents
|
|
|
+ - field.field.paragraph.action.field_images
|
|
|
+ - field.field.paragraph.action.field_liens
|
|
|
- field.field.paragraph.action.field_menace_maintien
|
|
|
+ - field.field.paragraph.action.field_videos
|
|
|
+ - image.style.thumbnail
|
|
|
- paragraphs.paragraphs_type.action
|
|
|
module:
|
|
|
+ - field_group
|
|
|
+ - file
|
|
|
+ - image
|
|
|
+ - link
|
|
|
- text
|
|
|
+ - video_embed_field
|
|
|
+third_party_settings:
|
|
|
+ field_group:
|
|
|
+ group_tabs:
|
|
|
+ children:
|
|
|
+ - group_texte
|
|
|
+ - group_media
|
|
|
+ - group_videos
|
|
|
+ - group_audio
|
|
|
+ - group_documents
|
|
|
+ - group_liens
|
|
|
+ label: Tabs
|
|
|
+ region: content
|
|
|
+ parent_name: ''
|
|
|
+ weight: 0
|
|
|
+ format_type: tabs
|
|
|
+ format_settings:
|
|
|
+ classes: ''
|
|
|
+ show_empty_fields: false
|
|
|
+ id: ''
|
|
|
+ direction: horizontal
|
|
|
+ width_breakpoint: 640
|
|
|
+ group_texte:
|
|
|
+ children:
|
|
|
+ - field_menace_maintien
|
|
|
+ - field_description
|
|
|
+ label: Texte
|
|
|
+ region: content
|
|
|
+ parent_name: group_tabs
|
|
|
+ weight: 20
|
|
|
+ format_type: tab
|
|
|
+ format_settings:
|
|
|
+ classes: ''
|
|
|
+ show_empty_fields: false
|
|
|
+ id: ''
|
|
|
+ formatter: open
|
|
|
+ description: ''
|
|
|
+ required_fields: true
|
|
|
+ group_media:
|
|
|
+ children:
|
|
|
+ - field_images
|
|
|
+ label: Images
|
|
|
+ region: content
|
|
|
+ parent_name: group_tabs
|
|
|
+ weight: 21
|
|
|
+ format_type: tab
|
|
|
+ format_settings:
|
|
|
+ classes: ''
|
|
|
+ show_empty_fields: false
|
|
|
+ id: ''
|
|
|
+ formatter: closed
|
|
|
+ description: ''
|
|
|
+ required_fields: true
|
|
|
+ group_liens:
|
|
|
+ children:
|
|
|
+ - field_liens
|
|
|
+ label: Liens
|
|
|
+ region: content
|
|
|
+ parent_name: group_tabs
|
|
|
+ weight: 25
|
|
|
+ format_type: tab
|
|
|
+ format_settings:
|
|
|
+ classes: ''
|
|
|
+ show_empty_fields: false
|
|
|
+ id: ''
|
|
|
+ formatter: closed
|
|
|
+ description: ''
|
|
|
+ required_fields: true
|
|
|
+ group_details:
|
|
|
+ children: { }
|
|
|
+ label: Details
|
|
|
+ region: hidden
|
|
|
+ parent_name: ''
|
|
|
+ weight: 1
|
|
|
+ format_type: details
|
|
|
+ format_settings:
|
|
|
+ classes: ''
|
|
|
+ show_empty_fields: false
|
|
|
+ id: ''
|
|
|
+ open: false
|
|
|
+ description: ''
|
|
|
+ required_fields: true
|
|
|
+ group_documents:
|
|
|
+ children:
|
|
|
+ - field_documents
|
|
|
+ label: Documents
|
|
|
+ region: content
|
|
|
+ parent_name: group_tabs
|
|
|
+ weight: 24
|
|
|
+ format_type: tab
|
|
|
+ format_settings:
|
|
|
+ classes: ''
|
|
|
+ show_empty_fields: false
|
|
|
+ id: ''
|
|
|
+ formatter: closed
|
|
|
+ description: ''
|
|
|
+ required_fields: true
|
|
|
+ group_videos:
|
|
|
+ children:
|
|
|
+ - field_videos
|
|
|
+ label: Videos
|
|
|
+ region: content
|
|
|
+ parent_name: group_tabs
|
|
|
+ weight: 22
|
|
|
+ format_type: tab
|
|
|
+ format_settings:
|
|
|
+ classes: ''
|
|
|
+ show_empty_fields: false
|
|
|
+ id: ''
|
|
|
+ formatter: closed
|
|
|
+ description: ''
|
|
|
+ required_fields: true
|
|
|
+ group_audio:
|
|
|
+ children:
|
|
|
+ - field_audio
|
|
|
+ label: Audio
|
|
|
+ region: content
|
|
|
+ parent_name: group_tabs
|
|
|
+ weight: 23
|
|
|
+ format_type: tab
|
|
|
+ format_settings:
|
|
|
+ classes: ''
|
|
|
+ show_empty_fields: false
|
|
|
+ id: ''
|
|
|
+ formatter: closed
|
|
|
+ description: ''
|
|
|
+ required_fields: true
|
|
|
id: paragraph.action.default
|
|
|
targetEntityType: paragraph
|
|
|
bundle: action
|
|
|
mode: default
|
|
|
content:
|
|
|
+ field_audio:
|
|
|
+ type: file_generic
|
|
|
+ weight: 26
|
|
|
+ region: content
|
|
|
+ settings:
|
|
|
+ progress_indicator: throbber
|
|
|
+ third_party_settings: { }
|
|
|
field_description:
|
|
|
type: text_textarea_with_summary
|
|
|
- weight: 1
|
|
|
+ weight: 2
|
|
|
region: content
|
|
|
settings:
|
|
|
rows: 9
|
|
@@ -23,9 +167,38 @@ content:
|
|
|
placeholder: ''
|
|
|
show_summary: false
|
|
|
third_party_settings: { }
|
|
|
+ field_documents:
|
|
|
+ type: file_generic
|
|
|
+ weight: 27
|
|
|
+ region: content
|
|
|
+ settings:
|
|
|
+ progress_indicator: throbber
|
|
|
+ third_party_settings: { }
|
|
|
+ field_images:
|
|
|
+ type: image_image
|
|
|
+ weight: 24
|
|
|
+ region: content
|
|
|
+ settings:
|
|
|
+ progress_indicator: throbber
|
|
|
+ preview_image_style: thumbnail
|
|
|
+ third_party_settings: { }
|
|
|
+ field_liens:
|
|
|
+ type: link_default
|
|
|
+ weight: 28
|
|
|
+ region: content
|
|
|
+ settings:
|
|
|
+ placeholder_url: ''
|
|
|
+ placeholder_title: ''
|
|
|
+ third_party_settings: { }
|
|
|
field_menace_maintien:
|
|
|
type: options_select
|
|
|
- weight: 0
|
|
|
+ weight: 1
|
|
|
+ region: content
|
|
|
+ settings: { }
|
|
|
+ third_party_settings: { }
|
|
|
+ field_videos:
|
|
|
+ type: video_embed_field_textfield
|
|
|
+ weight: 25
|
|
|
region: content
|
|
|
settings: { }
|
|
|
third_party_settings: { }
|