Open
Description
T3 has option to prevent deleting related records while deleting parent record.
It's described here: Typo3 Docs - Start Field types (config > type) IRRE / inline Properties enableCascadingDelete
Now, if one wants to set this option and still have flexibility using EB, one needs to create Override for each issued table.
This option should be added to EB, table edit form, and be included in auto-generated TCA file.