{% extends '@designs-default/blocks/gallery/default.twig' %} {% set options = options|default({}) + { gallery_image_alias: 'image', gallery_image_container_class: '', gallery_image_title: false, gallery_image_description: true, gallery_image_copyright: true, } %} {# Aktuell weicht das Glamour Template zum Standart Template zusehr ab, deshalb kann das Standart Template nicht genutzt werden #} {# FIXME: Should urgently be brought back when doing the Redesign #} {% set size = config.get('theme/thumbnails/aliases', [])[options.gallery_image_alias].size|default([]) %} {% block galleryimage %}
{% if multiple %}{% endif %}
{{ image.attributes.alt|default(image.attributes.title|default)|trim }}
{% if options.gallery_image_copyright %} {% endif %} {% if options.gallery_image_title %}

{{ image.attributes.title|default }}

{% endif %} {% if options.gallery_image_description %}
{{ image.attributes.description|default|striptags('

')|raw }}
{% endif %}
{% endblock %} {# Slick entfernt: GLAMOUR-465 #} {% block galleryscript %}{% endblock %}