Commit 97dfb405 authored by Jens Giessmann's avatar Jens Giessmann

prevent redirectLoops, set pages->pageUseFallbackPage to false

parent 60140fa0
Pipeline #77965 passed with stages
in 13 minutes and 8 seconds
......@@ -463,7 +463,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