From 644f5f241d806c27a16a4f4339efae4ece2f32e5 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 3 Aug 2020 10:16:53 +0200 Subject: [PATCH] Add hint regarding loading order of extensions --- Documentation/Installation.rst | 3 +++ 1 file changed, 3 insertions(+) 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,