|
@@ -4,19 +4,23 @@ status: true
|
|
|
dependencies:
|
|
|
config:
|
|
|
- field.field.paragraph.action.field_audio
|
|
|
+ - field.field.paragraph.action.field_date
|
|
|
- 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_sources
|
|
|
- field.field.paragraph.action.field_videos
|
|
|
- image.style.thumbnail
|
|
|
- paragraphs.paragraphs_type.action
|
|
|
module:
|
|
|
+ - datetime
|
|
|
- field_group
|
|
|
- file
|
|
|
- image
|
|
|
- link
|
|
|
+ - paragraphs
|
|
|
- text
|
|
|
- video_embed_field
|
|
|
third_party_settings:
|
|
@@ -24,6 +28,7 @@ third_party_settings:
|
|
|
group_tabs:
|
|
|
children:
|
|
|
- group_texte
|
|
|
+ - group_sources
|
|
|
- group_media
|
|
|
- group_videos
|
|
|
- group_audio
|
|
@@ -42,6 +47,7 @@ third_party_settings:
|
|
|
width_breakpoint: 640
|
|
|
group_texte:
|
|
|
children:
|
|
|
+ - field_date
|
|
|
- field_menace_maintien
|
|
|
- field_description
|
|
|
label: Texte
|
|
@@ -62,7 +68,7 @@ third_party_settings:
|
|
|
label: Images
|
|
|
region: content
|
|
|
parent_name: group_tabs
|
|
|
- weight: 21
|
|
|
+ weight: 22
|
|
|
format_type: tab
|
|
|
format_settings:
|
|
|
classes: ''
|
|
@@ -77,7 +83,7 @@ third_party_settings:
|
|
|
label: Liens
|
|
|
region: content
|
|
|
parent_name: group_tabs
|
|
|
- weight: 25
|
|
|
+ weight: 26
|
|
|
format_type: tab
|
|
|
format_settings:
|
|
|
classes: ''
|
|
@@ -106,7 +112,7 @@ third_party_settings:
|
|
|
label: Documents
|
|
|
region: content
|
|
|
parent_name: group_tabs
|
|
|
- weight: 24
|
|
|
+ weight: 25
|
|
|
format_type: tab
|
|
|
format_settings:
|
|
|
classes: ''
|
|
@@ -121,7 +127,7 @@ third_party_settings:
|
|
|
label: Videos
|
|
|
region: content
|
|
|
parent_name: group_tabs
|
|
|
- weight: 22
|
|
|
+ weight: 23
|
|
|
format_type: tab
|
|
|
format_settings:
|
|
|
classes: ''
|
|
@@ -136,7 +142,22 @@ third_party_settings:
|
|
|
label: Audio
|
|
|
region: content
|
|
|
parent_name: group_tabs
|
|
|
- weight: 23
|
|
|
+ weight: 24
|
|
|
+ format_type: tab
|
|
|
+ format_settings:
|
|
|
+ classes: ''
|
|
|
+ show_empty_fields: false
|
|
|
+ id: ''
|
|
|
+ formatter: closed
|
|
|
+ description: ''
|
|
|
+ required_fields: true
|
|
|
+ group_sources:
|
|
|
+ children:
|
|
|
+ - field_sources
|
|
|
+ label: Sources
|
|
|
+ region: content
|
|
|
+ parent_name: group_tabs
|
|
|
+ weight: 21
|
|
|
format_type: tab
|
|
|
format_settings:
|
|
|
classes: ''
|
|
@@ -157,9 +178,15 @@ content:
|
|
|
settings:
|
|
|
progress_indicator: throbber
|
|
|
third_party_settings: { }
|
|
|
+ field_date:
|
|
|
+ type: datetime_default
|
|
|
+ weight: 30
|
|
|
+ region: content
|
|
|
+ settings: { }
|
|
|
+ third_party_settings: { }
|
|
|
field_description:
|
|
|
type: text_textarea_with_summary
|
|
|
- weight: 2
|
|
|
+ weight: 32
|
|
|
region: content
|
|
|
settings:
|
|
|
rows: 9
|
|
@@ -192,10 +219,28 @@ content:
|
|
|
third_party_settings: { }
|
|
|
field_menace_maintien:
|
|
|
type: options_select
|
|
|
- weight: 1
|
|
|
+ weight: 31
|
|
|
region: content
|
|
|
settings: { }
|
|
|
third_party_settings: { }
|
|
|
+ field_sources:
|
|
|
+ type: paragraphs
|
|
|
+ weight: 29
|
|
|
+ region: content
|
|
|
+ settings:
|
|
|
+ title: Paragraphe
|
|
|
+ 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_videos:
|
|
|
type: video_embed_field_textfield
|
|
|
weight: 25
|