Gist title | Gist summary |
---|---|
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. |
FAL Image placeholder until first saving with display conditions |
Hides FAL forms until first saving and displays a message. |
Side navigation menuFluidTYPO3.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. |
Chunked iteration of lists |
Wrap or group elements with less code than ever. |
Google Maps with Flux/Fluidcontent |
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 |
Output current year in copyright line |
Output the current year in copyright line |
SQL to rename a TYPO3 Provider Extension |
If you are in the need for a one liner to migrate all EXT:fluidpages based page layouts and EXT:fluidcontent based fluid content elements because the provider extension has got a new name (for whatever reason) use these SQL commands |
Simple language switcher |
Useful if you have two languages in your typo3 project and want to switch between them. 1. Get current language id with v:page.language 2. Create link to same page and a GET Param e.g. "&L=1" for the other language |
Boostrap Grid Container 2-6 Columns |
Create 2-6 Columns with advanced Column Settings |
EXT:ke_search fluidcontent Indexer |
This adds a new indexer configuration type to the ke_search extension. With this configuration fluidcontent elements can be indexed. |
Using allowedContentTypes for FluidcontentFluidTYPO3.Flux, FluidTYPO3.Fluidcontent, FluidTYPO3.Fluidpages |
This is an example to show how you could specify a fluidcontent element as only allowedContentType |
Workaround content_fallback with VHS |
If you want to use `content_fallback` you will notice that `v:content.render` doesn't work here in older versions of VHS.
The gist shows a quick workaround how you can achieve this nevertheless. |
HTML5 data attribute with JSON data |
As the title says. Builds the html Object like: id="#s1043" data-test="{"myVarName":"1"}"
Here output was quoted but jquery read it without problems and it's validating. |
Fluidcontent - Two columns FCE |
Code for creating a FCE for displaying content in two flexible width columns. |
Allow/deny Fluid Content FCE's in columns |
This will help you to "allow" or "deny" a FluidContent FCE in a flux:grid.column. The gist will only allow the FCE "HeaderSlideshow.html" in Header-Colum (colPos=1) and not in Content-Colum (colPos=0). |
Reusable FlexForms / Use FlexForms from Partials |
If you want to split long FlexForm definitions into multiple partials and use them in other templates, here is the way to go! |
Gallery FCE as example how to use FAL images |
This Gallery FCE is a example how to use FAL images in Flux Content Elements. |