@@ -43,18 +43,48 @@ a TypoScript record or by having a
43
43
44
44
If TypoScript was added by a record, it is linked.
45
45
46
+ .. _typoscript-syntax-constant-editor :
47
+ .. _constant-editor :
48
+
49
+ Submodule "Constant Editor"
50
+ ===========================
51
+
52
+ .. note ::
53
+ The constant editor is only available in sites that are based on a
54
+ TypoScript record.
55
+
56
+ .. versionchanged :: 13.3
57
+ With the introduction of the site
58
+ `Site settings editor <https://docs.typo3.org/permalink/t3coreapi:site-settings-editor >`_
59
+ settings can be edited in a comfortable and type safe way on site level.
60
+
61
+ The constant editor is kept for backward compatibility.
62
+
63
+ The backend module :guilabel: `Site Management > TypoScript > Constant Editor `
64
+ used a special format of
65
+ `Comments <https://docs.typo3.org/permalink/t3tsref:typoscript-syntax-syntax-comment-blocks >`_
66
+ to display a form for editing the constants.
67
+
68
+ .. figure :: /Images/ManualScreenshots/TypoScriptModule/ConstantEditor.png
69
+ :alt: Screenshot of the TYPO3 Backend showing the constant editor
70
+
71
+ It is not recommended to newly introduce constants in the constant editor.
72
+ The documentation of the constant editors comment format can still be found
73
+ at `
Comment Syntax <
https://docs.typo3.org/permalink/t3tsref:[email protected] >`_
74
+
75
+
46
76
.. _typoscript_module_edit :
47
77
48
78
Submodule "Edit TypoScript Record"
49
79
==================================
50
80
81
+ .. note ::
82
+ The constant editor is only available in sites that are based on a
83
+ TypoScript record.
84
+
51
85
This can be done in the :guilabel: `Site Management > TypoScript ` module in
52
86
the submodule :guilabel: `Edit TypoScript Record `.
53
87
54
- .. hint ::
55
- It is best practice to use a site package extension to bundle
56
- various configuration in an extension. See :ref: `t3sitepackage:start `.
57
-
58
88
.. figure :: /Images/ManualScreenshots/TypoScriptModule/EditTypoScriptRecord.png
59
89
:alt: The submodule "Edit TypoScript Record" in the TYPO3 Backend.
60
90
0 commit comments