Skip to content
Snippets Groups Projects
Commit 27ddc6a0 authored by Nikita Hovratov's avatar Nikita Hovratov Committed by Georg Ringer
Browse files

[DOCS] Fix incorrect code block syntax in some rst files

Resolves: #94909
Releases: master, 10.4, 9.5
Change-Id: I68b5f28f761e5eb096d8580e7c7291b479f144b5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70641


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 77a80078
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ the topic:
translation:
translationFile: path/to/locallang.xlf
.. code-block: typoscript
.. code-block:: typoscript
plugin.tx_form {
settings {
......
......@@ -35,7 +35,7 @@ Services that extend authentication with custom additional factors (2FA/MFA)
are advised to intercept only valid login requests instead of all `authUser`
invocations.
.. code-block: php
.. code-block:: php
class MyAuthenticationService
extends \TYPO3\CMS\Core\Authentication\AbstractAuthenticationService
......
......@@ -42,7 +42,7 @@ New :js:`ModuleStorage` component is capable of providing similar behavior,
corresponding state is written to `sessionStorage` and available for current
client user session (per browser tab).
.. code-block: javascript
.. code-block:: javascript
import {ModuleStateStorage} from '../Storage/ModuleStateStorage';
let identifier: string, selection: string|null, mount: string|null;
......
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