{% sw_extends '@Storefront/storefront/page/product-detail/index.html.twig' %}
{% block page_product_detail_inner %}
{{ parent() }}
{% block page_product_detail_inner_gallery %}
{% if(config('NetzpGallery6.config.productposition') == 'description' and
page.product.getExtension('galleries').getElements()) %}
{% sw_include "@Storefront/storefront/partials/gallery.html.twig" with {
'gallery': page.product.getExtension('galleries').getElements()|first,
'galleryId': page.product.id,
'displayMode': config('NetzpGallery6.config.displaymode'),
'sortMode': config('NetzpGallery6.config.sortmode'),
'showgallerytitle': config('NetzpGallery6.config.showgallerytitle'),
'showgallerydescription': config('NetzpGallery6.config.showgallerydescription'),
'imageheight': config('NetzpGallery6.config.imageheight'),
'showthumbnailcaption': config('NetzpGallery6.config.showthumbnailcaption'),
'showimagecaption': config('NetzpGallery6.config.showimagecaption'),
'showfilename': config('NetzpGallery6.config.showfilename'),
'showcounter': config('NetzpGallery6.config.showcounter')
} %}
{% endif %}
{% endblock %}
{% endblock %}