Skip to content

Commit 24bf825

Browse files
authored
[TASK] Move TSconfig Syntax into general syntax chapter (#1526)
Releases: main, 13.4, 12.4
1 parent f9ecb88 commit 24bf825

File tree

3 files changed

+13
-25
lines changed

3 files changed

+13
-25
lines changed

Documentation/Syntax/Index.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
:navigation-title: Syntax
2-
.. include:: /Includes.rst.txt
3-
.. index:: TypoScript; Syntax
4-
.. _typoscript-syntax:
2+
3+
.. include:: /Includes.rst.txt
4+
.. index:: TypoScript; Syntax
5+
.. _typoscript-syntax:
6+
.. _syntax:
57

68
=================
79
TypoScript syntax
@@ -21,3 +23,4 @@ store configuration in this structure.
2123
Conditions/Index
2224
FileImports/Index
2325
StringFormats/Index
26+
TSconfig/Index

Documentation/UsingSettingTSconfig/Syntax.rst renamed to Documentation/Syntax/TSconfig/Index.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
.. include:: /Includes.rst.txt
2-
.. index:: Syntax
3-
.. _syntax:
1+
:navigation-title: TSconfig differences
42

5-
======
6-
Syntax
7-
======
3+
.. include:: /Includes.rst.txt
4+
.. _tsconfig-syntax:
5+
6+
==================================================================
7+
Differences in the syntax between TSconfig and frontend TypoScript
8+
==================================================================
89

910
While the objects, properties and conditions are different,
1011
the *syntax* of TSconfig is basically the same as it is for
@@ -13,8 +14,6 @@ TypoScript in frontend TypoScript templates.
1314
Please note the following differences:
1415

1516
* There are differences in the :ref:`conditions <conditions>` that can be used.
16-
* The general TypoScript syntax is described in
17-
:ref:`TypoScript syntax <t3tsref:typoscript-syntax>`.
1817

1918
.. note::
2019
:ref:`Site settings <t3coreapi:sitehandling-settings>` can be used with the

Documentation/UsingSettingTSconfig/Index.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,6 @@ in which case it is known as "User TSconfig".
4242

4343
Lists different options of how to include User TSconfig options.
4444

45-
.. container:: col-md-6 pl-0 pr-3 py-3 m-0
46-
47-
.. container:: card px-0 h-100
48-
49-
.. rst-class:: card-header h3
50-
51-
.. rubric:: :ref:`Syntax <syntax>`
52-
53-
.. container:: card-body
54-
55-
A short introduction in the syntax of TSconfig and how it differs
56-
from TypoScript setup.
57-
5845
.. container:: col-md-6 pl-0 pr-3 py-3 m-0
5946

6047
.. container:: card px-0 h-100
@@ -87,6 +74,5 @@ in which case it is known as "User TSconfig".
8774

8875
PageTSconfig
8976
UserTSconfig
90-
Syntax
9177
Conditions
9278
PhpApi

0 commit comments

Comments
 (0)