Nikita Hovratov
Nikita Hovratov
@tomasnorre Can I help you in any way? Do you know what is missing for complete compatibility?
The phpparser has an option for pretty printing: https://github.com/nikic/PHP-Parser/blob/master/doc/component/Pretty_printing.markdown Have a look at the ParserService class here. It needs to have handed over some more lexer options for the factory...
It doesn't have "inside FlexForm" example. There is probably a bug there right now.
@evelineketterer yes, this is known to me. The reason is a change in TYPO3 v12 to enable it by default. The Mask checkbox to enable it has no effect anymore....
If you still want to disable it, you will need to override TCA right now.
@ttg-barbreit Hi, thanks for the bug report. However, this is a bug in TYPO3 itself. It was already reported in TYPO3 forge: https://forge.typo3.org/issues/102790 Seems like this feature got lost when...
> It seems that I can overwrite every option, for example the Elemente items? Yes, since Mask 8.2 this is possible. You can override almost every option from "real" TCA...
@PaDa19 Hi, thanks for your feature request. You can also do this without overriding the Mask generator. Example: ``` mod.wizards.newContentElement.wizardItems { # Create new custom group myOtherGroup { header =...
Hey @PKuhlmay, yes I know this behaviour. I can't fix this, because this is how [Sortable](https://github.com/SortableJS/Sortable) behaves. I added a check, whether the field is allowed to be placed there....
This would be a nice feature indeed. Right now I'm focused on Content Blocks development, so no new features will be developed meanwhile. PRs are welcome nevertheless.