@@ -8,15 +8,47 @@ Recently moved chapters
88
99.. contents ::
1010
11+ .. _recently-moved-tsconfig :
12+
13+ TSconfig reference into TypoScript Explained
14+ ============================================
15+
16+ *Starting with the documentation of TYPO3 12.4 *
17+
18+ The complete TSconfig reference has been moved from TYPO3 Explained
19+ into typoScript Explained.
20+
21+ You find the chapters here now:
22+
23+ * :ref: `Using and setting TSconfig <t3tsref:typoscript-syntax-using-setting >`
24+ * :ref: `Page TSconfig Reference <t3tsref:pagetoplevelobjects >`
25+ * :ref: `User TSconfig reference <t3tsref:usertoplevelobjects >`
26+
27+ References need to be changed like this:
28+
29+ .. code-block :: diff
30+
31+ -:ref:`TCAdefaults <t3tsconfig:userTsTcaDefaults>`
32+ +:ref:`TCAdefaults <t3tsref:userTsTcaDefaults>`
33+
34+ Almost all anchors are persevered. The only exception is
35+ :ref: `Conditions (TScongi) <t3tsref:tsconfig-condition-differences >`. Anchors in
36+ this area have been prefixed with `tsconfig- `:
37+
38+ .. code-block :: diff
39+
40+ -:ref:`Condition variables available in TSconfig <t3tsconfig:condition-variables>`
41+ +:ref:`Condition variables available in TSconfig <t3tsref:tsconfig-condition-variables>`
42+
1143 .. _recently-moved-ts-syntax :
1244
13- TypoScript syntax into TypoScript reference
45+ TypoScript syntax into TypoScript Explained
1446===========================================
1547
1648*Starting with the documentation of TYPO3 12.4 *
1749
1850The chapters regarding TypoScript syntax have been moved from TYPO3 Explained
19- into the TypoScript reference .
51+ into the TypoScript Explained .
2052
2153You find the chapters here now: :ref: `TypoScript syntax <t3tsref:typoscript-syntax >`
2254
@@ -29,13 +61,13 @@ References need to be changed like this:
2961
3062 .. _recently-moved-ts-45 :
3163
32- TypoScript in 45 minutes into TypoScript reference
64+ TypoScript in 45 minutes into TypoScript Explained
3365==================================================
3466
3567*Starting with the documentation of TYPO3 12.4 *
3668
3769The chapters of the former TypoScript in 45 minutes tutorial have been moved
38- into the TypoScript reference , Getting Started section:
70+ into the TypoScript Explained , Getting Started section:
3971
4072:ref: `Getting started: A quick introduction into TypoScript <t3tsref:guide >`
4173
0 commit comments