For now, this is just a collection of tasks to be done once compatibility for TYPO3 v13 is removed. - [ ] Substitute `ExtensionManagementUtility::addPiFlexFormValue()` in `Configuration/TCA/Overrides/tt_content.php` (See [changelog](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/14.0/Deprecation-107047-ExtensionManagementUtilityAddPiFlexFormValue.html)) - [ ] Use `FlexFormTools` instead of `FlexFormService` in `CodeSnippetGenerator` class (see [changelog](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/14.0/Breaking-107945-ClassFlexFormServiceMergedIntoFlexFormTools.html))
For now, this is just a collection of tasks to be done once compatibility for TYPO3 v13 is removed.
ExtensionManagementUtility::addPiFlexFormValue()inConfiguration/TCA/Overrides/tt_content.php(See changelog)FlexFormToolsinstead ofFlexFormServiceinCodeSnippetGeneratorclass (see changelog)