.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _admin-manual: Administrator Manual ==================== Installation ------------ To install the extension, perform the following steps: #. Go to the Extension Manager #. Install the extension #. Nothing more to do. The checkbos will be available, now. .. _admin-configuration: Configuration ------------- You will have to edit the EXT:news partials, to use the feature of this Extension. The partial "Detail/FalMediaImage.html" may be modified like this (only modify local copies of resources to not overwrite your changes when updating the Extension!): .. code-block:: html

{mediaElement.originalResource.description}

The first if and its then has been added and is essential to get intended result. The else-part is the original one by EXT:news. Display image-description ^^^^^^^^^^^^^^^^^^^^^^^^^ To display the image-description (-caption) below the image in Magnific Popup, use this partial instead (changed value of title-attribute): .. code-block:: html :emphasize-lines: 6,15

{mediaElement.originalResource.description}