|
{% extends "details.html.twig" %}
|
|
{#
|
|
/**
|
|
* @file
|
|
* Theme override for the "Additional selected media" area of the modal media
|
|
* library dialog.
|
|
*
|
|
* @see template_preprocess_details()
|
|
*/
|
|
#}
|
|
{% set attributes = attributes.addClass('media-library-add-form__selected-media') %}
|