123456789101112131415161718192021222324252627282930313233343536 |
- uuid: 3b761a40-a019-4715-8aea-f2209850632e
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.paragraph.video.field_titre_de_la_video
- - field.field.paragraph.video.field_video
- - paragraphs.paragraphs_type.video
- module:
- - video_embed_field
- id: paragraph.video.default
- targetEntityType: paragraph
- bundle: video
- mode: default
- content:
- field_titre_de_la_video:
- type: string
- label: hidden
- settings:
- link_to_entity: false
- third_party_settings: { }
- weight: 0
- region: content
- field_video:
- type: video_embed_field_video
- label: hidden
- settings:
- autoplay: true
- responsive: true
- width: 854
- height: 480
- third_party_settings: { }
- weight: 1
- region: content
- hidden:
- search_api_excerpt: true
|