diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-95456-IntroduceBootstrap5CompatibleAndAccessibleTemplates.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-95456-IntroduceBootstrap5CompatibleAndAccessibleTemplates.rst new file mode 100644 index 0000000000000000000000000000000000000000..1a3e2a8cc34279273eb7c8d185226a6311892c47 --- /dev/null +++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-95456-IntroduceBootstrap5CompatibleAndAccessibleTemplates.rst @@ -0,0 +1,52 @@ +.. include:: ../../Includes.txt + +===================================================== +Deprecation: #95456 - Deprecate legacy form templates +===================================================== + +See :issue:`95456` + +Description +=========== + +Using the legacy form template / partial variants residing in +:file:`EXT:form/Resources/Private/Frontend/Templates` and +:file:`EXT:form/Resources/Private/Frontend/Partials` +is deprecated. The legacy templates will be removed in v13. + + +Impact +====== + +No deprecation is logged since it would flood the logs. + + +Affected Installations +====================== + +Installations using custom templates for form elements. + + +Migration +========= + +Set your form rendering option "templateVariant" within the form setup from +"version1" to "version2" to use the future default templates. + +.. code-block:: yaml + + TYPO3: + CMS: + Form: + prototypes: + standard: + formElementsDefinition: + Form: + renderingOptions: + templateVariant: version2 + + +Migrate your templates / partials to make them compatible with the ones stored in +:file:`EXT:form/Resources/Private/FrontendVersion2`. + +.. index:: Frontend, NotScanned, ext:form