|
@@ -4,6 +4,9 @@ status: true
|
|
|
dependencies:
|
|
|
config:
|
|
|
- field.field.node.entite.body
|
|
|
+ - field.field.node.entite.field_actions
|
|
|
+ - field.field.node.entite.field_audio
|
|
|
+ - field.field.node.entite.field_date
|
|
|
- field.field.node.entite.field_documents
|
|
|
- field.field.node.entite.field_images
|
|
|
- field.field.node.entite.field_liens
|
|
@@ -11,10 +14,12 @@ dependencies:
|
|
|
- image.style.thumbnail
|
|
|
- node.type.entite
|
|
|
module:
|
|
|
+ - datetime
|
|
|
- field_group
|
|
|
- file
|
|
|
- image
|
|
|
- link
|
|
|
+ - paragraphs
|
|
|
- text
|
|
|
- video_embed_field
|
|
|
third_party_settings:
|
|
@@ -25,6 +30,7 @@ third_party_settings:
|
|
|
- group_media
|
|
|
- group_documents
|
|
|
- group_liens
|
|
|
+ - group_actions
|
|
|
label: Tabs
|
|
|
region: content
|
|
|
parent_name: ''
|
|
@@ -40,6 +46,7 @@ third_party_settings:
|
|
|
children:
|
|
|
- field_images
|
|
|
- field_videos
|
|
|
+ - field_audio
|
|
|
label: Media
|
|
|
region: content
|
|
|
parent_name: group_tabs
|
|
@@ -69,6 +76,7 @@ third_party_settings:
|
|
|
required_fields: true
|
|
|
group_details:
|
|
|
children:
|
|
|
+ - field_date
|
|
|
- langcode
|
|
|
- uid
|
|
|
- created
|
|
@@ -116,6 +124,21 @@ third_party_settings:
|
|
|
formatter: closed
|
|
|
description: ''
|
|
|
required_fields: true
|
|
|
+ group_actions:
|
|
|
+ children:
|
|
|
+ - field_actions
|
|
|
+ label: Actions
|
|
|
+ region: hidden
|
|
|
+ parent_name: group_tabs
|
|
|
+ weight: 19
|
|
|
+ format_type: tab
|
|
|
+ format_settings:
|
|
|
+ classes: ''
|
|
|
+ show_empty_fields: false
|
|
|
+ id: ''
|
|
|
+ formatter: closed
|
|
|
+ description: ''
|
|
|
+ required_fields: true
|
|
|
id: node.entite.default
|
|
|
targetEntityType: node
|
|
|
bundle: entite
|
|
@@ -133,7 +156,38 @@ content:
|
|
|
third_party_settings: { }
|
|
|
created:
|
|
|
type: datetime_timestamp
|
|
|
- weight: 5
|
|
|
+ weight: 30
|
|
|
+ region: content
|
|
|
+ settings: { }
|
|
|
+ third_party_settings: { }
|
|
|
+ field_actions:
|
|
|
+ type: paragraphs
|
|
|
+ weight: 4
|
|
|
+ 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_audio:
|
|
|
+ type: file_generic
|
|
|
+ weight: 13
|
|
|
+ region: content
|
|
|
+ settings:
|
|
|
+ progress_indicator: throbber
|
|
|
+ third_party_settings: { }
|
|
|
+ field_date:
|
|
|
+ type: datetime_default
|
|
|
+ weight: 27
|
|
|
region: content
|
|
|
settings: { }
|
|
|
third_party_settings: { }
|
|
@@ -168,14 +222,14 @@ content:
|
|
|
third_party_settings: { }
|
|
|
langcode:
|
|
|
type: language_select
|
|
|
- weight: 3
|
|
|
+ weight: 28
|
|
|
region: content
|
|
|
settings:
|
|
|
include_locked: true
|
|
|
third_party_settings: { }
|
|
|
status:
|
|
|
type: boolean_checkbox
|
|
|
- weight: 6
|
|
|
+ weight: 31
|
|
|
region: content
|
|
|
settings:
|
|
|
display_label: true
|
|
@@ -190,7 +244,7 @@ content:
|
|
|
third_party_settings: { }
|
|
|
uid:
|
|
|
type: entity_reference_autocomplete
|
|
|
- weight: 4
|
|
|
+ weight: 29
|
|
|
region: content
|
|
|
settings:
|
|
|
match_operator: CONTAINS
|