-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixes preview display and changes form display * removes config and updates one other file * fixes broken config and updates image style to use existing * fixes remote vide display and media collection form preview --------- Co-authored-by: “Kerry <“[email protected]”>
- Loading branch information
1 parent
b713e61
commit 105f8b2
Showing
2 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
config/core.entity_view_display.media.remote_video.default.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.media.remote_video.field_media_oembed_video | ||
- field.field.media.remote_video.sa_caption | ||
- media.type.remote_video | ||
module: | ||
- lite_youtube_embed | ||
id: media.remote_video.default | ||
targetEntityType: media | ||
bundle: remote_video | ||
mode: default | ||
content: | ||
field_media_oembed_video: | ||
type: lite_youtube_embed | ||
label: hidden | ||
settings: | ||
max_width: 0 | ||
max_height: 0 | ||
third_party_settings: { } | ||
weight: 0 | ||
region: content | ||
hidden: | ||
created: true | ||
langcode: true | ||
name: true | ||
sa_caption: true | ||
search_api_excerpt: true | ||
thumbnail: true | ||
uid: true |