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

[BUGFIX] Fix links to former TypoScript syntax #557

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In addition, you can find
and a complete reference of all object types and properties of
TypoScript in the :ref:`TypoScript Reference <t3tsref:start>` and explanations of
TypoScript syntax in the chapter
":ref:`TypoScript Syntax <t3coreapi:typoscript-syntax-start>`" of TYPO3
":ref:`TypoScript Syntax <t3tsref:typoscript-syntax>`" of TYPO3
Explained.

----
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Introduction/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ for users and groups ("User TSconfig"). Each variant is further detailed in this
The general "dotted notation" of `TypoScript` is re-used for Page TSconfig and
User TSconfig, it is possible to reference values, use conditions, and so on.
For a general look at the syntax, please read the according section of
:ref:`TYPO3 Explained <t3coreapi:typoscript-syntax-start>`.
:ref:`TYPO3 Explained <t3tsref:typoscript-syntax>`.

Other than the basic syntax, TSconfig and frontend TypoScript have nothing in common.
Properties outlined in the :ref:`TypoScript Reference <t3tsref:start>` can never be
Expand Down
2 changes: 1 addition & 1 deletion Documentation/UsingSetting/Conditions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Conditions
==========

TSconfig TypoScript conditions offer a way to conditionally change TypoScript based
on current context. See the :ref:`TypoScript syntax condition chapter <t3coreapi:typoscript-syntax-conditions>`
on current context. See the :ref:`TypoScript syntax condition chapter <t3tsref:typoscript-syntax-conditions>`
for the basic syntax of conditions.

It is possible to use TypoScript conditions in both user TSconfig and page TSconfig,
Expand Down
2 changes: 1 addition & 1 deletion Documentation/UsingSetting/PageTSconfig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Static and direct page TSconfig are loaded for the page they are set on and
all their subpages.

The TypoScript syntax to
:ref:`modify <t3coreapi:typoscript-syntax-syntax-value-modification>` values
:ref:`modify <t3tsref:typoscript-syntax-syntax-value-modification>` values
can also be used for the page TSconfig.

Example
Expand Down
2 changes: 1 addition & 1 deletion Documentation/UsingSetting/Syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ 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 <t3coreapi:typoscript-syntax-start>`.
:ref:`TypoScript syntax <t3tsref:typoscript-syntax>`.
4 changes: 2 additions & 2 deletions Documentation/UsingSetting/UserTSconfig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Properties, which are set in the TSconfig field of a group, are valid
for all users of that group.

Values set in one group can be overridden and
:ref:`modified <t3coreapi:typoscript-syntax-syntax-value-modification>` in the
:ref:`modified <t3tsref:typoscript-syntax-syntax-value-modification>` in the
same or another group. If a user is a member of multiple groups, the TSconfig
settings are evaluated in the order in which the groups are included in the
user account: When editing the backend user, the selected groups are evaluated
Expand All @@ -139,7 +139,7 @@ from top to bottom.
* You get the value "bold,italic".

Finally, you can override or
:ref:`modify <t3coreapi:typoscript-syntax-syntax-value-modification>` the
:ref:`modify <t3tsref:typoscript-syntax-syntax-value-modification>` the
settings from groups that your user is a member of in the user TSconfig
field of that specific user.

Expand Down
Loading