Skip to content

Commit

Permalink
Update islandora_mirador.module with formatting suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Adam <[email protected]>
  • Loading branch information
alxp and adam-vessey authored Jan 10, 2023
1 parent eb07272 commit 02fc284
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions islandora_mirador.module
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ function template_preprocess_mirador(&$variables) {
$variables['#attached']['drupalSettings']['mirador_window_settings'] = $window_config;
}

/**
* Implements hook_library_info_alter().
*/
function islandora_mirador_library_info_alter(&$libraries, $extension) {
if ($extension == 'islandora_mirador') {

Expand Down

0 comments on commit 02fc284

Please sign in to comment.