1 .. include:: ../../Includes.txt
3 ===========================================
4 Feature: #79225 - Plugin preview with Fluid
5 ===========================================
12 The page TSconfig to render a preview of a single content element in the Backend has been improved
13 by allowing the rendering of plugins now as well.
15 The following option allows to override the default output of a plugin via page TSconfig:
17 .. code-block:: typoscript
19 mod.web_layout.tt_content.preview.list.example = EXT:site_mysite/Resources/Private/Templates/Preview/ExamplePlugin.html
21 All properties of the tt_content record are available in the template directly.
22 Any data of the flexform field `pi_flexform` is available with the property `pi_flexform_transformed` as an array.
26 If a PHP hook already is set to render the element, it will take precedence over the Fluid-based preview.
28 .. index:: Backend, Fluid