Skip to content

Commit

Permalink
10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Dec 8, 2023
1 parent 8100f13 commit 6996904
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion stanford_media.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stanford_media.module
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

/**
Expand Down

0 comments on commit 6996904

Please sign in to comment.