fluidtypo3-fluidpages

The fluidpages package from FluidTYPO3


Keywords
TYPO3, CMS, extension, templating, bootstrap, flux, fluidpages, fedext, fluid
License
GPL-2.0+
Install
bower install fluidtypo3-fluidpages#4.1.0

Documentation

Fluidpages: Fluid Page Templates

Build Status Coverage Status Documentation Build Status Coverage Status

What does it do?

EXT:fluidpages enables the use of Fluid templates as page templates, each template file acting like an individual template. The template files are processed by the extension and a simplified method of selecting templates (two selector boxes, one for current page and one for subpage templates, like TemplaVoila).

Why use it?

Although the FLUIDTEMPLATE object in TypoScript allows Fluid templates to be used as page templates, it has limited capabilities. Using EXT:fluidpages the page templates are not only selectable in page properties but also rendered from a proper Controller.

In addition to this, Fluid Pages uses all the power of Flux to allow the template to contain dynamic but very compact configuration sections - which translate to fields in the page properties, the values of which are available when rendering the template.

When combined with the VHS extension this becomes a very powerful tool: the dynamic nature of Fluid templates and the flexibility of ViewHelpers - combined with extremely easy-to-use configuration options.

How does it work?

Fluid Pages are registered through TypoScript. The template files are then processed and the configuration contained in each is recorded and used to identify the page template when being selected by content editors.

When editing the page a Flux ConfigurationProvider takes care of processing the specific template's configuration and presenting it as fields available to the content editor much like TemplaVoila.

View the online templating manual for more information.

Installation

Installation using Composer

The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just do composer require fluidtypo3/fluidpages.

Installation as extension from TYPO3 Extension Repository (TER)

Download and install as TYPO3 extension. Search for the term fluidpages.