Gist title Gist summary

Migration, flux:field.file to inline FAL

Content, Pages, Forms

FluidTYPO3.Flux

Upgrade wizard class to convert instances of flux:field.file which is now deprecated on TYPO3 9.5 and removed on TYPO3 10.4, to instances of inline FAL relations.

Alphabetic Index

ViewHelpers

FluidTYPO3.Flux, FluidTYPO3.Fluidpages, FluidTYPO3.Vhs

Lists all subpages of selected entry pages, sorted in alphabetical order.

FAL Image placeholder until first saving with display conditions

Content

FluidTYPO3.Flux, FluidTYPO3.Fluidcontent

Hides FAL forms until first saving and displays a message.

Side navigation menu

Content

FluidTYPO3.Flux, FluidTYPO3.Vhs, FluidTYPO3.FluidcontentCore

Let the Backenduser just put in a startpage for the navigation as a content element. For when reskinning sitemap is to cumbersome.

One-page template with dynamic sections

Pages

FluidTYPO3.Flux

Realize dynamic colPos based sections with custom configurations like background-color using flux.

This is especially useful if you want to build a "one-pager".

Google Maps with Flux/Fluidcontent

Content, ViewHelpers

FluidTYPO3.Flux, FluidTYPO3.Fluidcontent, FluidTYPO3.Vhs

Implementation of Google Maps with one or more markers. When having multiple markers, the bounds are fit to them.

A marker can have a title (is shown as marker tooltipp and in info window), a text (is shown in info window), an icon (standard, chooseable or uploadable).

More configuration options are: Zoom level, map center, map type

Using allowedContentTypes for Fluidcontent

Content

FluidTYPO3.Flux, FluidTYPO3.Fluidcontent, FluidTYPO3.Fluidpages

This is an example to show how you could specify a fluidcontent element as only allowedContentType

TypoScript based Flux settings for plugins

Provider

FluidTYPO3.Flux

This snippets shows you A how to define flux settings via TypoScript for your frontend plugin and B how to use the controllerAction ViewHelper in such a scenario.

Reusable FlexForms / Use FlexForms from Partials

Content, Pages, Forms

FluidTYPO3.Flux, FluidTYPO3.Fluidpages

If you want to split long FlexForm definitions into multiple partials and use them in other templates, here is the way to go!

Using Flux annotations to generate TCA

Plugins

FluidTYPO3.Flux

A small example of two domain model classes connected with an MM table, with all TCA required to operate the table in TYPO3 generated by Flux by using annotations on the PHP class doc comments.

Subclassing Flux Form to create new Form types

Forms, Provider

FluidTYPO3.Flux

Example of how to create a simple subclass of \FluidTYPO3\Flux\Form and utilise the initializeObject method to create new fields upon Form instance creation. Also includes an example on how to use a Provider to return different Form instances based on arbitrary values.