File tree Expand file tree Collapse file tree 3 files changed +12
-18
lines changed
Expand file tree Collapse file tree 3 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,6 @@ the backend.
6060 Configuration/Index
6161 KnownProblems/Index
6262
63- .. Meta Menu
64-
65- .. toctree ::
66- :hidden:
67-
68- Sitemap
69-
7063----
7164
7265:Extension key:
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Additional information
2828======================
2929
3030The ``enable `` command above writes the following information to
31- :file: `LocalConfiguration.php ` / :file: ` settings.php `:
31+ :file: `config/system/ settings.php `:
3232
3333.. code-block :: php
3434
@@ -37,6 +37,16 @@ The ``enable`` command above writes the following information to
3737 'f' => [
3838 'TYPO3\\CMS\\Fluid\\ViewHelpers',
3939 'TYPO3Fluid\\Fluid\\ViewHelpers',
40- 'FriendsOfTYPO3\\Crowdin\\ViewHelpers\\Override',
40+ 'FriendsOfTYPO3\\Crowdin\\ViewHelpers\\Override\\V14 ',
4141 ],
4242 ];
43+
44+ .. note ::
45+
46+ If you are running TYPO3 v12 or v13, change
47+
48+ ``FriendsOfTYPO3\\Crowdin\\ViewHelpers\\Override\\V14 ``
49+
50+ into:
51+
52+ ``FriendsOfTYPO3\\Crowdin\\ViewHelpers\\Override\\V12 ``
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments