Skip to content

Commit

Permalink
[BUGFIX] Fix References (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf committed Feb 29, 2024
1 parent 6e118ea commit b417662
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Documentation/PageTsconfig/TceMain.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ linkHandler
title in the linkbrowser. It then saves the link in the format
`t3://record?identifier=my_content&uid=123`. To render the link in the
frontend you need to define the same key in the TypoScript setup
:ref:`config.recordLinks <t3tsref:recordLinks>`.
:ref:`config.recordLinks <t3tsref:setup-config-recordLinks>`.

.. tip::
For a complete example see also the :ref:`Record link tutorial
Expand Down
6 changes: 3 additions & 3 deletions Documentation/UsingSetting/Conditions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -747,15 +747,15 @@ site()

site("languages")
Returns array of available languages for current site.
For deeper information, see :ref:`condition-functions-in-frontend-context-function-siteLanguage`.
For deeper information, see :ref:`t3tsref:condition-functions-in-frontend-context-function-siteLanguage`.

site("allLanguages")
Returns array of available and unavailable languages for current site.
For deeper information, see :ref:`condition-functions-in-frontend-context-function-siteLanguage`.
For deeper information, see :ref:`t3tsref:condition-functions-in-frontend-context-function-siteLanguage`.

site("defaultLanguage")
Returns the default language for current site.
For deeper information, see :ref:`condition-functions-in-frontend-context-function-siteLanguage`.
For deeper information, see :ref:`t3tsref:condition-functions-in-frontend-context-function-siteLanguage`.

site("configuration")
Returns an array with all available configuration for current site.
Expand Down

0 comments on commit b417662

Please sign in to comment.