DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Introduction

This extension adds the possibility to write Fluid everywhere your want. It parses the complete page content for fluid. With this extension, you can add dynamic information into your content and implement your own markers by using a SignalSlot.

Use the SignalSlot 'parsePlainContent' in the ParseHtmlController.php to make your own content markers available everywhere! You can add dynamic variables, complete rendered html elements or your own php logic.

Content is now parsed everywhere

{variable} and <f:debug>{_all}</f:debug>

Cache

The FluidRTE-Extension post-renders the complete page content for fluid code and replaces it. It doesn't matter if the cache is enabled or disabled.