Skip to content
Snippets Groups Projects
Commit 68faab13 authored by Björn Jacob's avatar Björn Jacob Committed by waldhacker
Browse files

[TASK] Deprecate legacy form templates

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.

Resolves: #95456
Releases: main
Change-Id: Ib1346065d69a12d6664758a3c9bedf7efa3bd834
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71423


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarwaldhacker <hello@waldhacker.dev>
Reviewed-by: default avatarwaldhacker <hello@waldhacker.dev>
parent 487c4985
No related branches found
No related tags found
No related merge requests found
.. 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment