Migration, flux:field.file to inline FAL
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.
Community library
Browse practical patterns shared by the FluidTYPO3 community.
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.
Lists all subpages of selected entry pages, sorted in alphabetical order.
Hides FAL forms until first saving and displays a message.
Let the Backenduser just put in a startpage for the navigation as a content element. For when reskinning sitemap is to cumbersome.
Realize dynamic colPos based sections with custom configurations like background-color using flux.
Implementation of Google Maps with one or more markers. When having multiple markers, the bounds are fit to them.
Create 2-6 Columns with advanced Column Settings
This is an example to show how you could specify a fluidcontent element as only allowedContentType
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.
If you want to split long FlexForm definitions into multiple partials and use them in other templates, here is the way to go!
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.
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.