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 #291

Merged
merged 1 commit into from
Nov 8, 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
118 changes: 62 additions & 56 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 @@ -14,7 +14,7 @@ dependencies:
- media_library
- text
_core:
default_config_hash: Vt6e-uIFB3vt8xMj-uoVJNDO8F9ZFxo1CjPktEvIDsQ
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 @@ -13,7 +13,7 @@ dependencies:
module:
- text
_core:
default_config_hash: gmvd3NpBqlZGO-d_PTKw53sTWYa01VHkHeH0-D1GGLI
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 @@ -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
Loading