From ce947d5b92b6dc200c61201534a6137ae5e58770 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Chris=20M=C3=BCller?= <typo3@krue.ml>
Date: Sat, 18 Mar 2023 09:46:30 +0100
Subject: [PATCH] [DOCS] Add links to more details for PSR-14 events in
 EXT:felogin
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Resolves: #100214
Releases: main, 11.5
Change-Id: Ibf89953203e55e425de533a34a123ab2401fd086
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78167
Reviewed-by: Lina Wolf <112@linawolf.de>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Lina Wolf <112@linawolf.de>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
---
 .../felogin/Documentation/Events/Index.rst      | 17 ++++++++++-------
 typo3/sysext/felogin/Documentation/Settings.cfg |  2 +-
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/typo3/sysext/felogin/Documentation/Events/Index.rst b/typo3/sysext/felogin/Documentation/Events/Index.rst
index 0a5618926e17..7b38d45d111f 100644
--- a/typo3/sysext/felogin/Documentation/Events/Index.rst
+++ b/typo3/sysext/felogin/Documentation/Events/Index.rst
@@ -3,49 +3,52 @@
 .. _psr14events:
 
 =============
-PSR-14 Events
+PSR-14 events
 =============
 
-The following PSR-14 Events are available to extend the extension:
+The following PSR-14 events are available to extend the extension:
 
 BeforeRedirectEvent
 ===================
 
 Notification before a redirect is made.
+:ref:`More details <t3coreapi:BeforeRedirectEvent>`
 
 LoginConfirmedEvent
 ===================
 
 A notification when a log in has successfully arrived at the plugin, via the
-view and the controller, multiple information can be overridden in Event
-Listeners.
+view and the controller, multiple information can be overridden in event
+listeners. :ref:`More details <t3coreapi:LoginConfirmedEvent>`
 
 LoginErrorOccurredEvent
 =======================
 
 A notification if something went wrong while trying to log in a user.
+:ref:`More details <t3coreapi:LoginErrorOccurredEvent>`
 
 LogoutConfirmedEvent
 ====================
 
 A notification when a log out has successfully arrived at the plugin, via
 the view and the controller, multiple information can be overridden in
-Event Listeners.
+event listeners. :ref:`More details <t3coreapi:LogoutConfirmedEvent>`
 
 ModifyLoginFormViewEvent
 ========================
 
 Allows to inject custom variables into the login form.
+:ref:`More details <t3coreapi:ModifyLoginFormViewEvent>`
 
 PasswordChangeEvent
 ===================
 
 Event that contains information about the password which was set,
 and is about to be stored in the database. Allows to mark the password
-as invalid.
+as invalid. :ref:`More details <t3coreapi:PasswordChangeEvent>`
 
 SendRecoveryEmailEvent
 ======================
 
 Event that contains the email to be sent to the user when they request a
-new password.
+new password. :ref:`More details <t3coreapi:SendRecoveryEmailEvent>`
diff --git a/typo3/sysext/felogin/Documentation/Settings.cfg b/typo3/sysext/felogin/Documentation/Settings.cfg
index 2be928979297..142eb4a7f90f 100644
--- a/typo3/sysext/felogin/Documentation/Settings.cfg
+++ b/typo3/sysext/felogin/Documentation/Settings.cfg
@@ -30,7 +30,7 @@ use_opensearch       =
 # h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
 # t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
 # t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
-# t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
 # t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
 # t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
 # t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
-- 
GitLab