.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt .. _configuration-integrations: Integrate in EXT:news => v3.2.0 =============================== Target group: **Developers** The extension adds a new relation field for news items. When editing a news record you will find new field under the tab "Relations" where you can select multiple albums. To make these album visible in the detail view of a news item you need to adjust your fluid template of the news detail view. .. _configuration-integration-news-fluid-template: Example fluid template snippet that could be added to ext:news/Resources/Private/Templates/News/Detail.html ----------------------------------------------------------------------------------------------------------- Render related albums ::

Related albums

Make sure to set typoscript constant :typoscript:`plugin.tx_fsmediagallery.settings.targetPid` so the shown thumbnails link to the real album. Have a look at `Changing & editing templates `_ it you do not know how to adjust ext:news templates.