Updating Media dependent modules to versions compatible with core Media.
[yaffs-website] / web / modules / contrib / media / config / install / field.field.media.video.field_video.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.storage.media.field_video
6     - media_entity.bundle.video
7   module:
8     - video_embed_field
9 id: media.video.field_video
10 field_name: field_video
11 entity_type: media
12 bundle: video
13 label: 'Video URL'
14 description: 'Enter a YouTube/Vimeo video URL. <a href="https://www.drupal.org/project/video_embed_field">Click here</a> to learn about adding more providers.'
15 required: true
16 translatable: true
17 default_value: {  }
18 default_value_callback: ''
19 settings:
20   allowed_providers:
21     vimeo: '0'
22     youtube_playlist: '0'
23     youtube: '0'
24 field_type: video_embed_field