Nikita Hovratov

Results 100 comments of Nikita Hovratov

Interesting use case came up in Slack. The user wanted to reuse a RecordType with 2 different variations. The type should be automatically set in context to the Content Block...

For reference, I used the `foreign_match_fields` method from TCA: https://docs.typo3.org/m/typo3/reference-tca/main/en-us/ColumnsConfig/Type/Inline/Properties/ForeignMatchFields.html

todo: evaluate if we could provide type restrictions like in Mask: https://github.com/Gernott/mask/blob/main/Classes/ItemsProcFuncs/CTypeList.php This is of course really hacky. Maybe this could be a Core feature instead?

It would be cool to have a `property` argument, so when you provide an array of objects/arrays like {data.categories} then you can map it to a specific property like `title`....

No, I mean include the Palette here in addition: https://github.com/wazum/sluggi/blob/d859466959fecdf34aca26ec8c04def737bdef58/Configuration/TCA/Overrides/pages.php#L97-L102

Hey, sorry for the late answer. I can reproduce it. However, this is correct behavior, as a composer remove **removes** your extension from the file system, so Mask can't load...

This doesn't have anything to do with Mask. It must be some other difference in your projects. It is "simply" TypoScript API where Mask is not involved at all besides...

I'll close this one, because this is TYPO3 Core behavior and not Mask. If you think this is a bug, please create an issue on forge.

Yes, but I can't change the 'endDate' in the constraint, only the startDate on the right side.