Skip to content
Snippets Groups Projects
Commit 6a23b8ea authored by Oliver Hader's avatar Oliver Hader Committed by Oliver Hader
Browse files

[BUGFIX] Use proper syntax for RST code-block

codeblock -> code-block

Resolves: #88790
Releases: master, 9.5
Change-Id: I51f30b30ef7344e1b66bd5ed354d3bfe60074a57
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61309


Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
parent 567dbd81
No related merge requests found
......@@ -44,7 +44,7 @@ However due to the flexibility of custom cObjects, an extension author could jus
the functionality in a custom extension within minutes.
See this example for ext:frontend where the registration resides in :file:`ext_localconf.php`.
.. codeblock:: php
.. code-block:: php
$GLOBALS['TYPO3_CONF_VARS']['FE']['ContentObjects'] = array_merge(
$GLOBALS['TYPO3_CONF_VARS']['FE']['ContentObjects'],
......
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