Attention
TYPO3 v10 has reached end-of-life as of April 30th 2023 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v10 here: TYPO3 ELTS.
Fluid¶
You can use Fluid in TYPO3 to do one of the following:
Create a template (theme) using a combination of TypoScript FLUIDTEMPLATE and Fluid. Check out the TYPO3 Sitepackage Tutorial which walks you through the creation of a sitepackage extension.
Create Custom Content Elements in addition to the already existing content elements TYPO3 supplies.
The previous point describes the lightweight components which are created using a combination of TypoScript and Fluid. If you need more functionality or flexibility in your content element, you can create a content plugin using a combination of Extbase and Fluid. This is explained in Developing TYPO3 Extensions with Extbase and Fluid
Use Fluid to create emails using the TYPO3 Mail API.
Use Fluid in Backend Modules.
Note
This page was created recently to serve as a start page for Fluid in TYPO3. It contains an Introduction to Fluid as subpage and further pages will be added later.
Table of contents