Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

[Backport 13.4] [TASK] Site settings can be used as constants in TSconfig #572

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Documentation/UsingSetting/Syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ While the objects, properties and conditions are different,
the *syntax* of TSconfig is basically the same as it is for
TypoScript in frontend TypoScript templates.

.. versionchanged:: 12.4
:ref:`Site settings <t3coreapi:sitehandling-settings>` can be used with the
TypoScript constant syntax in TSconfig.

Please note the following differences:

* In TSconfig no constants are available.
* There are differences in the :ref:`conditions <conditions>` that can be used.
* The general TypoScript syntax is described in
:ref:`TypoScript syntax <t3tsref:typoscript-syntax>`.
Loading