We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ede26 commit 58b0edcCopy full SHA for 58b0edc
1 file changed
Classes/Middleware/TypoScriptRenderingMiddleware.php
@@ -42,6 +42,7 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
42
}
43
$this->ensureRequiredEnvironment();
44
45
+ $frontendController->config['config']['debug'] = 0;
46
$frontendController->config['config']['disableAllHeaderCode'] = 1;
47
$frontendController->pSetup = [
48
'10' => 'TYPOSCRIPT_RENDERING',
0 commit comments