From a120fb91eeaecddc475ff475ef0608b757de9d3e Mon Sep 17 00:00:00 2001 From: Stephan Schuler Date: Tue, 21 Nov 2023 17:35:56 +0100 Subject: [PATCH] fix: Don't depend on Neos.Neos package for including routes Related: WIELAND-1723 --- Configuration/Settings.Encryption.Backend.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Configuration/Settings.Encryption.Backend.yaml b/Configuration/Settings.Encryption.Backend.yaml index cebf0f3..02865fb 100644 --- a/Configuration/Settings.Encryption.Backend.yaml +++ b/Configuration/Settings.Encryption.Backend.yaml @@ -4,7 +4,9 @@ Neos: mvc: routes: 'Netlogix.Sentry': - position: before Neos.Neos + + # This package should be evaluated before Neos.Neos, but it doesn't depend on Neos.Neos. + position: start 100 # Use the following configuration snippet when this package is used in conjunction with the neos/neos CMS. # Use something similar when another authentication provider will be used.