Skip to content

Commit

Permalink
Closes #2536, Closes #2876: Add missing Intelligence Bank setting and…
Browse files Browse the repository at this point in the history
… set media embed triggered modal width to 75% of browser window. (#2537)
  • Loading branch information
joeparsons committed Mar 1, 2024
1 parent ab18dc9 commit e5629e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function az_digital_asset_library_form_media_library_add_form_upload_alter(&$for
$data_dialog_options = Json::decode($form['ib_dam_container']['asset_browser']['#attributes']['data-dialog-options']);
}
$data_dialog_options['title'] = 'Arizona Digital Asset Library Browser';
$data_dialog_options['width'] = '75%';
$form['ib_dam_container']['asset_browser']['#attributes']['data-dialog-options'] = Json::encode($data_dialog_options);
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
debug: false
staging: false
allow_embedding: false
login_url: assets.arizona.edu
login_enable_browser_login: true
login_enable_custom_url: true
dependencies:
enforced:
module:
- az_digital_asset_library

0 comments on commit e5629e0

Please sign in to comment.