Add hint regarding loading order of extensions

This commit is contained in:
Daniel Siepmann 2020-08-03 10:16:53 +02:00
parent 7346616663
commit 644f5f241d

View file

@ -14,6 +14,9 @@ There is no TypoScript included which needs to be included.
Instead further configuration via :file:`Services.yaml` is necessary.
The extension highly depends on the dependency injection feature introduced with TYPO3 v10.
Ensure you have a dependency from your extension providing configuration via :file:`Services.yaml` to this extension.
Otherwise loading order might be wrong and custom configuration within :file:`Services.yaml` might not work.
Check corresponding sections about :ref:`pageview` and :ref:`recordview`.
The extension should work out of the box,