You are here

function media_library_theme_reset_preprocess_media_library_item__small in Media Library Theme Reset 8

Implements hook_preprocess_media_library_item__small().

This targets each pre-selected media item selected when adding new media in the modal media library dialog.

File

./media_library_theme_reset.module, line 225
Contains media_library_theme_reset.module.

Code

function media_library_theme_reset_preprocess_media_library_item__small(array &$variables) {
  $variables['content']['select']['#attributes']['class'][] = 'media-library-item__click-to-select-checkbox';
}