11:10pm Is It Day I'm Seeing by Fluid
#KJAC #TheColoradoSound #Fluid

🧩 Fluid Components

Fluid's components are custom HTML-like tags based on Fluid templates that you can reuse throughout your project.

➑️ https://docs.typo3.org/other/typo3fluid/fluid/main/en-us/Usage/Components.html

#TYPO3 #fluid

Components β€” Fluid Explained main documentation

πŸ“™ Last ViewHelper <f:last>

The LastViewHelper returns the last item of an array.

➑️ https://docs.typo3.org/other/typo3/view-helper-reference/13.4/en-us/Global/Last.html

#TYPO3 #fluid

Last ViewHelper <f:last> β€” Fluid ViewHelper Reference 13.4 documentation

πŸ“™ TYPO3 Fluid Converter tool

Convert Fluid tags into inline notation

➑️ https://fluid-to-inline-converter.com/

#TYPO3 #fluid

TYPO3 Fluid Converter tool

This tool can convert fluid tags to its inline notation.

FluidConverter
Some people need the T. Some need the E. A few folk get both, for reasons. #genderfluid #gender #fluid
Can you tell which is which without reading the labels? I think so.

πŸ“™ Contains ViewHelper <f:contains>

The ContainsViewHelper checks if a provided string or array contains the specified value. Depending on the input, this mimicks PHP's in_array() or str_contains().

➑️ https://docs.typo3.org/other/typo3/view-helper-reference/13.4/en-us/Global/Contains.html

#TYPO3 #fluid

Contains ViewHelper <f:contains> β€” Fluid ViewHelper Reference 13.4 documentation

πŸ“™ First ViewHelper <f:first>

The FirstViewHelper returns the first item of an array.

➑️ https://docs.typo3.org/other/typo3/view-helper-reference/13.4/en-us/Global/First.html

#TYPO3 #fluid

First ViewHelper <f:first> β€” Fluid ViewHelper Reference 13.4 documentation

Developing a custom ViewHelper β€” TYPO3 Explained 13.4 documentation