Add video field to talks
This commit is contained in:
parent
83c0601940
commit
4c3596cd15
24 changed files with 1248 additions and 8 deletions
21
config/sync/field.storage.media.field_media_oembed_video.yml
Normal file
21
config/sync/field.storage.media.field_media_oembed_video.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: d9e520a2-a7ba-468b-aa5e-92d1adedf168
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- media
|
||||
id: media.field_media_oembed_video
|
||||
field_name: field_media_oembed_video
|
||||
entity_type: media
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
is_ascii: false
|
||||
case_sensitive: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Loading…
Add table
Add a link
Reference in a new issue