From 6996904132e4425f6286ef70f92194c0400f635f Mon Sep 17 00:00:00 2001 From: pookmish Date: Sat, 9 Dec 2023 00:44:23 +0700 Subject: [PATCH] 10.1.2 --- CHANGELOG.md | 6 ++++++ stanford_media.info.yml | 2 +- stanford_media.module | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e55581..37ebefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Stanford Media +10.1.2 +-------------------------------------------------------------------------------- +_Release Date: 2023-12-08_ + +- Uncommented line that adds media styling. + 10.1.1 -------------------------------------------------------------------------------- _Release Date: 2023-11-28_ diff --git a/stanford_media.info.yml b/stanford_media.info.yml index f3fc392..161a2da 100644 --- a/stanford_media.info.yml +++ b/stanford_media.info.yml @@ -3,7 +3,7 @@ description: Provides media module configuration and plugins. core_version_requirement: ^10 package: media type: module -version: 10.1.1 +version: 10.1.2 dependencies: - dropzonejs:dropzonejs - drupal:breakpoint diff --git a/stanford_media.module b/stanford_media.module index 9fe0c74..3c79b70 100644 --- a/stanford_media.module +++ b/stanford_media.module @@ -184,7 +184,7 @@ function stanford_media_media_view_alter(array &$build, EntityInterface $entity, foreach (_stanford_media_get_dialog_plugins($entity) as $plugin) { $plugin->embedAlter($build, $entity); } -// $build['#attached']['library'][] = 'stanford_media/display'; + $build['#attached']['library'][] = 'stanford_media/display'; } /**