Skip to content
Snippets Groups Projects
Commit bf477e60 authored by Chris Müller's avatar Chris Müller Committed by Lina Wolf
Browse files

[DOCS] Fix rendering warning in EXT:redirects

Additionally, convert a paragraph into an attention directive
to be more outstanding.

Resolves: #102037
Related: #101113
Releases: main
Change-Id: Ifcc5b86d844f8043784e5a251977216578a8c908
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81219


Reviewed-by: default avatarLina Wolf <112@linawolf.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarLina Wolf <112@linawolf.de>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent bcd8f38b
Branches
Tags
No related merge requests found
......@@ -296,8 +296,9 @@ In case :ref:`redirects:checkintegrity <redirects-checkintegrity>` was not run
within the last 24 hours an additional informational status will appear in the
report:
""List of conflicting redirects may not be up to date!
Regularly run the console command redirects:checkintegrity."
.. attention::
List of conflicting redirects may not be up to date!
Regularly run the console command `redirects:checkintegrity`.
This can be configured in the extension configuration with these 2 settings:
......@@ -311,20 +312,20 @@ Extension configuration
**Reports**
.. _extconf_showCheckIntegrityInfoInReports:
.. _extconf_showCheckIntegrityInfoInReports:
.. confval:: Show information in reports if checkintegrity was not run.
.. confval:: Show information in reports if checkintegrity was not run.
:Field: showCheckIntegrityInfoInReports
Show informational status in the reports if redirects:checkintegrity was
not run within the last 24 hours, or rather the number of seconds indicated
in the setting
:ref:`showCheckIntegrityInfoInReportsSeconds <extconf-showCheckIntegrityInfoInReportsSeconds>`.
:ref:`showCheckIntegrityInfoInReportsSeconds <extconf_showCheckIntegrityInfoInReportsSeconds>`.
.. _extconf_showCheckIntegrityInfoInReportsSeconds:
.. _extconf_showCheckIntegrityInfoInReportsSeconds:
.. confval:: Number of seconds to consider last checkintegrity report.
.. confval:: Number of seconds to consider last checkintegrity report.
:Field: showCheckIntegrityInfoInReportsSeconds
:Default: 86400 (is 24 hours in seconds)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment