From 53c899dd3d98b033075d775283359ea1678f4d0e Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 24 Jan 2024 15:45:10 +0100 Subject: [PATCH] [FEATURE] Link site.websiteTitle and PageTitle API --- Documentation/ApiOverview/Seo/PageTitleApi.rst | 6 ++++++ Documentation/ApiOverview/SiteHandling/Basics.rst | 2 ++ 2 files changed, 8 insertions(+) diff --git a/Documentation/ApiOverview/Seo/PageTitleApi.rst b/Documentation/ApiOverview/Seo/PageTitleApi.rst index 79d6899e8c..06ce891066 100644 --- a/Documentation/ApiOverview/Seo/PageTitleApi.rst +++ b/Documentation/ApiOverview/Seo/PageTitleApi.rst @@ -147,3 +147,9 @@ First the :php:`SeoTitlePageTitleProvider` (because it will be handled before You can override these settings within your own installation. You can add as many providers as you want. Be aware that if a provider returns a non-empty value, all provider with a lower priority will not be checked. + + +See also +======== +The page title is further influenced by :ref:`t3tsref:setup-config-pagetitle` +and :ref:`sitehandling-basics-websiteTitle`. diff --git a/Documentation/ApiOverview/SiteHandling/Basics.rst b/Documentation/ApiOverview/SiteHandling/Basics.rst index 521fd7feba..b59972d1ed 100644 --- a/Documentation/ApiOverview/SiteHandling/Basics.rst +++ b/Documentation/ApiOverview/SiteHandling/Basics.rst @@ -104,6 +104,8 @@ Root pages are identified by one of these two properties: same root page ID is used multiple times. +.. _sitehandling-basics-websiteTitle: + websiteTitle ------------