Claus Due
Claus Due
Hi @dennismetz - is it possible that somewhere in your configuration you've got the `fluidBasedPageModule` TYPO3 feature flag enabled? This feature flag only exists in TYPO3 10.3 and above and...
> Could the flexform be configured in a separate file or are there any compatibility issues or drawbacks with it? Only that it wouldn't be dynamic and isn't defined in...
Column position numbers above 100 are reserved, choose a value from 0 to 99. The reason for this is that parent column relationship is determined by colPos value multiple and...
> In the new columns I use open the content-element wizard anymore. Opening it shows an empty/broken dialog (no CE listed!) I'm not sure what would cause this - are...
Closing as solved + explained. Workaround to patch `ColumnNumberUtility::MULTIPLIER` is documented but is definitely not recommended.
Solved - was caused by `ctype_digit` assuming that an integer-type variable with a value between -128 and 255 is intended as an ASCII character rather than a string of number(s).
Hi @apiening, Did you find the cause for this one? It looks from the error message as if the variables are not assigned to the template before it gets rendered...
Initially reported issue (content area not defined) should now be solved by https://github.com/FluidTYPO3/flux/commit/8c27664d80528ca7498e99f42f7b5cb0cccedb01
You can toggle availability of individual content types / page templates in the "Site" module, there's a tab dedicated to Flux-based assets. If you are on 8.7 you can use...
If you have this sort of condition around all your flux:form tags that could explain why you don't see any options in this selector. Editing sites has no TS page...