@@ -8,15 +8,47 @@ Recently moved chapters
8
8
9
9
.. contents ::
10
10
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
+
11
43
.. _recently-moved-ts-syntax :
12
44
13
- TypoScript syntax into TypoScript reference
45
+ TypoScript syntax into TypoScript Explained
14
46
===========================================
15
47
16
48
*Starting with the documentation of TYPO3 12.4 *
17
49
18
50
The chapters regarding TypoScript syntax have been moved from TYPO3 Explained
19
- into the TypoScript reference .
51
+ into the TypoScript Explained .
20
52
21
53
You find the chapters here now: :ref: `TypoScript syntax <t3tsref:typoscript-syntax >`
22
54
@@ -29,13 +61,13 @@ References need to be changed like this:
29
61
30
62
.. _recently-moved-ts-45 :
31
63
32
- TypoScript in 45 minutes into TypoScript reference
64
+ TypoScript in 45 minutes into TypoScript Explained
33
65
==================================================
34
66
35
67
*Starting with the documentation of TYPO3 12.4 *
36
68
37
69
The 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:
39
71
40
72
:ref: `Getting started: A quick introduction into TypoScript <t3tsref:guide >`
41
73
0 commit comments