Download the PHP package kanti/fluidcontent without Composer
On this page you can find all versions of the php package kanti/fluidcontent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kanti/fluidcontent
More information about kanti/fluidcontent
Files in kanti/fluidcontent
Package fluidcontent
Short Description Create Flexible Content elements in pure fluid
License GPL-2.0+
Homepage https://fluidtypo3.org
Informations about the package fluidcontent
Fluidcontent: Fluid Content Elements
What does it do?
EXT:fluidcontent lets you write custom content elements based on Fluid templates. Each content element and its possible settings are contained in a single Fluid template file. Whole sets of files can be registered and placed in its own tab in the new content element wizard, letting you group your content elements. The template files are placed in a very basic extension. The Nested Content Elements support that Flux enables is utilized to make content elements which can contain other content elements.
Why use it?
Fluid Content is a fast, dynamic and extremely flexible way to create content elements. Not only can you use Fluid, you can also create dynamic configuration options for each content element using Flux - in the exact same way as done in the Fluid Pages extension; see https://github.com/FluidTYPO3/fluidpages.
How does it work?
Fluid Content Elements are registered through TypoScript. The template files are then processed to read various information about each template, which is then made available for use just as any other content element type is used.
When editing the content element, Flux is used to generate the form section which lets content editors configure variables which
become available in the template. This allows completely dynamic variables (as opposed to adding extra fields on the tt_content
table and configuring TCA for each added column).
View the online templating manual for more information.
All versions of fluidcontent with dependencies
typo3/cms Version ^7.6|^8.4
php Version >=7.0.0