.. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt Templating ^^^^^^^^^^ .. tip:: Since version 1.0.0 Generic Gallery uses fluid as templating engine. This means you will need to recreate your templates when updating from previous versions. It's still possible to use grouped elements. For example four items wrapped in a :code:`
`. There's a view helper for that. .. _configuration-template: **Available variables** - `uid`: current plugin content element UID (localized) - `galleryType`: current plugin gallery type (single, images, collection) - `data.content`: current plugin content element data - `data.page`: current page data - `data.pageLayout`: current page layout - `data.pageBackendLayout`: current page backend layout - `item`: Single image item in detail view - `collection`: Image collection array in list view ViewHelpers """"""""""" **ForGroup** A pair of ViewHelpers to assist you when building groups of items. **Example** .. code-block:: xml
Result: .. code-block:: xml