Commit a6796f1c authored by Jens Giessmann's avatar Jens Giessmann

prevent redirectLoops, set pages->pageUseFallbackPage to false

parent 58c19dde
Pipeline #77967 passed with stages
in 8 minutes and 6 seconds
......@@ -468,7 +468,8 @@ return [
],
'pages' => [
'class' => PagesModule::class,
'layout' => $boxLayout
'layout' => $boxLayout,
'pageUseFallbackPage' => false,
],
'prototype' => [
'class' => PrototypeModule::class,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment