From f629b0ab4872d59525c616280011d9426ef76fce Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Sat, 25 Oct 2025 08:53:37 +0200 Subject: [PATCH 1/2] [FEATURE] Introduce "Integrations" hub (module) Holding of on updating screenshots. There is still much in the flow in the backend References: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/1390 Releases: main --- .../Concepts/Backend/SystemModules/Index.rst | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/Documentation/Concepts/Backend/SystemModules/Index.rst b/Documentation/Concepts/Backend/SystemModules/Index.rst index 7d09da65..67cf4868 100644 --- a/Documentation/Concepts/Backend/SystemModules/Index.rst +++ b/Documentation/Concepts/Backend/SystemModules/Index.rst @@ -42,10 +42,25 @@ backend users. See also TYPO3 Explained, :ref:`Backend user management `. -.. _system-modules-reactions: +.. _system-modules-integrations: + +Integrations backend module hub (optional) +========================================== + +.. versionadded:: 14.0 + The new :guilabel:`System > Integrations` module has been introduced. + +The Integrations module provides a centralized location for managing all +types of external system integrations in TYPO3. + +It is only visible if at least one of its submodules is visible. Submodules +can be provided by optional system extensions (see below) or third party +extensions. + +.. _system-modules-reactions: Reactions (optional) -==================== +-------------------- This module is only available if the system extension :composer:`typo3/cms-reactions` is installed. This extension handles **incoming** @@ -55,17 +70,18 @@ reaction records. It has its own manual: :ref:`TYPO3 Reactions `. -.. _system-modules-webhooks : +.. _system-modules-webhooks: Webhooks (optional) -=================== +------------------- This module is only available if the system extension :composer:`typo3/cms-webhooks` is installed. This extension handles **outgoing** webhooks to TYPO3. It also provides a corresponding backend module to manage webhook records in TYPO3. -Unfortunately this extension is not documented at the time of writing. +It has its own manual: +:ref:`TYPO3 Webhooks `. .. _system-modules-scheduler: From 52a7d3c27b89aab0ef5884042f8dbf624a320294 Mon Sep 17 00:00:00 2001 From: Sarah McCarthy Date: Sat, 25 Oct 2025 09:37:18 +0200 Subject: [PATCH 2/2] [TASK] Language checks Releases: main --- Documentation/Concepts/Backend/SystemModules/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Concepts/Backend/SystemModules/Index.rst b/Documentation/Concepts/Backend/SystemModules/Index.rst index 67cf4868..88685a72 100644 --- a/Documentation/Concepts/Backend/SystemModules/Index.rst +++ b/Documentation/Concepts/Backend/SystemModules/Index.rst @@ -50,7 +50,7 @@ Integrations backend module hub (optional) .. versionadded:: 14.0 The new :guilabel:`System > Integrations` module has been introduced. -The Integrations module provides a centralized location for managing all +The Integrations module provides a central location for managing all types of external system integrations in TYPO3. It is only visible if at least one of its submodules is visible. Submodules