d0fa5049d5bf9f97319930e747cf6b68d2d15656
[yaffs-website] / web / core / profiles / standard / config / optional / core.entity_form_display.media.video.default.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.field.media.video.field_media_video_file
6     - media.type.video
7   module:
8     - file
9     - path
10 id: media.video.default
11 targetEntityType: media
12 bundle: video
13 mode: default
14 content:
15   created:
16     type: datetime_timestamp
17     weight: 10
18     region: content
19     settings: {  }
20     third_party_settings: {  }
21   field_media_video_file:
22     weight: 0
23     settings:
24       progress_indicator: throbber
25     third_party_settings: {  }
26     type: file_generic
27     region: content
28   name:
29     type: string_textfield
30     weight: -5
31     region: content
32     settings:
33       size: 60
34       placeholder: ''
35     third_party_settings: {  }
36   path:
37     type: path
38     weight: 30
39     region: content
40     settings: {  }
41     third_party_settings: {  }
42   status:
43     type: boolean_checkbox
44     settings:
45       display_label: true
46     weight: 100
47     region: content
48     third_party_settings: {  }
49   uid:
50     type: entity_reference_autocomplete
51     weight: 5
52     settings:
53       match_operator: CONTAINS
54       size: 60
55       placeholder: ''
56     region: content
57     third_party_settings: {  }
58 hidden: {  }