1
2.. include:: ../../Includes.txt
3
4============================================================================
5Deprecation: #69401 - Adopt ext:form to support the Extbase/ Fluid MVC stack
6============================================================================
7
8See :issue:`69401`
9
10Description
11===========
12
13Form is now based on Extbase/ Fluid for frontend rendering. Therefore
14all TypoScript based layout settings have been marked as deprecated. Using the
15following code is not recommended anymore:
16
17.. code-block:: typoscript
18
19	10 = FORM
20	10 {
21		layout {
22			containerWrap = <div><elements /></div>
23			elementWrap = <div><element /></div>
24		}
25	}
26
27Impact
28======
29
30All `.layout` TypoScript properties should not be used anymore. Backward
31compatibility algorithms will be removed with TYPO3 CMS 8.
32
33
34Affected Installations
35======================
36
37All installations using `.layout` TypoScript properties.
38
39
40Migration
41=========
42
43Move away from `.layout` TypoScript properties and move to Fluid based
44templating.
45
46
47.. index:: TypoScript, ext:form
48