1234567891011121314151617181920212223242526272829303132 |
- uuid: aa00dd19-a69d-45fd-8cd2-c9f7856554bd
- 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_textfield
- weight: 0
- region: content
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- field_video:
- type: video_embed_field_textfield
- weight: 1
- region: content
- settings: { }
- third_party_settings: { }
- hidden:
- created: true
- status: true
|