diff --git a/Documentation/Installation.rst b/Documentation/Installation.rst index b6260e5..0bad26c 100644 --- a/Documentation/Installation.rst +++ b/Documentation/Installation.rst @@ -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,