---
title: "Feature: #79225 - Plugin preview with Fluid"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-79225"
source: "Changelog/8.6/Feature-79225-PluginPreviewWithFluid.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Feature: #79225 - Plugin preview with Fluid

See [forge#79225](https://forge.typo3.org/issues/79225)

## Description

The page TSconfig to render a preview of a single content element in the Backend has been improved
by allowing the rendering of plugins as well.

The following option allows to override the default output of a plugin via page TSconfig:

```typoscript
mod.web_layout.tt_content.preview.list.example = EXT:site_mysite/Resources/Private/Templates/Preview/ExamplePlugin.html
```

All properties of the tt_content record are available in the template directly.
Any data of the flexform field `pi_flexform` is available with the property `pi_flexform_transformed` as an array.

> [!NOTE]
> If a PHP hook already is set to render the element, it will take precedence over the Fluid-based preview.
