brainworxx / kreXX-TYPO3-Extension

Typo3 debugger with a backend module.
https://extensions.typo3.org/extension/includekrexx
GNU Lesser General Public License v2.1
4 stars 0 forks source link

Fluid code genertation for variable names with dots in them #22

Closed guelzow closed 5 years ago

guelzow commented 5 years ago

When you

<f:variable name="my.var" value="blargh" />
<krexx:debug>{_all}</krexx:debug>

The fluid plugin code generation tries to generate stuff for {my.var} which is obviously wrong.

Tobi

guelzow commented 5 years ago

Normally, you do not have variables with a dot in their name. We simply disable code generation for this one.

Will be available with the next version.

Tobi