You are here

function svg_image_field_preprocess_media__media_library in SVG Image Field 2.0.x

Same name and namespace in other branches
  1. 2.1.x svg_image_field.module \svg_image_field_preprocess_media__media_library()

Prepares variables for `media--media-library.html.twig`

File

./svg_image_field.module, line 134
Contains svg_image_field.module.

Code

function svg_image_field_preprocess_media__media_library(&$variables) {
  $variables['#attached']['library'][] = 'svg_image_field/media_library';
}