Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic update #719

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 56 additions & 50 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ dependencies:
module:
- media_library
- text
_core:
default_config_hash: AMDZDzWNP90sUgt9bSZf2RbL7KmSxkXMKIiueo1JSWg
id: paragraph.remote_video.default
targetEntityType: paragraph
bundle: remote_video
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dependencies:
- paragraphs.paragraphs_type.remote_video
module:
- text
_core:
default_config_hash: hYT61xkhP2zXO2VXijtXVPkoENlhLvIv5DRycKMm6iE
id: paragraph.remote_video.default
targetEntityType: paragraph
bundle: remote_video
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ dependencies:
config:
- field.storage.paragraph.field_iframe_title
- paragraphs.paragraphs_type.remote_video
_core:
default_config_hash: 4JZoeG_XitvgE9Tg7ZfVUwjpWcjeqktlO2tOnx_WfWU
id: paragraph.remote_video.field_iframe_title
field_name: field_iframe_title
entity_type: paragraph
bundle: remote_video
label: 'Assistive technology title'
description: 'Users of assistive technology need a descriptive title to know what is in the embedded content.'
description: 'Users of assistive technology need a descriptive title to know what is in the embedded content. Do not use the prefix "Video: ". It will be added automatically.'
required: true
translatable: true
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ dependencies:
- field.storage.paragraph.field_remote_video
- media.type.remote_video
- paragraphs.paragraphs_type.remote_video
_core:
default_config_hash: Fic2VdL-ZETniu6G6WMkjo6q6P2QhttP4fv8UUwGSR0
id: paragraph.remote_video.field_remote_video
field_name: field_remote_video
entity_type: paragraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ dependencies:
third_party_settings:
allowed_formats:
allowed_formats: { }
_core:
default_config_hash: emEHEeE_yt_Z5EVGuPcPk9m--eTj8gCieN9Gzw08GLU
id: paragraph.remote_video.field_remote_video_description
field_name: field_remote_video_description
entity_type: paragraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ dependencies:
config:
- field.storage.paragraph.field_remote_video_title
- paragraphs.paragraphs_type.remote_video
_core:
default_config_hash: Kn3u7ICuSPlxFZiNdYRyNxEnd-I9Yye00bz2l39BXFQ
id: paragraph.remote_video.field_remote_video_title
field_name: field_remote_video_title
entity_type: paragraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ dependencies:
third_party_settings:
allowed_formats:
allowed_formats: { }
_core:
default_config_hash: Zv-7KNCky603k38t9PbBgreu9IPTSpVw-bLEa3ptVlE
id: paragraph.remote_video.field_remote_video_video_desc
field_name: field_remote_video_video_desc
entity_type: paragraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ dependencies:
config:
- field.storage.paragraph.field_remote_video_video_title
- paragraphs.paragraphs_type.remote_video
_core:
default_config_hash: Bp1tvXNbkNozGjMop7bTopoVYSimcgFctt5eELalVbY
id: paragraph.remote_video.field_remote_video_video_title
field_name: field_remote_video_video_title
entity_type: paragraph
Expand Down
2 changes: 2 additions & 0 deletions conf/cmi/field.storage.paragraph.field_remote_video.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ dependencies:
module:
- media
- paragraphs
_core:
default_config_hash: Bh7n9tsOmq_MtUy_bjD_jxqlduNcg-6UJvy4_r4txc8
id: paragraph.field_remote_video
field_name: field_remote_video
entity_type: paragraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ dependencies:
module:
- paragraphs
- text
_core:
default_config_hash: cq3pdUIwmiOxVLXVLyNHCrQUxQlsS7rClbJnKKks_JU
id: paragraph.field_remote_video_description
field_name: field_remote_video_description
entity_type: paragraph
Expand Down
Loading