Skip to content

Commit 22ad3f9

Browse files
[FEATURE] Introduce "Integrations" hub (module) (#767)
* [FEATURE] Introduce "Integrations" hub (module) Holding of on updating screenshots. There is still much in the flow in the backend References: TYPO3-Documentation/Changelog-To-Doc#1390 Releases: main * [TASK] Language checks Releases: main --------- Co-authored-by: Sarah McCarthy <sarahmccarthy123@yahoo.com>
1 parent 3eb5bfb commit 22ad3f9

File tree

1 file changed

+21
-5
lines changed
  • Documentation/Concepts/Backend/SystemModules

1 file changed

+21
-5
lines changed

Documentation/Concepts/Backend/SystemModules/Index.rst

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,25 @@ backend users.
4242
See also TYPO3 Explained,
4343
:ref:`Backend user management <t3coreapi:user-management>`.
4444

45-
.. _system-modules-reactions:
45+
.. _system-modules-integrations:
46+
47+
Integrations backend module hub (optional)
48+
==========================================
49+
50+
.. versionadded:: 14.0
51+
The new :guilabel:`System > Integrations` module has been introduced.
52+
53+
The Integrations module provides a central location for managing all
54+
types of external system integrations in TYPO3.
55+
56+
It is only visible if at least one of its submodules is visible. Submodules
57+
can be provided by optional system extensions (see below) or third party
58+
extensions.
59+
60+
.. _system-modules-reactions:
4661

4762
Reactions (optional)
48-
====================
63+
--------------------
4964

5065
This module is only available if the system extension
5166
:composer:`typo3/cms-reactions` is installed. This extension handles **incoming**
@@ -55,17 +70,18 @@ reaction records.
5570
It has its own manual:
5671
:ref:`TYPO3 Reactions <typo3/cms-reactions:start>`.
5772

58-
.. _system-modules-webhooks :
73+
.. _system-modules-webhooks:
5974

6075
Webhooks (optional)
61-
===================
76+
-------------------
6277

6378
This module is only available if the system extension
6479
:composer:`typo3/cms-webhooks` is installed. This extension handles **outgoing**
6580
webhooks to TYPO3. It also provides a corresponding backend module to manage
6681
webhook records in TYPO3.
6782

68-
Unfortunately this extension is not documented at the time of writing.
83+
It has its own manual:
84+
:ref:`TYPO3 Webhooks <typo3/cms-webhooks:start>`.
6985

7086
.. _system-modules-scheduler:
7187

0 commit comments

Comments
 (0)