Whoops, looks like something went wrong.

(1/1) TYPO3Fluid\Fluid\Core\ViewHelper\Exception

Undeclared arguments passed to ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Uri\ImageViewHelper: loading. Valid arguments are: src, treatIdAsReference, image, crop, cropVariant, fileExtension, width, height, minWidth, minHeight, maxWidth, maxHeight, absolute

in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractViewHelper.php line 478
     */
    public function validateAdditionalArguments(array $arguments)
    {
        if (!empty($arguments)) {
            throw new Exception(
                sprintf(
                    'Undeclared arguments passed to ViewHelper %s: %s. Valid arguments are: %s',
                    get_class($this),
                    implode(', ', array_keys($arguments)),
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper->validateAdditionalArguments(array('loading' => object(TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\TextNode)))
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 810
            }
        }
        if ($viewHelper instanceof ViewHelperInterface) {
            $this->abortIfRequiredArgumentsAreMissing($argumentDefinitions, $arrayToBuild);
            $viewHelper->validateAdditionalArguments($undeclaredArguments);
        }
        return $arrayToBuild + $undeclaredArguments;
    }

at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->recursiveArrayHandler(object(TYPO3Fluid\Fluid\Core\Parser\ParsingState), 'image: file, maxWidth: 1200, loading:\'lazy\'', object(TYPO3\CMS\Fluid\ViewHelpers\Uri\ImageViewHelper))
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 492
                    throw new UnknownNamespaceException('Unknown Namespace: ' . $singleMatch['NamespaceIdentifier']);
                }
                $viewHelper = $viewHelperResolver->createViewHelperInstance($singleMatch['NamespaceIdentifier'], $singleMatch['MethodIdentifier']);
                if (strlen($singleMatch['ViewHelperArguments']) > 0) {
                    $arguments = $this->recursiveArrayHandler($state, $singleMatch['ViewHelperArguments'], $viewHelper);
                } else {
                    $arguments = [];
                }
                $viewHelperNode = $this->initializeViewHelperAndAddItToStack(
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->objectAccessorHandler(object(TYPO3Fluid\Fluid\Core\Parser\ParsingState), '', '', 'f:uri.image(image: file, maxWidth: 1200, loading:\'lazy\')', '')
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 676
                    $state,
                    $matchedVariables['Object'],
                    $matchedVariables['Delimiter'],
                    (isset($matchedVariables['ViewHelper']) ? $matchedVariables['ViewHelper'] : ''),
                    (isset($matchedVariables['AdditionalViewHelpers']) ? $matchedVariables['AdditionalViewHelpers'] : '')
                );
            } elseif ($context === self::CONTEXT_INSIDE_VIEWHELPER_ARGUMENTS
                && preg_match(Patterns::$SCAN_PATTERN_SHORTHANDSYNTAX_ARRAYS, $section, $matchedVariables) > 0
            ) {
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->textAndShorthandSyntaxHandler(object(TYPO3Fluid\Fluid\Core\Parser\ParsingState), '<div class="parallax-window" data-parallax="scroll" data-image-src="{f:uri.image(image: file, maxWidth: 1200, loading:\'lazy\')}"></div>', 2)
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 315
                )) {
                    continue;
                }
            }
            $this->textAndShorthandSyntaxHandler($state, $templateElement, $context);
        }

        if ($state->countNodeStack() !== 1) {
            throw new Exception(
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->buildObjectTree(array('<div class="parallax-window" data-parallax="scroll" data-image-src="{f:uri.image(image: file, maxWidth: 1200, loading:\'lazy\')}"></div>'), 2)
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 144

            $templateString = $this->preProcessTemplateSource($templateString);

            $splitTemplate = $this->splitTemplateAtDynamicTags($templateString);
            $parsingState = $this->buildObjectTree($splitTemplate, self::CONTEXT_OUTSIDE_VIEWHELPER_ARGUMENTS);
        } catch (Exception $error) {
            throw $this->createParsingRelatedExceptionWithContext($error, $templateIdentifier);
        }
        $this->parsedTemplates[$templateIdentifier] = $parsingState;
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->parse('<div class="parallax-window" data-parallax="scroll" data-image-src="{f:uri.image(image: file, maxWidth: 1200, loading:\'lazy\')}"></div>', 'partial_Media/Rendering/Parallax_adba1a28f40367b0dc4c56f055ff1acb1d943973')
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 212
     */
    protected function parseTemplateSource($templateIdentifier, $templateSourceClosure)
    {
        $parsedTemplate = $this->parse(
            $templateSourceClosure($this, $this->renderingContext->getTemplatePaths()),
            $templateIdentifier
        );
        $parsedTemplate->setIdentifier($templateIdentifier);
        $this->parsedTemplates[$templateIdentifier] = $parsedTemplate;
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->parseTemplateSource('partial_Media/Rendering/Parallax_adba1a28f40367b0dc4c56f055ff1acb1d943973', object(Closure))
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/Core/Parser/TemplateParser.php line 192
            if ($parsedTemplate instanceof UncompilableTemplateInterface) {
                $parsedTemplate = $this->parseTemplateSource($templateIdentifier, $templateSourceClosure);
            }
        } else {
            $parsedTemplate = $this->parseTemplateSource($templateIdentifier, $templateSourceClosure);
            try {
                $compiler->store($templateIdentifier, $parsedTemplate);
            } catch (StopCompilingException $stop) {
                $this->renderingContext->getErrorHandler()->handleCompilerError($stop);
at TYPO3Fluid\Fluid\Core\Parser\TemplateParser->getOrParseAndStoreTemplate('partial_Media/Rendering/Parallax_adba1a28f40367b0dc4c56f055ff1acb1d943973', object(Closure))
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 307
            $parsedPartial = $renderingContext->getTemplateParser()->getOrParseAndStoreTemplate(
                $templatePaths->getPartialIdentifier($partialName),
                function ($parent, TemplatePaths $paths) use ($partialName) {
                    return $paths->getPartialSource($partialName);
                }
            );
        } catch (PassthroughSourceException $error) {
            return $error->getSource();
        } catch (InvalidTemplateResourceException $error) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Media/Rendering/Parallax', null, array('file' => object(TYPO3\CMS\Core\Resource\FileReference), 'settings' => null, 'data' => array('uid' => 410, 'pid' => 84, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1638870956, 'crdate' => 1528110624, 'cruser_id' => 6, 'editlock' => 0, 'hidden' => 0, 'sorting' => 1552, 'CType' => 'textmedia', 'header' => '', 'rowDescription' => '', 'bodytext' => '', 'image' => 0, 'imagewidth' => 0, 'imageorient' => 17, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 7, 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"hidden":null}', 'selected_categories' => null, 'category_field' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 1, 'categories' => 0, 'header_position' => '', 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'filelink_sorting_direction' => '', 'tx_impexp_origuid' => 0, 'tx_container_parent' => 0)), false)
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 171
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Media/Rendering/Parallax', 'delegate' => null, 'renderable' => null, 'arguments' => array('file' => object(TYPO3\CMS\Core\Resource\FileReference), 'settings' => null, 'data' => array('uid' => 410, 'pid' => 84, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1638870956, 'crdate' => 1528110624, 'cruser_id' => 6, 'editlock' => 0, 'hidden' => 0, 'sorting' => 1552, 'CType' => 'textmedia', 'header' => '', 'rowDescription' => '', 'bodytext' => '', 'image' => 0, 'imagewidth' => 0, 'imageorient' => 17, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 7, 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"hidden":null}', 'selected_categories' => null, 'category_field' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 1, 'categories' => 0, 'header_position' => '', 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'filelink_sorting_direction' => '', 'tx_impexp_origuid' => 0, 'tx_container_parent' => 0)), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3temp/var/cache/code/fluid_template/partial_Media_Image_0626be65b060927e7b0de1ce5fa3a075e764c38d.php line 2881
$array9 = array (
);$array6['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array9);
$arguments4['arguments'] = $array6;

$output3 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);

$output3 .= '
 ';
return $output3;
at partial_Media_Image_0626be65b060927e7b0de1ce5fa3a075e764c38d->{closure}()
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 78
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3temp/var/cache/code/fluid_template/partial_Media_Image_0626be65b060927e7b0de1ce5fa3a075e764c38d.php line 5621
 ';
return $output10;
};

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at partial_Media_Image_0626be65b060927e7b0de1ce5fa3a075e764c38d->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 329
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Media/Image', null, array('file' => object(TYPO3\CMS\Core\Resource\FileReference), 'data' => array('uid' => 410, 'pid' => 84, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1638870956, 'crdate' => 1528110624, 'cruser_id' => 6, 'editlock' => 0, 'hidden' => 0, 'sorting' => 1552, 'CType' => 'textmedia', 'header' => '', 'rowDescription' => '', 'bodytext' => '', 'image' => 0, 'imagewidth' => 0, 'imageorient' => 17, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 7, 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"hidden":null}', 'selected_categories' => null, 'category_field' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 1, 'categories' => 0, 'header_position' => '', 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'filelink_sorting_direction' => '', 'tx_impexp_origuid' => 0, 'tx_container_parent' => 0), 'settings' => null), false)
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 171
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Media/Image', 'delegate' => null, 'renderable' => null, 'arguments' => array('file' => object(TYPO3\CMS\Core\Resource\FileReference), 'data' => array('uid' => 410, 'pid' => 84, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1638870956, 'crdate' => 1528110624, 'cruser_id' => 6, 'editlock' => 0, 'hidden' => 0, 'sorting' => 1552, 'CType' => 'textmedia', 'header' => '', 'rowDescription' => '', 'bodytext' => '', 'image' => 0, 'imagewidth' => 0, 'imageorient' => 17, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 7, 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"hidden":null}', 'selected_categories' => null, 'category_field' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 1, 'categories' => 0, 'header_position' => '', 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'filelink_sorting_direction' => '', 'tx_impexp_origuid' => 0, 'tx_container_parent' => 0), 'settings' => null), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3temp/var/cache/code/fluid_template/partial_Media_Type_ca644bf3b94177f2b075e1ae8f7642005b43675e.php line 68
$array12 = array (
);$array9['settings'] = $renderingContext->getVariableProvider()->getByPath('settings', $array12);
$arguments7['arguments'] = $array9;

$output6 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);

$output6 .= '
';
return $output6;
at partial_Media_Type_ca644bf3b94177f2b075e1ae8f7642005b43675e->{closure}()
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 78
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3temp/var/cache/code/fluid_template/partial_Media_Type_ca644bf3b94177f2b075e1ae8f7642005b43675e.php line 94
     $renderingContext
    );
$arguments1['__thenClosure'] = $renderChildrenClosure2;

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at partial_Media_Type_ca644bf3b94177f2b075e1ae8f7642005b43675e->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 329
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Media/Type', null, array('file' => object(TYPO3\CMS\Core\Resource\FileReference), 'data' => array('uid' => 410, 'pid' => 84, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1638870956, 'crdate' => 1528110624, 'cruser_id' => 6, 'editlock' => 0, 'hidden' => 0, 'sorting' => 1552, 'CType' => 'textmedia', 'header' => '', 'rowDescription' => '', 'bodytext' => '', 'image' => 0, 'imagewidth' => 0, 'imageorient' => 17, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 7, 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"hidden":null}', 'selected_categories' => null, 'category_field' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 1, 'categories' => 0, 'header_position' => '', 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'filelink_sorting_direction' => '', 'tx_impexp_origuid' => 0, 'tx_container_parent' => 0), 'settings' => null), false)
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 171
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Media/Type', 'delegate' => null, 'renderable' => null, 'arguments' => array('file' => object(TYPO3\CMS\Core\Resource\FileReference), 'data' => array('uid' => 410, 'pid' => 84, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1638870956, 'crdate' => 1528110624, 'cruser_id' => 6, 'editlock' => 0, 'hidden' => 0, 'sorting' => 1552, 'CType' => 'textmedia', 'header' => '', 'rowDescription' => '', 'bodytext' => '', 'image' => 0, 'imagewidth' => 0, 'imageorient' => 17, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 7, 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"hidden":null}', 'selected_categories' => null, 'category_field' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 1, 'categories' => 0, 'header_position' => '', 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'filelink_sorting_direction' => '', 'tx_impexp_origuid' => 0, 'tx_container_parent' => 0), 'settings' => null), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3temp/var/cache/code/fluid_template/partial_Media_Gallery_86c025be9971ee60f391f8671a1396da0cac0133.php line 4675
$array25 = array (
);$array22['settings'] = $renderingContext->getVariableProvider()->getByPath('settings', $array25);
$arguments20['arguments'] = $array22;

$output19 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments20, $renderChildrenClosure21, $renderingContext);

$output19 .= '
        ';
return $output19;
at partial_Media_Gallery_86c025be9971ee60f391f8671a1396da0cac0133->{closure}()
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 78
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3temp/var/cache/code/fluid_template/partial_Media_Gallery_86c025be9971ee60f391f8671a1396da0cac0133.php line 6100
        ';
return $output26;
};

$output16 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments17, $renderChildrenClosure18, $renderingContext);

$output16 .= '
       
         
at partial_Media_Gallery_86c025be9971ee60f391f8671a1396da0cac0133->{closure}()
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 136
    private static function evaluateElseClosures(array $closures, array $conditionClosures, RenderingContextInterface $renderingContext)
    {
        foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
            if (!isset($conditionClosures[$elseNodeIndex])) {
                return $elseNodeClosure();
            } else {
                if ($conditionClosures[$elseNodeIndex]()) {
                    return $elseNodeClosure();
                }
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::evaluateElseClosures(array(object(Closure)), array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 82
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
        } elseif (array_key_exists('else', $arguments)) {
            return $arguments['else'];
        }
        return '';
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => false, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3temp/var/cache/code/fluid_template/partial_Media_Gallery_86c025be9971ee60f391f8671a1396da0cac0133.php line 6110
      ';
return $output16;
};

$output6 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);

$output6 .= '
       

at partial_Media_Gallery_86c025be9971ee60f391f8671a1396da0cac0133->{closure}()
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 78
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3temp/var/cache/code/fluid_template/partial_Media_Gallery_86c025be9971ee60f391f8671a1396da0cac0133.php line 6137
     $renderingContext
    );
$arguments1['__thenClosure'] = $renderChildrenClosure2;

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '
';

at partial_Media_Gallery_86c025be9971ee60f391f8671a1396da0cac0133->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 329
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Media/Gallery', null, array('data' => array('uid' => 410, 'pid' => 84, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1638870956, 'crdate' => 1528110624, 'cruser_id' => 6, 'editlock' => 0, 'hidden' => 0, 'sorting' => 1552, 'CType' => 'textmedia', 'header' => '', 'rowDescription' => '', 'bodytext' => '', 'image' => 0, 'imagewidth' => 0, 'imageorient' => 17, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 7, 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"hidden":null}', 'selected_categories' => null, 'category_field' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 1, 'categories' => 0, 'header_position' => '', 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'filelink_sorting_direction' => '', 'tx_impexp_origuid' => 0, 'tx_container_parent' => 0), 'current' => null, 'files' => array(object(TYPO3\CMS\Core\Resource\FileReference))), false)
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 171
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Media/Gallery', 'delegate' => null, 'renderable' => null, 'arguments' => array('data' => array('uid' => 410, 'pid' => 84, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1638870956, 'crdate' => 1528110624, 'cruser_id' => 6, 'editlock' => 0, 'hidden' => 0, 'sorting' => 1552, 'CType' => 'textmedia', 'header' => '', 'rowDescription' => '', 'bodytext' => '', 'image' => 0, 'imagewidth' => 0, 'imageorient' => 17, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 7, 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"hidden":null}', 'selected_categories' => null, 'category_field' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 1, 'categories' => 0, 'header_position' => '', 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'filelink_sorting_direction' => '', 'tx_impexp_origuid' => 0, 'tx_container_parent' => 0), 'current' => null, 'files' => array(object(TYPO3\CMS\Core\Resource\FileReference))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3temp/var/cache/code/fluid_template/Standard_action_textmediaAbove_172fe814dfb204a3fea67ebf271a94a05f1d6210.php line 94
$arguments5['debug'] = true;
$arguments5['partial'] = 'Media/Gallery';
$arguments5['arguments'] = $renderingContext->getVariableProvider()->getAll();

$output4 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments5, $renderChildrenClosure6, $renderingContext);

$output4 .= '
    ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\Format\HtmlViewHelper
at Standard_action_textmediaAbove_172fe814dfb204a3fea67ebf271a94a05f1d6210->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 260
                    );
                }
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Main', array(), false)
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 173
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3temp/var/cache/code/fluid_template/layout_Default_html_5d4324cefb83838923eba28f51fb6c64e2b15c32.php line 124
$arguments12['contentAs'] = NULL;
$arguments12['debug'] = true;
$arguments12['section'] = 'Main';

$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments12, $renderChildrenClosure13, $renderingContext);

$output0 .= '
</div>
';
at layout_Default_html_5d4324cefb83838923eba28f51fb6c64e2b15c32->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /usr/www/users/allinz/typo3_src-11.5.3/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 201
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 341
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 106

        $this->view->assignMultiple($variables);

        $this->renderFluidTemplateAssetsIntoPageRenderer();
        $content = $this->renderFluidView();
        $content = $this->applyStandardWrapToRenderedContent($content, $conf);

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextmediaBelow'), 'TEXT', '25.' => array('value' => 'TextmediaRight'), 'TEXT', '26.' => array('value' => 'TextmediaLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextmediaAbove')))), 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 800
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextmediaBelow'), 'TEXT', '25.' => array('value' => 'TextmediaRight'), 'TEXT', '26.' => array('value' => 'TextmediaLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextmediaAbove')))), 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextmediaBelow'), 'TEXT', '25.' => array('value' => 'TextmediaRight'), 'TEXT', '26.' => array('value' => 'TextmediaLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextmediaAbove')))), 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'textmedia')
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 45
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject.' => array('default.' => array('20.' => array('10.' => array()), '30.' => array('cObject.' => array('default' => 'CASE', 'default.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</div>', 'override' => '>|</div>', 'override.' => array('if.' => array('value' => '3', 'equals.' => array(*DEEP NESTED ARRAY*)))), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>')), 'menu' => 'CASE', 'menu.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</nav>', 'override' => '><div class="container">|</div></nav>', 'override.' => array('if.' => array('value' => '3', 'equals.' => array(*DEEP NESTED ARRAY*)))), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>'))))), '1.' => array('20.' => array('10.' => array('value' => 'frame invisible')), 'value' => '<div class="fullblock"><div class="container-fluid"><div class="row xframe"><div class="col-sm-12">|</div></div></div></div>'), '5.' => array('20.' => array('10.' => array('value' => 'frame rulerbefore')), 'value' => '<div class="jumbotron sameheight-box">|</div>'), '6.' => array('20.' => array('10.' => array('value' => 'frame rulerafter')), 'value' => '<div class="nospace-top">|</div>'), '10.' => array('TEXT', '5.' => array('value' => '<div class="row">'), '20.' => array('10.' => array('value' => 'frame col-xs-11 col-xs-push-1')), 'TEXT', '35.' => array('value' => '</div>'), 'value' => '<div class="container mt-md"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '11.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9 col-xs-push-3')), 'value' => '<div class="container mt-lg"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '12.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9')), 'value' => '<div class="unscaled-image">|</div>'), '20.' => array('20.' => array('10.' => array('value' => 'frame well'))), '21.' => array('20.' => array('10.' => array('value' => 'frame jumbotron'))), 'key.' => array('field' => 'layout'), 'TEXT', '0.' => array('value' => '<div class="container"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', 'TEXT', '2.' => array('value' => '<div class="container-fluid greybg"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '3.' => array('value' => '|'), 'TEXT', '4.' => array('value' => '<div class="jumbotron"><div class="container"><div class="row xframe"><div class="col-sm-12">|</div></div></div></div>'), 'TEXT', 'TEXT', 'TEXT', '7.' => array('value' => '|'), 'TEXT', '8.' => array('value' => '<div class="container mt-xs"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '9.' => array('value' => '<div class="container mt-sm"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT'), 'cObject' => 'CASE')), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets'))), '20.' => array('dataWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'COA', 'default.' => array('TEXT', '10.' => array('value' => '<ul'), 'COA', '20.' => array('TEXT', '10.' => array('value' => 'list', 'required' => '1', 'noTrimWrap' => '|| |'), 'stdWrap.' => array('trim' => '1', 'noTrimWrap' => '| class="|"|', 'required' => '1')), 'TEXT', '30.' => array('value' => '>|</ul>')), '< tt_content.bullets.20.dataWrap.cObject.default', '110.' => array('10.' => array('value' => '<ol'), '30.' => array('value' => '>|</ol>')), '< tt_content.bullets.20.dataWrap.cObject.default', '120.' => array('20.' => array('10.' => array('value' => 'list list-unstyled'))), '< tt_content.bullets.20.dataWrap.cObject.default', '130.' => array('20.' => array('10.' => array('value' => 'list list-inline'))))))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('layout.' => array('bootstrappackage.' => array('element' => ' <img src="typo3conf/ext/bootstrap_package/Resources/Public/Images/blank.gif" class="lazyload" ###SOURCECOLLECTION######PARAMS######ALTPARAMS######SELFCLOSINGTAGSLASH###> <noscript> <img src="###SRC###" /> </noscript>', 'source' => 'data-###DATAKEY###="###SRC###"', 'source.' => array('noTrimWrap' => '; ;;', 'noTrimWrap.' => array('splitChar' => ';')))), 'sourceCollection.' => array('src.' => array('dataKey' => 'src'), 'bigger.' => array('width' => '1140', 'dataKey' => 'bigger'), 'large.' => array('width' => '940', 'dataKey' => 'large'), 'medium.' => array('width' => '720', 'dataKey' => 'medium'), 'small.' => array('width' => '320', 'dataKey' => 'small')), 'imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="magnificpopup"')))), 'addClassesCol.' => array('ifEmpty' => '', 'override.' => array('cObject' => 'COA', 'cObject.' => array('CASE', '10.' => array('key.' => array('field' => 'imagecols'), 'default' => 'TEXT', 'default.' => array('value' => 'col-md-12'), 'TEXT', '2.' => array('value' => 'col-md-6'), 'TEXT', '3.' => array('value' => 'col-md-4 col-sm-4 col-xs-4'), 'TEXT', '4.' => array('value' => 'col-md-3 col-sm-3 col-xs-6'), 'TEXT', '6.' => array('value' => 'col-md-2 col-sm-2 col-xs-4'))), 'if.' => array('isGreaterThan.' => array('field' => 'imagecols'), 'value' => '1')), 'override' => ''), 'layout.' => array('default.' => array('value' => '<div class="image-center image-above###CLASSES###">###IMAGES######TEXT###</div>'), '1.' => array('value' => '<div class="image-right image-above###CLASSES###">###IMAGES######TEXT###</div>'), '2.' => array('value' => '<div class="image-left image-below###CLASSES###">###IMAGES######TEXT###</div>'), '8.' => array('value' => '<div class="image-center image-below###CLASSES###">###TEXT######IMAGES###</div>'), '9.' => array('value' => '<div class="image-right image-below###CLASSES###">###TEXT######IMAGES###</div>'), '10.' => array('value' => '<div class="image-left image-below###CLASSES###">###TEXT######IMAGES###</div>'), '17.' => array('value' => '<div class="image-intext-right image-intext###CLASSES###">###IMAGES######TEXT###</div>'), '18.' => array('value' => '<div class="image-intext-left image-intext###CLASSES###">###IMAGES######TEXT###</div>'), '25.' => array('value' => '<div class="image-beside-right image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="image-header-{field:header_layout} image-beside-right image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1')), '26.' => array('value' => '<div class="image-beside-left image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="image-header-{field:header_layout} image-beside-left image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1'))), 'rendering.' => array('singleNoCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="image-wrap"> | </div>', 'dataWrap.' => array('override' => '<div class="image-wrap"> | </div>'), 'innerWrap.' => array('cObject.' => array('0.' => array('value' => '<div class="image-center-outer"><div class="image-center-inner"> | </div></div>'), '8.' => array('value' => '<div class="image-center-outer"><div class="image-center-inner"> | </div></div>')))), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*)))))))), 'noCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="image-wrap"> | </div>', 'dataWrap.' => array('override' => '<div class="image-wrap"> | </div>')), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'rowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="image-column###CLASSES###"> | </div>')), 'singleCaption.' => array('singleStdWrap.' => array('wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'caption.' => array('wrap' => '<caption class="caption###CLASSES###"> | </caption>', 'wrap.' => array('override' => '<figcaption class="caption###CLASSES###"> | </figcaption>'))), 'splitCaption.' => array('singleStdWrap.' => array('wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'caption.' => array('wrap' => '<caption class="caption###CLASSES###"> | </caption>', 'wrap.' => array('override' => '<figcaption class="caption###CLASSES###"> | </figcaption>')), 'rowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="image-column###CLASSES###"> | </div>')), 'globalCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="image-wrap"> | ###CAPTION###</div>', 'dataWrap.' => array('override' => '<figure class="image-wrap"> | ###CAPTION###</figure>')), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<div class="image###CLASSES###">|</div>', 'override' => '<div class="thumbnail###CLASSES###">|</div>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'caption.' => array('wrap' => '<caption class="caption"> | </caption>', 'wrap.' => array('override' => '<figcaption class="caption###CLASSES###"> | </figcaption>')), 'rowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="image-column###CLASSES###"> | </div>'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'angebote_angebote' => 'USER', 'angebote_angebote.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Angebote', 'pluginName' => 'Angebote'), 'dpcookieconsent_pi1' => 'USER', 'dpcookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'USER', 'dpcookieconsent_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'), 'seform_seform' => 'USER', 'seform_seform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seform', 'pluginName' => 'Seform'), 'sepdfviewer_sepdfviewer' => 'USER', 'sepdfviewer_sepdfviewer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Sepdfviewer', 'pluginName' => 'Sepdfviewer'), 'sepopup_sepopup' => 'USER', 'sepopup_sepopup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Sepopup', 'pluginName' => 'Sepopup'), 'slider_slider' => 'USER', 'slider_slider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Slider', 'pluginName' => 'Slider'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic'))), '20.' => array('text.' => array('wrap' => '<div class="text"> | </div>', '10.' => array('10.' => array('stdWrap.' => array('dataWrap' => '|'))), '20.' => array('stdWrap.' => array('outerWrap.' => array('cObject.' => array('100.' => array('stdWrap.' => array())))))))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'container-4col' => 'FLUIDTEMPLATE', 'container-4col.' => array('templateName' => 'Cols4', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenMiddleLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '203.' => array('colPos' => '203', 'as' => 'childrenMiddleRight'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '204.' => array('colPos' => '204', 'as' => 'childrenRight'))), 'container-2col-6-6' => 'FLUIDTEMPLATE', 'container-2col-6-6.' => array('templateName' => 'Cols2_6_6', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), '2cols-container-switch' => 'FLUIDTEMPLATE', '2cols-container-switch.' => array('templateName' => '6-6Switch', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-3col' => 'FLUIDTEMPLATE', 'container-3col.' => array('templateName' => 'Cols3', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenMiddle'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '203.' => array('colPos' => '203', 'as' => 'childrenRight'))), 'container-2col-right-3-9' => 'FLUIDTEMPLATE', 'container-2col-right-3-9.' => array('templateName' => 'Cols2_3_9', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-2col-left-9-3' => 'FLUIDTEMPLATE', 'container-2col-left-9-3.' => array('templateName' => 'Cols2_9_3', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-2col-right-4-8' => 'FLUIDTEMPLATE', 'container-2col-right-4-8.' => array('templateName' => 'Cols2_4_8', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-1col-parallax' => 'FLUIDTEMPLATE', 'container-1col-parallax.' => array('templateName' => 'Parallax', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'parallax'))), 'container-2col-left-8-4' => 'FLUIDTEMPLATE', 'container-2col-left-8-4.' => array('templateName' => 'Cols2_8_4', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-1col-accordion' => 'FLUIDTEMPLATE', 'container-1col-accordion.' => array('templateName' => 'Accordion', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'accordion'))), 'gridelements_pi1.' => array('20.' => array('10.' => array('setup.' => array('2.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-6">|</div>'), '20.' => array('wrap' => '<div class="col-sm-6">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '1.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-3">|</div>'), '20.' => array('wrap' => '<div class="col-sm-3">|</div>'), '30.' => array('wrap' => '<div class="col-sm-3">|</div>'), '40.' => array('wrap' => '<div class="col-sm-3">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '3.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-4">|</div>'), '20.' => array('wrap' => '<div class="col-sm-4">|</div>'), '30.' => array('wrap' => '<div class="col-sm-4">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '4.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-3">|</div>'), '20.' => array('wrap' => '<div class="col-sm-9">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '5.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-9">|</div>'), '20.' => array('wrap' => '<div class="col-sm-3">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '6.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-4">|</div>'), '20.' => array('wrap' => '<div class="col-sm-8">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '7.' => array('stdWrap.' => array('wrap' => '<div class="parallax-inner">|</div>'), 'wrap.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('value' => '<div class="parallax-window" data-parallax="scroll" data-image-src="'), 'FILES', '2.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'media'), 'renderObj' => 'IMG_RESOURCE', 'renderObj.' => array('file.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '3.' => array('value' => '">|</div>'))))), '8.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-8">|</div>'), '20.' => array('wrap' => '<div class="col-sm-4">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '9.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'uploads/tpl/gridelements/accordion.html')))))), 'uploads' => 'FLUIDTEMPLATE', 'uploads.' => array('templateName' => 'Uploads', 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'), 'settings.' => array('preview.' => array('height' => '200', 'width' => '150')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting')))), 'textmedia' => 'FLUIDTEMPLATE', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextmediaBelow'), 'TEXT', '25.' => array('value' => 'TextmediaRight'), 'TEXT', '26.' => array('value' => 'TextmediaLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextmediaAbove')))), 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'header' => 'FLUIDTEMPLATE', 'header.' => array('templateName' => 'Header', 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'))))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 800
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject.' => array('default.' => array('20.' => array('10.' => array()), '30.' => array('cObject.' => array('default' => 'CASE', 'default.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</div>', 'override' => '>|</div>', 'override.' => array('if.' => array('value' => '3', 'equals.' => array(*DEEP NESTED ARRAY*)))), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>')), 'menu' => 'CASE', 'menu.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</nav>', 'override' => '><div class="container">|</div></nav>', 'override.' => array('if.' => array('value' => '3', 'equals.' => array(*DEEP NESTED ARRAY*)))), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>'))))), '1.' => array('20.' => array('10.' => array('value' => 'frame invisible')), 'value' => '<div class="fullblock"><div class="container-fluid"><div class="row xframe"><div class="col-sm-12">|</div></div></div></div>'), '5.' => array('20.' => array('10.' => array('value' => 'frame rulerbefore')), 'value' => '<div class="jumbotron sameheight-box">|</div>'), '6.' => array('20.' => array('10.' => array('value' => 'frame rulerafter')), 'value' => '<div class="nospace-top">|</div>'), '10.' => array('TEXT', '5.' => array('value' => '<div class="row">'), '20.' => array('10.' => array('value' => 'frame col-xs-11 col-xs-push-1')), 'TEXT', '35.' => array('value' => '</div>'), 'value' => '<div class="container mt-md"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '11.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9 col-xs-push-3')), 'value' => '<div class="container mt-lg"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '12.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9')), 'value' => '<div class="unscaled-image">|</div>'), '20.' => array('20.' => array('10.' => array('value' => 'frame well'))), '21.' => array('20.' => array('10.' => array('value' => 'frame jumbotron'))), 'key.' => array('field' => 'layout'), 'TEXT', '0.' => array('value' => '<div class="container"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', 'TEXT', '2.' => array('value' => '<div class="container-fluid greybg"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '3.' => array('value' => '|'), 'TEXT', '4.' => array('value' => '<div class="jumbotron"><div class="container"><div class="row xframe"><div class="col-sm-12">|</div></div></div></div>'), 'TEXT', 'TEXT', 'TEXT', '7.' => array('value' => '|'), 'TEXT', '8.' => array('value' => '<div class="container mt-xs"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '9.' => array('value' => '<div class="container mt-sm"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT'), 'cObject' => 'CASE')), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets'))), '20.' => array('dataWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'COA', 'default.' => array('TEXT', '10.' => array('value' => '<ul'), 'COA', '20.' => array('TEXT', '10.' => array('value' => 'list', 'required' => '1', 'noTrimWrap' => '|| |'), 'stdWrap.' => array('trim' => '1', 'noTrimWrap' => '| class="|"|', 'required' => '1')), 'TEXT', '30.' => array('value' => '>|</ul>')), '< tt_content.bullets.20.dataWrap.cObject.default', '110.' => array('10.' => array('value' => '<ol'), '30.' => array('value' => '>|</ol>')), '< tt_content.bullets.20.dataWrap.cObject.default', '120.' => array('20.' => array('10.' => array('value' => 'list list-unstyled'))), '< tt_content.bullets.20.dataWrap.cObject.default', '130.' => array('20.' => array('10.' => array('value' => 'list list-inline'))))))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('layout.' => array('bootstrappackage.' => array('element' => ' <img src="typo3conf/ext/bootstrap_package/Resources/Public/Images/blank.gif" class="lazyload" ###SOURCECOLLECTION######PARAMS######ALTPARAMS######SELFCLOSINGTAGSLASH###> <noscript> <img src="###SRC###" /> </noscript>', 'source' => 'data-###DATAKEY###="###SRC###"', 'source.' => array('noTrimWrap' => '; ;;', 'noTrimWrap.' => array('splitChar' => ';')))), 'sourceCollection.' => array('src.' => array('dataKey' => 'src'), 'bigger.' => array('width' => '1140', 'dataKey' => 'bigger'), 'large.' => array('width' => '940', 'dataKey' => 'large'), 'medium.' => array('width' => '720', 'dataKey' => 'medium'), 'small.' => array('width' => '320', 'dataKey' => 'small')), 'imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="magnificpopup"')))), 'addClassesCol.' => array('ifEmpty' => '', 'override.' => array('cObject' => 'COA', 'cObject.' => array('CASE', '10.' => array('key.' => array('field' => 'imagecols'), 'default' => 'TEXT', 'default.' => array('value' => 'col-md-12'), 'TEXT', '2.' => array('value' => 'col-md-6'), 'TEXT', '3.' => array('value' => 'col-md-4 col-sm-4 col-xs-4'), 'TEXT', '4.' => array('value' => 'col-md-3 col-sm-3 col-xs-6'), 'TEXT', '6.' => array('value' => 'col-md-2 col-sm-2 col-xs-4'))), 'if.' => array('isGreaterThan.' => array('field' => 'imagecols'), 'value' => '1')), 'override' => ''), 'layout.' => array('default.' => array('value' => '<div class="image-center image-above###CLASSES###">###IMAGES######TEXT###</div>'), '1.' => array('value' => '<div class="image-right image-above###CLASSES###">###IMAGES######TEXT###</div>'), '2.' => array('value' => '<div class="image-left image-below###CLASSES###">###IMAGES######TEXT###</div>'), '8.' => array('value' => '<div class="image-center image-below###CLASSES###">###TEXT######IMAGES###</div>'), '9.' => array('value' => '<div class="image-right image-below###CLASSES###">###TEXT######IMAGES###</div>'), '10.' => array('value' => '<div class="image-left image-below###CLASSES###">###TEXT######IMAGES###</div>'), '17.' => array('value' => '<div class="image-intext-right image-intext###CLASSES###">###IMAGES######TEXT###</div>'), '18.' => array('value' => '<div class="image-intext-left image-intext###CLASSES###">###IMAGES######TEXT###</div>'), '25.' => array('value' => '<div class="image-beside-right image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="image-header-{field:header_layout} image-beside-right image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1')), '26.' => array('value' => '<div class="image-beside-left image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="image-header-{field:header_layout} image-beside-left image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1'))), 'rendering.' => array('singleNoCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="image-wrap"> | </div>', 'dataWrap.' => array('override' => '<div class="image-wrap"> | </div>'), 'innerWrap.' => array('cObject.' => array('0.' => array('value' => '<div class="image-center-outer"><div class="image-center-inner"> | </div></div>'), '8.' => array('value' => '<div class="image-center-outer"><div class="image-center-inner"> | </div></div>')))), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*)))))))), 'noCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="image-wrap"> | </div>', 'dataWrap.' => array('override' => '<div class="image-wrap"> | </div>')), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'rowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="image-column###CLASSES###"> | </div>')), 'singleCaption.' => array('singleStdWrap.' => array('wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'caption.' => array('wrap' => '<caption class="caption###CLASSES###"> | </caption>', 'wrap.' => array('override' => '<figcaption class="caption###CLASSES###"> | </figcaption>'))), 'splitCaption.' => array('singleStdWrap.' => array('wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'caption.' => array('wrap' => '<caption class="caption###CLASSES###"> | </caption>', 'wrap.' => array('override' => '<figcaption class="caption###CLASSES###"> | </figcaption>')), 'rowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="image-column###CLASSES###"> | </div>')), 'globalCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="image-wrap"> | ###CAPTION###</div>', 'dataWrap.' => array('override' => '<figure class="image-wrap"> | ###CAPTION###</figure>')), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<div class="image###CLASSES###">|</div>', 'override' => '<div class="thumbnail###CLASSES###">|</div>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'caption.' => array('wrap' => '<caption class="caption"> | </caption>', 'wrap.' => array('override' => '<figcaption class="caption###CLASSES###"> | </figcaption>')), 'rowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="image-column###CLASSES###"> | </div>'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'angebote_angebote' => 'USER', 'angebote_angebote.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Angebote', 'pluginName' => 'Angebote'), 'dpcookieconsent_pi1' => 'USER', 'dpcookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'USER', 'dpcookieconsent_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'), 'seform_seform' => 'USER', 'seform_seform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seform', 'pluginName' => 'Seform'), 'sepdfviewer_sepdfviewer' => 'USER', 'sepdfviewer_sepdfviewer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Sepdfviewer', 'pluginName' => 'Sepdfviewer'), 'sepopup_sepopup' => 'USER', 'sepopup_sepopup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Sepopup', 'pluginName' => 'Sepopup'), 'slider_slider' => 'USER', 'slider_slider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Slider', 'pluginName' => 'Slider'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic'))), '20.' => array('text.' => array('wrap' => '<div class="text"> | </div>', '10.' => array('10.' => array('stdWrap.' => array('dataWrap' => '|'))), '20.' => array('stdWrap.' => array('outerWrap.' => array('cObject.' => array('100.' => array('stdWrap.' => array())))))))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'container-4col' => 'FLUIDTEMPLATE', 'container-4col.' => array('templateName' => 'Cols4', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenMiddleLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '203.' => array('colPos' => '203', 'as' => 'childrenMiddleRight'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '204.' => array('colPos' => '204', 'as' => 'childrenRight'))), 'container-2col-6-6' => 'FLUIDTEMPLATE', 'container-2col-6-6.' => array('templateName' => 'Cols2_6_6', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), '2cols-container-switch' => 'FLUIDTEMPLATE', '2cols-container-switch.' => array('templateName' => '6-6Switch', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-3col' => 'FLUIDTEMPLATE', 'container-3col.' => array('templateName' => 'Cols3', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenMiddle'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '203.' => array('colPos' => '203', 'as' => 'childrenRight'))), 'container-2col-right-3-9' => 'FLUIDTEMPLATE', 'container-2col-right-3-9.' => array('templateName' => 'Cols2_3_9', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-2col-left-9-3' => 'FLUIDTEMPLATE', 'container-2col-left-9-3.' => array('templateName' => 'Cols2_9_3', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-2col-right-4-8' => 'FLUIDTEMPLATE', 'container-2col-right-4-8.' => array('templateName' => 'Cols2_4_8', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-1col-parallax' => 'FLUIDTEMPLATE', 'container-1col-parallax.' => array('templateName' => 'Parallax', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'parallax'))), 'container-2col-left-8-4' => 'FLUIDTEMPLATE', 'container-2col-left-8-4.' => array('templateName' => 'Cols2_8_4', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-1col-accordion' => 'FLUIDTEMPLATE', 'container-1col-accordion.' => array('templateName' => 'Accordion', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'accordion'))), 'gridelements_pi1.' => array('20.' => array('10.' => array('setup.' => array('2.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-6">|</div>'), '20.' => array('wrap' => '<div class="col-sm-6">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '1.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-3">|</div>'), '20.' => array('wrap' => '<div class="col-sm-3">|</div>'), '30.' => array('wrap' => '<div class="col-sm-3">|</div>'), '40.' => array('wrap' => '<div class="col-sm-3">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '3.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-4">|</div>'), '20.' => array('wrap' => '<div class="col-sm-4">|</div>'), '30.' => array('wrap' => '<div class="col-sm-4">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '4.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-3">|</div>'), '20.' => array('wrap' => '<div class="col-sm-9">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '5.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-9">|</div>'), '20.' => array('wrap' => '<div class="col-sm-3">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '6.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-4">|</div>'), '20.' => array('wrap' => '<div class="col-sm-8">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '7.' => array('stdWrap.' => array('wrap' => '<div class="parallax-inner">|</div>'), 'wrap.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('value' => '<div class="parallax-window" data-parallax="scroll" data-image-src="'), 'FILES', '2.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'media'), 'renderObj' => 'IMG_RESOURCE', 'renderObj.' => array('file.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '3.' => array('value' => '">|</div>'))))), '8.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-8">|</div>'), '20.' => array('wrap' => '<div class="col-sm-4">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '9.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'uploads/tpl/gridelements/accordion.html')))))), 'uploads' => 'FLUIDTEMPLATE', 'uploads.' => array('templateName' => 'Uploads', 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'), 'settings.' => array('preview.' => array('height' => '200', 'width' => '150')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting')))), 'textmedia' => 'FLUIDTEMPLATE', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextmediaBelow'), 'TEXT', '25.' => array('value' => 'TextmediaRight'), 'TEXT', '26.' => array('value' => 'TextmediaLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextmediaAbove')))), 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'header' => 'FLUIDTEMPLATE', 'header.' => array('templateName' => 'Header', 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'))))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject.' => array('default.' => array('20.' => array('10.' => array()), '30.' => array('cObject.' => array('default' => 'CASE', 'default.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</div>', 'override' => '>|</div>', 'override.' => array('if.' => array('value' => '3', 'equals.' => array(*DEEP NESTED ARRAY*)))), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>')), 'menu' => 'CASE', 'menu.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</nav>', 'override' => '><div class="container">|</div></nav>', 'override.' => array('if.' => array('value' => '3', 'equals.' => array(*DEEP NESTED ARRAY*)))), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>'))))), '1.' => array('20.' => array('10.' => array('value' => 'frame invisible')), 'value' => '<div class="fullblock"><div class="container-fluid"><div class="row xframe"><div class="col-sm-12">|</div></div></div></div>'), '5.' => array('20.' => array('10.' => array('value' => 'frame rulerbefore')), 'value' => '<div class="jumbotron sameheight-box">|</div>'), '6.' => array('20.' => array('10.' => array('value' => 'frame rulerafter')), 'value' => '<div class="nospace-top">|</div>'), '10.' => array('TEXT', '5.' => array('value' => '<div class="row">'), '20.' => array('10.' => array('value' => 'frame col-xs-11 col-xs-push-1')), 'TEXT', '35.' => array('value' => '</div>'), 'value' => '<div class="container mt-md"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '11.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9 col-xs-push-3')), 'value' => '<div class="container mt-lg"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '12.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9')), 'value' => '<div class="unscaled-image">|</div>'), '20.' => array('20.' => array('10.' => array('value' => 'frame well'))), '21.' => array('20.' => array('10.' => array('value' => 'frame jumbotron'))), 'key.' => array('field' => 'layout'), 'TEXT', '0.' => array('value' => '<div class="container"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', 'TEXT', '2.' => array('value' => '<div class="container-fluid greybg"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '3.' => array('value' => '|'), 'TEXT', '4.' => array('value' => '<div class="jumbotron"><div class="container"><div class="row xframe"><div class="col-sm-12">|</div></div></div></div>'), 'TEXT', 'TEXT', 'TEXT', '7.' => array('value' => '|'), 'TEXT', '8.' => array('value' => '<div class="container mt-xs"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '9.' => array('value' => '<div class="container mt-sm"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT'), 'cObject' => 'CASE')), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets'))), '20.' => array('dataWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'COA', 'default.' => array('TEXT', '10.' => array('value' => '<ul'), 'COA', '20.' => array('TEXT', '10.' => array('value' => 'list', 'required' => '1', 'noTrimWrap' => '|| |'), 'stdWrap.' => array('trim' => '1', 'noTrimWrap' => '| class="|"|', 'required' => '1')), 'TEXT', '30.' => array('value' => '>|</ul>')), '< tt_content.bullets.20.dataWrap.cObject.default', '110.' => array('10.' => array('value' => '<ol'), '30.' => array('value' => '>|</ol>')), '< tt_content.bullets.20.dataWrap.cObject.default', '120.' => array('20.' => array('10.' => array('value' => 'list list-unstyled'))), '< tt_content.bullets.20.dataWrap.cObject.default', '130.' => array('20.' => array('10.' => array('value' => 'list list-inline'))))))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('layout.' => array('bootstrappackage.' => array('element' => ' <img src="typo3conf/ext/bootstrap_package/Resources/Public/Images/blank.gif" class="lazyload" ###SOURCECOLLECTION######PARAMS######ALTPARAMS######SELFCLOSINGTAGSLASH###> <noscript> <img src="###SRC###" /> </noscript>', 'source' => 'data-###DATAKEY###="###SRC###"', 'source.' => array('noTrimWrap' => '; ;;', 'noTrimWrap.' => array('splitChar' => ';')))), 'sourceCollection.' => array('src.' => array('dataKey' => 'src'), 'bigger.' => array('width' => '1140', 'dataKey' => 'bigger'), 'large.' => array('width' => '940', 'dataKey' => 'large'), 'medium.' => array('width' => '720', 'dataKey' => 'medium'), 'small.' => array('width' => '320', 'dataKey' => 'small')), 'imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="magnificpopup"')))), 'addClassesCol.' => array('ifEmpty' => '', 'override.' => array('cObject' => 'COA', 'cObject.' => array('CASE', '10.' => array('key.' => array('field' => 'imagecols'), 'default' => 'TEXT', 'default.' => array('value' => 'col-md-12'), 'TEXT', '2.' => array('value' => 'col-md-6'), 'TEXT', '3.' => array('value' => 'col-md-4 col-sm-4 col-xs-4'), 'TEXT', '4.' => array('value' => 'col-md-3 col-sm-3 col-xs-6'), 'TEXT', '6.' => array('value' => 'col-md-2 col-sm-2 col-xs-4'))), 'if.' => array('isGreaterThan.' => array('field' => 'imagecols'), 'value' => '1')), 'override' => ''), 'layout.' => array('default.' => array('value' => '<div class="image-center image-above###CLASSES###">###IMAGES######TEXT###</div>'), '1.' => array('value' => '<div class="image-right image-above###CLASSES###">###IMAGES######TEXT###</div>'), '2.' => array('value' => '<div class="image-left image-below###CLASSES###">###IMAGES######TEXT###</div>'), '8.' => array('value' => '<div class="image-center image-below###CLASSES###">###TEXT######IMAGES###</div>'), '9.' => array('value' => '<div class="image-right image-below###CLASSES###">###TEXT######IMAGES###</div>'), '10.' => array('value' => '<div class="image-left image-below###CLASSES###">###TEXT######IMAGES###</div>'), '17.' => array('value' => '<div class="image-intext-right image-intext###CLASSES###">###IMAGES######TEXT###</div>'), '18.' => array('value' => '<div class="image-intext-left image-intext###CLASSES###">###IMAGES######TEXT###</div>'), '25.' => array('value' => '<div class="image-beside-right image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="image-header-{field:header_layout} image-beside-right image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1')), '26.' => array('value' => '<div class="image-beside-left image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="image-header-{field:header_layout} image-beside-left image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1'))), 'rendering.' => array('singleNoCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="image-wrap"> | </div>', 'dataWrap.' => array('override' => '<div class="image-wrap"> | </div>'), 'innerWrap.' => array('cObject.' => array('0.' => array('value' => '<div class="image-center-outer"><div class="image-center-inner"> | </div></div>'), '8.' => array('value' => '<div class="image-center-outer"><div class="image-center-inner"> | </div></div>')))), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*)))))))), 'noCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="image-wrap"> | </div>', 'dataWrap.' => array('override' => '<div class="image-wrap"> | </div>')), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'rowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="image-column###CLASSES###"> | </div>')), 'singleCaption.' => array('singleStdWrap.' => array('wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'caption.' => array('wrap' => '<caption class="caption###CLASSES###"> | </caption>', 'wrap.' => array('override' => '<figcaption class="caption###CLASSES###"> | </figcaption>'))), 'splitCaption.' => array('singleStdWrap.' => array('wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'caption.' => array('wrap' => '<caption class="caption###CLASSES###"> | </caption>', 'wrap.' => array('override' => '<figcaption class="caption###CLASSES###"> | </figcaption>')), 'rowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="image-column###CLASSES###"> | </div>')), 'globalCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="image-wrap"> | ###CAPTION###</div>', 'dataWrap.' => array('override' => '<figure class="image-wrap"> | ###CAPTION###</figure>')), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<div class="image###CLASSES###">|</div>', 'override' => '<div class="thumbnail###CLASSES###">|</div>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'caption.' => array('wrap' => '<caption class="caption"> | </caption>', 'wrap.' => array('override' => '<figcaption class="caption###CLASSES###"> | </figcaption>')), 'rowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="image-column###CLASSES###"> | </div>'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'angebote_angebote' => 'USER', 'angebote_angebote.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Angebote', 'pluginName' => 'Angebote'), 'dpcookieconsent_pi1' => 'USER', 'dpcookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'USER', 'dpcookieconsent_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'), 'seform_seform' => 'USER', 'seform_seform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seform', 'pluginName' => 'Seform'), 'sepdfviewer_sepdfviewer' => 'USER', 'sepdfviewer_sepdfviewer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Sepdfviewer', 'pluginName' => 'Sepdfviewer'), 'sepopup_sepopup' => 'USER', 'sepopup_sepopup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Sepopup', 'pluginName' => 'Sepopup'), 'slider_slider' => 'USER', 'slider_slider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Slider', 'pluginName' => 'Slider'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic'))), '20.' => array('text.' => array('wrap' => '<div class="text"> | </div>', '10.' => array('10.' => array('stdWrap.' => array('dataWrap' => '|'))), '20.' => array('stdWrap.' => array('outerWrap.' => array('cObject.' => array('100.' => array('stdWrap.' => array())))))))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'container-4col' => 'FLUIDTEMPLATE', 'container-4col.' => array('templateName' => 'Cols4', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenMiddleLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '203.' => array('colPos' => '203', 'as' => 'childrenMiddleRight'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '204.' => array('colPos' => '204', 'as' => 'childrenRight'))), 'container-2col-6-6' => 'FLUIDTEMPLATE', 'container-2col-6-6.' => array('templateName' => 'Cols2_6_6', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), '2cols-container-switch' => 'FLUIDTEMPLATE', '2cols-container-switch.' => array('templateName' => '6-6Switch', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-3col' => 'FLUIDTEMPLATE', 'container-3col.' => array('templateName' => 'Cols3', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenMiddle'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '203.' => array('colPos' => '203', 'as' => 'childrenRight'))), 'container-2col-right-3-9' => 'FLUIDTEMPLATE', 'container-2col-right-3-9.' => array('templateName' => 'Cols2_3_9', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-2col-left-9-3' => 'FLUIDTEMPLATE', 'container-2col-left-9-3.' => array('templateName' => 'Cols2_9_3', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-2col-right-4-8' => 'FLUIDTEMPLATE', 'container-2col-right-4-8.' => array('templateName' => 'Cols2_4_8', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-1col-parallax' => 'FLUIDTEMPLATE', 'container-1col-parallax.' => array('templateName' => 'Parallax', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'parallax'))), 'container-2col-left-8-4' => 'FLUIDTEMPLATE', 'container-2col-left-8-4.' => array('templateName' => 'Cols2_8_4', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-1col-accordion' => 'FLUIDTEMPLATE', 'container-1col-accordion.' => array('templateName' => 'Accordion', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'accordion'))), 'gridelements_pi1.' => array('20.' => array('10.' => array('setup.' => array('2.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-6">|</div>'), '20.' => array('wrap' => '<div class="col-sm-6">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '1.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-3">|</div>'), '20.' => array('wrap' => '<div class="col-sm-3">|</div>'), '30.' => array('wrap' => '<div class="col-sm-3">|</div>'), '40.' => array('wrap' => '<div class="col-sm-3">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '3.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-4">|</div>'), '20.' => array('wrap' => '<div class="col-sm-4">|</div>'), '30.' => array('wrap' => '<div class="col-sm-4">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '4.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-3">|</div>'), '20.' => array('wrap' => '<div class="col-sm-9">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '5.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-9">|</div>'), '20.' => array('wrap' => '<div class="col-sm-3">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '6.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-4">|</div>'), '20.' => array('wrap' => '<div class="col-sm-8">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '7.' => array('stdWrap.' => array('wrap' => '<div class="parallax-inner">|</div>'), 'wrap.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('value' => '<div class="parallax-window" data-parallax="scroll" data-image-src="'), 'FILES', '2.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'media'), 'renderObj' => 'IMG_RESOURCE', 'renderObj.' => array('file.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '3.' => array('value' => '">|</div>'))))), '8.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-8">|</div>'), '20.' => array('wrap' => '<div class="col-sm-4">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '9.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'uploads/tpl/gridelements/accordion.html')))))), 'uploads' => 'FLUIDTEMPLATE', 'uploads.' => array('templateName' => 'Uploads', 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'), 'settings.' => array('preview.' => array('height' => '200', 'width' => '150')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting')))), 'textmedia' => 'FLUIDTEMPLATE', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextmediaBelow'), 'TEXT', '25.' => array('value' => 'TextmediaRight'), 'TEXT', '26.' => array('value' => 'TextmediaLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextmediaAbove')))), 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'header' => 'FLUIDTEMPLATE', 'header.' => array('templateName' => 'Header', 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'))), 'tt_content')
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject.' => array('default.' => array('20.' => array('10.' => array()), '30.' => array('cObject.' => array('default' => 'CASE', 'default.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</div>', 'override' => '>|</div>', 'override.' => array('if.' => array('value' => '3', 'equals.' => array(*DEEP NESTED ARRAY*)))), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>')), 'menu' => 'CASE', 'menu.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</nav>', 'override' => '><div class="container">|</div></nav>', 'override.' => array('if.' => array('value' => '3', 'equals.' => array(*DEEP NESTED ARRAY*)))), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>'))))), '1.' => array('20.' => array('10.' => array('value' => 'frame invisible')), 'value' => '<div class="fullblock"><div class="container-fluid"><div class="row xframe"><div class="col-sm-12">|</div></div></div></div>'), '5.' => array('20.' => array('10.' => array('value' => 'frame rulerbefore')), 'value' => '<div class="jumbotron sameheight-box">|</div>'), '6.' => array('20.' => array('10.' => array('value' => 'frame rulerafter')), 'value' => '<div class="nospace-top">|</div>'), '10.' => array('TEXT', '5.' => array('value' => '<div class="row">'), '20.' => array('10.' => array('value' => 'frame col-xs-11 col-xs-push-1')), 'TEXT', '35.' => array('value' => '</div>'), 'value' => '<div class="container mt-md"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '11.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9 col-xs-push-3')), 'value' => '<div class="container mt-lg"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '12.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9')), 'value' => '<div class="unscaled-image">|</div>'), '20.' => array('20.' => array('10.' => array('value' => 'frame well'))), '21.' => array('20.' => array('10.' => array('value' => 'frame jumbotron'))), 'key.' => array('field' => 'layout'), 'TEXT', '0.' => array('value' => '<div class="container"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', 'TEXT', '2.' => array('value' => '<div class="container-fluid greybg"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '3.' => array('value' => '|'), 'TEXT', '4.' => array('value' => '<div class="jumbotron"><div class="container"><div class="row xframe"><div class="col-sm-12">|</div></div></div></div>'), 'TEXT', 'TEXT', 'TEXT', '7.' => array('value' => '|'), 'TEXT', '8.' => array('value' => '<div class="container mt-xs"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT', '9.' => array('value' => '<div class="container mt-sm"><div class="row xframe"><div class="col-sm-12">|</div></div></div>'), 'TEXT'), 'cObject' => 'CASE')), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets'))), '20.' => array('dataWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'COA', 'default.' => array('TEXT', '10.' => array('value' => '<ul'), 'COA', '20.' => array('TEXT', '10.' => array('value' => 'list', 'required' => '1', 'noTrimWrap' => '|| |'), 'stdWrap.' => array('trim' => '1', 'noTrimWrap' => '| class="|"|', 'required' => '1')), 'TEXT', '30.' => array('value' => '>|</ul>')), '< tt_content.bullets.20.dataWrap.cObject.default', '110.' => array('10.' => array('value' => '<ol'), '30.' => array('value' => '>|</ol>')), '< tt_content.bullets.20.dataWrap.cObject.default', '120.' => array('20.' => array('10.' => array('value' => 'list list-unstyled'))), '< tt_content.bullets.20.dataWrap.cObject.default', '130.' => array('20.' => array('10.' => array('value' => 'list list-inline'))))))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('1.' => array('layout.' => array('bootstrappackage.' => array('element' => ' <img src="typo3conf/ext/bootstrap_package/Resources/Public/Images/blank.gif" class="lazyload" ###SOURCECOLLECTION######PARAMS######ALTPARAMS######SELFCLOSINGTAGSLASH###> <noscript> <img src="###SRC###" /> </noscript>', 'source' => 'data-###DATAKEY###="###SRC###"', 'source.' => array('noTrimWrap' => '; ;;', 'noTrimWrap.' => array('splitChar' => ';')))), 'sourceCollection.' => array('src.' => array('dataKey' => 'src'), 'bigger.' => array('width' => '1140', 'dataKey' => 'bigger'), 'large.' => array('width' => '940', 'dataKey' => 'large'), 'medium.' => array('width' => '720', 'dataKey' => 'medium'), 'small.' => array('width' => '320', 'dataKey' => 'small')), 'imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="magnificpopup"')))), 'addClassesCol.' => array('ifEmpty' => '', 'override.' => array('cObject' => 'COA', 'cObject.' => array('CASE', '10.' => array('key.' => array('field' => 'imagecols'), 'default' => 'TEXT', 'default.' => array('value' => 'col-md-12'), 'TEXT', '2.' => array('value' => 'col-md-6'), 'TEXT', '3.' => array('value' => 'col-md-4 col-sm-4 col-xs-4'), 'TEXT', '4.' => array('value' => 'col-md-3 col-sm-3 col-xs-6'), 'TEXT', '6.' => array('value' => 'col-md-2 col-sm-2 col-xs-4'))), 'if.' => array('isGreaterThan.' => array('field' => 'imagecols'), 'value' => '1')), 'override' => ''), 'layout.' => array('default.' => array('value' => '<div class="image-center image-above###CLASSES###">###IMAGES######TEXT###</div>'), '1.' => array('value' => '<div class="image-right image-above###CLASSES###">###IMAGES######TEXT###</div>'), '2.' => array('value' => '<div class="image-left image-below###CLASSES###">###IMAGES######TEXT###</div>'), '8.' => array('value' => '<div class="image-center image-below###CLASSES###">###TEXT######IMAGES###</div>'), '9.' => array('value' => '<div class="image-right image-below###CLASSES###">###TEXT######IMAGES###</div>'), '10.' => array('value' => '<div class="image-left image-below###CLASSES###">###TEXT######IMAGES###</div>'), '17.' => array('value' => '<div class="image-intext-right image-intext###CLASSES###">###IMAGES######TEXT###</div>'), '18.' => array('value' => '<div class="image-intext-left image-intext###CLASSES###">###IMAGES######TEXT###</div>'), '25.' => array('value' => '<div class="image-beside-right image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="image-header-{field:header_layout} image-beside-right image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1')), '26.' => array('value' => '<div class="image-beside-left image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="image-header-{field:header_layout} image-beside-left image-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1'))), 'rendering.' => array('singleNoCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="image-wrap"> | </div>', 'dataWrap.' => array('override' => '<div class="image-wrap"> | </div>'), 'innerWrap.' => array('cObject.' => array('0.' => array('value' => '<div class="image-center-outer"><div class="image-center-inner"> | </div></div>'), '8.' => array('value' => '<div class="image-center-outer"><div class="image-center-inner"> | </div></div>')))), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*)))))))), 'noCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="image-wrap"> | </div>', 'dataWrap.' => array('override' => '<div class="image-wrap"> | </div>')), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'rowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="image-column###CLASSES###"> | </div>')), 'singleCaption.' => array('singleStdWrap.' => array('wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'caption.' => array('wrap' => '<caption class="caption###CLASSES###"> | </caption>', 'wrap.' => array('override' => '<figcaption class="caption###CLASSES###"> | </figcaption>'))), 'splitCaption.' => array('singleStdWrap.' => array('wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'override' => '<figure class="thumbnail###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'caption.' => array('wrap' => '<caption class="caption###CLASSES###"> | </caption>', 'wrap.' => array('override' => '<figcaption class="caption###CLASSES###"> | </figcaption>')), 'rowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="image-column###CLASSES###"> | </div>')), 'globalCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="image-wrap"> | ###CAPTION###</div>', 'dataWrap.' => array('override' => '<figure class="image-wrap"> | ###CAPTION###</figure>')), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '<div class="image###CLASSES###">|</div>', 'override' => '<div class="thumbnail###CLASSES###">|</div>', 'override.' => array('if.' => array(*DEEP NESTED ARRAY*))))))), 'caption.' => array('wrap' => '<caption class="caption"> | </caption>', 'wrap.' => array('override' => '<figcaption class="caption###CLASSES###"> | </figcaption>')), 'rowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="image-row"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="image-column###CLASSES###"> | </div>'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'angebote_angebote' => 'USER', 'angebote_angebote.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Angebote', 'pluginName' => 'Angebote'), 'dpcookieconsent_pi1' => 'USER', 'dpcookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi1'), 'dpcookieconsent_pi2' => 'USER', 'dpcookieconsent_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'DpCookieconsent', 'pluginName' => 'Pi2'), 'seform_seform' => 'USER', 'seform_seform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seform', 'pluginName' => 'Seform'), 'sepdfviewer_sepdfviewer' => 'USER', 'sepdfviewer_sepdfviewer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Sepdfviewer', 'pluginName' => 'Sepdfviewer'), 'sepopup_sepopup' => 'USER', 'sepopup_sepopup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Sepopup', 'pluginName' => 'Sepopup'), 'slider_slider' => 'USER', 'slider_slider.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Slider', 'pluginName' => 'Slider'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut')))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic'))), '20.' => array('text.' => array('wrap' => '<div class="text"> | </div>', '10.' => array('10.' => array('stdWrap.' => array('dataWrap' => '|'))), '20.' => array('stdWrap.' => array('outerWrap.' => array('cObject.' => array('100.' => array('stdWrap.' => array())))))))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'container-4col' => 'FLUIDTEMPLATE', 'container-4col.' => array('templateName' => 'Cols4', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenMiddleLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '203.' => array('colPos' => '203', 'as' => 'childrenMiddleRight'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '204.' => array('colPos' => '204', 'as' => 'childrenRight'))), 'container-2col-6-6' => 'FLUIDTEMPLATE', 'container-2col-6-6.' => array('templateName' => 'Cols2_6_6', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), '2cols-container-switch' => 'FLUIDTEMPLATE', '2cols-container-switch.' => array('templateName' => '6-6Switch', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-3col' => 'FLUIDTEMPLATE', 'container-3col.' => array('templateName' => 'Cols3', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenMiddle'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '203.' => array('colPos' => '203', 'as' => 'childrenRight'))), 'container-2col-right-3-9' => 'FLUIDTEMPLATE', 'container-2col-right-3-9.' => array('templateName' => 'Cols2_3_9', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-2col-left-9-3' => 'FLUIDTEMPLATE', 'container-2col-left-9-3.' => array('templateName' => 'Cols2_9_3', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-2col-right-4-8' => 'FLUIDTEMPLATE', 'container-2col-right-4-8.' => array('templateName' => 'Cols2_4_8', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-1col-parallax' => 'FLUIDTEMPLATE', 'container-1col-parallax.' => array('templateName' => 'Parallax', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'parallax'))), 'container-2col-left-8-4' => 'FLUIDTEMPLATE', 'container-2col-left-8-4.' => array('templateName' => 'Cols2_8_4', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'childrenLeft'), 'B13\\Container\\DataProcessing\\ContainerProcessor', '202.' => array('colPos' => '202', 'as' => 'childrenRight'))), 'container-1col-accordion' => 'FLUIDTEMPLATE', 'container-1col-accordion.' => array('templateName' => 'Accordion', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:secontainer/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', ''), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', '201.' => array('colPos' => '201', 'as' => 'accordion'))), 'gridelements_pi1.' => array('20.' => array('10.' => array('setup.' => array('2.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-6">|</div>'), '20.' => array('wrap' => '<div class="col-sm-6">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '1.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-3">|</div>'), '20.' => array('wrap' => '<div class="col-sm-3">|</div>'), '30.' => array('wrap' => '<div class="col-sm-3">|</div>'), '40.' => array('wrap' => '<div class="col-sm-3">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '3.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-4">|</div>'), '20.' => array('wrap' => '<div class="col-sm-4">|</div>'), '30.' => array('wrap' => '<div class="col-sm-4">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '4.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-3">|</div>'), '20.' => array('wrap' => '<div class="col-sm-9">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '5.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-9">|</div>'), '20.' => array('wrap' => '<div class="col-sm-3">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '6.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-4">|</div>'), '20.' => array('wrap' => '<div class="col-sm-8">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '7.' => array('stdWrap.' => array('wrap' => '<div class="parallax-inner">|</div>'), 'wrap.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '1.' => array('value' => '<div class="parallax-window" data-parallax="scroll" data-image-src="'), 'FILES', '2.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'media'), 'renderObj' => 'IMG_RESOURCE', 'renderObj.' => array('file.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '3.' => array('value' => '">|</div>'))))), '8.' => array('columns.' => array('10.' => array('wrap' => '<div class="col-sm-8">|</div>'), '20.' => array('wrap' => '<div class="col-sm-4">|</div>')), 'wrap' => '<div class="row vspace15"> | </div>'), '9.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'uploads/tpl/gridelements/accordion.html')))))), 'uploads' => 'FLUIDTEMPLATE', 'uploads.' => array('templateName' => 'Uploads', 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'), 'settings.' => array('preview.' => array('height' => '200', 'width' => '150')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting')))), 'textmedia' => 'FLUIDTEMPLATE', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextmediaBelow'), 'TEXT', '25.' => array('value' => 'TextmediaRight'), 'TEXT', '26.' => array('value' => 'TextmediaLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextmediaAbove')))), 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'header' => 'FLUIDTEMPLATE', 'header.' => array('templateName' => 'Header', 'templateRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Partials/ContentElements/'), 'layoutRootPaths.' => array('uploads/tpl/filelinks/', 'uploads/tpl/filelinks/Resources/Private/Layouts/ContentElements/'))), '')
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 98
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $registerField;
                        $this->cObj->lastChanged($row['tstamp']);
                        $cObj->start($row, $conf['table'], $this->request);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0', 'languageField' => 'sys_language_uid')))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 800
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentContentObject), array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0', 'languageField' => 'sys_language_uid')))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0', 'languageField' => 'sys_language_uid')), 'variables.inhalt')
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 305
                continue;
            }
            if (!in_array($variableName, $reservedVariables)) {
                $cObjConf = $variablesToProcess[$variableName . '.'] ?? [];
                $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $cObjConf, 'variables.' . $variableName);
            } else {
                throw new \InvalidArgumentException(
                    'Cannot use reserved name "' . $variableName . '" as variable name in FLUIDTEMPLATE.',
                    1288095720
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->getContentObjectVariables(array('variables.' => array('absoluteurl' => 'TEXT', 'absoluteurl.' => array('data' => 'getIndpEnv:TYPO3_REQUEST_URL'), 'logo' => 'IMAGE', 'logo.' => array('file' => 'uploads/tpl/images/AIH-Logo-Element.svg', 'altText' => 'All In Hotels - Logo', 'titleText' => 'All In Hotels - Logo', 'stdWrap.' => array('typolink.' => array('parameter' => '1', 'ATagParams' => 'target="_self" title="All In Hotels - Logo" class="brand-logo"')), 'wrap' => '| <span class="brand-slogan"> All In Hotels Lutzmannsburg</span>'), 'footerlogo' => 'IMAGE', 'footerlogo.' => array('file' => 'uploads/tpl/images/AIH-Logo-NEG.svg', 'altText' => 'All In Hotels - Logo', 'titleText' => 'All In Hotels - Logo', 'stdWrap.' => array('typolink.' => array('parameter' => '1', 'ATagParams' => 'target="_self" title="All In Hotels" class="f-logo"')), 'wrap' => '|'), 'mainnav' => 'COA', 'mainnav.' => array('HMENU', '10.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'IFSUB' => '1', 'IFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid}">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'CURIFSUB' => '1', 'CURIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'wrap' => '<ul class="mainnav list-unstyled">|</ul>'), 'TMENU', '2.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'wrap' => '<ul class="dropdown-menu">|</ul>', 'itemArrayProcFunc' => 'Produkte\\Produkte\\Hooks\\Produkte->process', 'itemArrayProcFunc.' => array('parentPageId' => '28', 'detailPageId' => '25')))), 'subnav' => 'HMENU', 'subnav.' => array('special' => 'directory', 'special.' => array('value' => '9'), 'wrap' => '', 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li class="first"> |</li> |*| <li>|</li> |*| <li class="last"> |</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array(*DEEP NESTED ARRAY*), 'equals.' => array(*DEEP NESTED ARRAY*)))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>')))), 'ATagTitle.' => array('field' => 'title')), 'wrap' => '<ul class="subnav list-unstyled">|</ul>', 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array(*DEEP NESTED ARRAY*), 'equals.' => array(*DEEP NESTED ARRAY*)))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>')))), 'ATagTitle.' => array('field' => 'title')))), 'mobilenav' => 'COA', 'mobilenav.' => array('HMENU', '10.' => array('entryLevel' => '0', 'wrap' => '<div id="mobilenav"><ul class="list-unstyled">|</ul></div>', 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'IFSUB' => '1', 'IFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid}">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>'), 'CURIFSUB' => '1', 'CURIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>')), 'TMENU', '2.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'wrap' => '<ul class="dropdown-menu"><li><a href="#" class="back-btn" title="zurück"><i class="fa fa-chevron-left"></i> zurück</a></li><li><h3 class="link-title"></h3></li>|</ul>'))), 'sidenav' => 'HMENU', 'sidenav.' => array('entryLevel' => '0', 'TMENU', '1.' => array('wrap' => '|', 'NO' => '1', 'NO.' => array('doNotShowLink' => '1', 'ATagTitle.' => array('field' => 'subtitle // title')), 'ACT' => '1', 'ACT.' => array('allWrap' => '<span class="fs-20 ff-roboto dblock-xs tt-up fc-main mb-xs"><i class="fa fa-chevron-right pr-5"></i>|</span>', 'doNotLinkIt' => '1')), 'TMENU', '2.' => array('NO' => '1', 'NO.' => array('allWrap' => '<li> |</li>', 'ATagTitle.' => array('field' => 'subtitle // title'), 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subtitle // title'), 'wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>', 'stdWrap.' => array('wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'wrap' => '<ul class="ml-xs">|</ul>'), 'TMENU', '3.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('allWrap' => '<li>|</li>', 'ATagTitle.' => array('field' => 'subtitle // title'), 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subtitle // title'), 'wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>'), 'wrap' => '<ul>|</ul>'), 'stdWrap.' => array('wrap' => '<div class="sidenav mt-sm hidden-xs hidden-sm">|</div>', 'required' => '1')), 'footernav' => 'HMENU', 'footernav.' => array('special' => 'directory', 'special.' => array('value' => '22'), 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li class="first">|</li> |*| <li>|</li> |*| <li class="last">|</li>', 'ATagTitle.' => array('field' => 'title')), 'wrap' => '<ul class="list-unstyled"> | </ul>', 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active">|</li> |*| <li class="active">|</li> |*| <li class="last active">|</li>', 'ATagTitle.' => array('field' => 'title')))), 'breadcrumb' => 'COA', 'breadcrumb.' => array('wrap' => '<span class="bread-small">Sie sind hier:</span>|', 'HMENU', '10.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'TMENU', '1.' => array('NO' => '1', 'NO.' => array('doNotLinkIt' => '|*| 0 |*| 1', 'allWrap' => '|*||<span class="divider">/</span>|*||', 'stdWrap.' => array('htmlSpecialChars' => '1'))))), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&copy;&nbsp; | &nbsp;All In Hotels'), 'inhalt' => 'CONTENT', 'inhalt.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0', 'languageField' => 'sys_language_uid')), 'weitereangebote' => 'CONTENT', 'weitereangebote.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 15', 'languageField' => 'sys_language_uid')), 'infotext' => 'CONTENT', 'infotext.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1', 'languageField' => 'sys_language_uid')), 'subcontent' => 'CONTENT', 'subcontent.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 20', 'languageField' => 'sys_language_uid')), 'angebote' => 'CONTENT', 'angebote.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2', 'languageField' => 'sys_language_uid')), 'hotels' => 'CONTENT', 'hotels.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3', 'languageField' => 'sys_language_uid')), 'parallax' => 'CONTENT', 'parallax.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4', 'languageField' => 'sys_language_uid')), 'newsletter' => 'RECORDS', 'newsletter.' => array('tables' => 'tt_content', 'source' => '652', 'orderBy' => 'sorting', 'languageField' => 'sys_language_uid'), 'banner' => 'CONTENT', 'banner.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 10'), 'stdWrap.' => array('required' => '1', 'wrap' => '<div class="banner"> | </div>')), 'contact' => 'RECORDS', 'contact.' => array('tables' => 'tt_content', 'source' => '2', 'orderBy' => 'sorting', 'languageField' => 'sys_language_uid')), 'format' => 'html', 'file' => 'uploads/tpl/templates/layouts/baselayout.html', 'partialRootPath' => 'uploads/tpl/templates/partials/', 'layoutRootPath' => 'uploads/tpl/templates/layouts/', 'settings.' => array('baseurl' => 'https://www.allinhotels.at/', 'lightboxW' => '1200', 'lightboxH' => '800', 'teaserboxW' => '800c', 'teaserboxH' => '600c', 'imgWbigger' => '1140c', 'imgWlarge' => '940c', 'imgWmedium' => '720c', 'imgWsmall' => '320c', 'imgHbigger' => '760c', 'imgHlarge' => '627c', 'imgHmedium' => '480c', 'imgHsmall' => '214c', 'pidHotelsDetail' => '20', 'pidAngebotDetail' => '21', 'pidBuchungsAnfrage' => '33', 'pidAllAngebote' => '7', 'pidSearch' => '37', 'showVierJahreszeiten' => '1', 'firmenname' => 'All In Hotels', 'telmobile' => '0043261520203', 'tel' => '+43 2615 202 03', 'telmobilekurz' => '0043261581244', 'telkurz' => '+43 2615 81244', 'footerslogan' => 'Besuche unsere<br class="hidden-xs" /> Facebookseite', 'pidonlinebooking' => 'https://onepagebooking.com/multiproperty/B91545ED-983D-4FE8-9B49-D55669C4BF77?ratetype=bar&adults=1', 'pidsubnav' => '9'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'uploads/tpl/templates/standard.html'), 'TEXT', '1.' => array('value' => 'uploads/tpl/templates/startseite.html'), 'TEXT', '2.' => array('value' => 'uploads/tpl/templates/standard.html'), 'TEXT', '3.' => array('value' => 'uploads/tpl/templates/detail.html'), 'TEXT', '4.' => array('value' => 'uploads/tpl/templates/standardsub.html'), 'TEXT', '5.' => array('value' => 'uploads/tpl/templates/kontakt.html'))))))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 100
        $this->setLayoutRootPath($conf);
        $this->setPartialRootPath($conf);
        $this->setExtbaseVariables($conf);
        $this->assignSettings($conf);
        $variables = $this->getContentObjectVariables($conf);
        $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);

        $this->view->assignMultiple($variables);

at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('variables.' => array('absoluteurl' => 'TEXT', 'absoluteurl.' => array('data' => 'getIndpEnv:TYPO3_REQUEST_URL'), 'logo' => 'IMAGE', 'logo.' => array('file' => 'uploads/tpl/images/AIH-Logo-Element.svg', 'altText' => 'All In Hotels - Logo', 'titleText' => 'All In Hotels - Logo', 'stdWrap.' => array('typolink.' => array('parameter' => '1', 'ATagParams' => 'target="_self" title="All In Hotels - Logo" class="brand-logo"')), 'wrap' => '| <span class="brand-slogan"> All In Hotels Lutzmannsburg</span>'), 'footerlogo' => 'IMAGE', 'footerlogo.' => array('file' => 'uploads/tpl/images/AIH-Logo-NEG.svg', 'altText' => 'All In Hotels - Logo', 'titleText' => 'All In Hotels - Logo', 'stdWrap.' => array('typolink.' => array('parameter' => '1', 'ATagParams' => 'target="_self" title="All In Hotels" class="f-logo"')), 'wrap' => '|'), 'mainnav' => 'COA', 'mainnav.' => array('HMENU', '10.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'IFSUB' => '1', 'IFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid}">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'CURIFSUB' => '1', 'CURIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'wrap' => '<ul class="mainnav list-unstyled">|</ul>'), 'TMENU', '2.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'wrap' => '<ul class="dropdown-menu">|</ul>', 'itemArrayProcFunc' => 'Produkte\\Produkte\\Hooks\\Produkte->process', 'itemArrayProcFunc.' => array('parentPageId' => '28', 'detailPageId' => '25')))), 'subnav' => 'HMENU', 'subnav.' => array('special' => 'directory', 'special.' => array('value' => '9'), 'wrap' => '', 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li class="first"> |</li> |*| <li>|</li> |*| <li class="last"> |</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array(*DEEP NESTED ARRAY*), 'equals.' => array(*DEEP NESTED ARRAY*)))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>')))), 'ATagTitle.' => array('field' => 'title')), 'wrap' => '<ul class="subnav list-unstyled">|</ul>', 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array(*DEEP NESTED ARRAY*), 'equals.' => array(*DEEP NESTED ARRAY*)))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>')))), 'ATagTitle.' => array('field' => 'title')))), 'mobilenav' => 'COA', 'mobilenav.' => array('HMENU', '10.' => array('entryLevel' => '0', 'wrap' => '<div id="mobilenav"><ul class="list-unstyled">|</ul></div>', 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'IFSUB' => '1', 'IFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid}">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>'), 'CURIFSUB' => '1', 'CURIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>')), 'TMENU', '2.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'wrap' => '<ul class="dropdown-menu"><li><a href="#" class="back-btn" title="zurück"><i class="fa fa-chevron-left"></i> zurück</a></li><li><h3 class="link-title"></h3></li>|</ul>'))), 'sidenav' => 'HMENU', 'sidenav.' => array('entryLevel' => '0', 'TMENU', '1.' => array('wrap' => '|', 'NO' => '1', 'NO.' => array('doNotShowLink' => '1', 'ATagTitle.' => array('field' => 'subtitle // title')), 'ACT' => '1', 'ACT.' => array('allWrap' => '<span class="fs-20 ff-roboto dblock-xs tt-up fc-main mb-xs"><i class="fa fa-chevron-right pr-5"></i>|</span>', 'doNotLinkIt' => '1')), 'TMENU', '2.' => array('NO' => '1', 'NO.' => array('allWrap' => '<li> |</li>', 'ATagTitle.' => array('field' => 'subtitle // title'), 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subtitle // title'), 'wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>', 'stdWrap.' => array('wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'wrap' => '<ul class="ml-xs">|</ul>'), 'TMENU', '3.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('allWrap' => '<li>|</li>', 'ATagTitle.' => array('field' => 'subtitle // title'), 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subtitle // title'), 'wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>'), 'wrap' => '<ul>|</ul>'), 'stdWrap.' => array('wrap' => '<div class="sidenav mt-sm hidden-xs hidden-sm">|</div>', 'required' => '1')), 'footernav' => 'HMENU', 'footernav.' => array('special' => 'directory', 'special.' => array('value' => '22'), 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li class="first">|</li> |*| <li>|</li> |*| <li class="last">|</li>', 'ATagTitle.' => array('field' => 'title')), 'wrap' => '<ul class="list-unstyled"> | </ul>', 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active">|</li> |*| <li class="active">|</li> |*| <li class="last active">|</li>', 'ATagTitle.' => array('field' => 'title')))), 'breadcrumb' => 'COA', 'breadcrumb.' => array('wrap' => '<span class="bread-small">Sie sind hier:</span>|', 'HMENU', '10.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'TMENU', '1.' => array('NO' => '1', 'NO.' => array('doNotLinkIt' => '|*| 0 |*| 1', 'allWrap' => '|*||<span class="divider">/</span>|*||', 'stdWrap.' => array('htmlSpecialChars' => '1'))))), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&copy;&nbsp; | &nbsp;All In Hotels'), 'inhalt' => 'CONTENT', 'inhalt.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0', 'languageField' => 'sys_language_uid')), 'weitereangebote' => 'CONTENT', 'weitereangebote.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 15', 'languageField' => 'sys_language_uid')), 'infotext' => 'CONTENT', 'infotext.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1', 'languageField' => 'sys_language_uid')), 'subcontent' => 'CONTENT', 'subcontent.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 20', 'languageField' => 'sys_language_uid')), 'angebote' => 'CONTENT', 'angebote.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2', 'languageField' => 'sys_language_uid')), 'hotels' => 'CONTENT', 'hotels.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3', 'languageField' => 'sys_language_uid')), 'parallax' => 'CONTENT', 'parallax.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4', 'languageField' => 'sys_language_uid')), 'newsletter' => 'RECORDS', 'newsletter.' => array('tables' => 'tt_content', 'source' => '652', 'orderBy' => 'sorting', 'languageField' => 'sys_language_uid'), 'banner' => 'CONTENT', 'banner.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 10'), 'stdWrap.' => array('required' => '1', 'wrap' => '<div class="banner"> | </div>')), 'contact' => 'RECORDS', 'contact.' => array('tables' => 'tt_content', 'source' => '2', 'orderBy' => 'sorting', 'languageField' => 'sys_language_uid')), 'format' => 'html', 'file' => 'uploads/tpl/templates/layouts/baselayout.html', 'partialRootPath' => 'uploads/tpl/templates/partials/', 'layoutRootPath' => 'uploads/tpl/templates/layouts/', 'settings.' => array('baseurl' => 'https://www.allinhotels.at/', 'lightboxW' => '1200', 'lightboxH' => '800', 'teaserboxW' => '800c', 'teaserboxH' => '600c', 'imgWbigger' => '1140c', 'imgWlarge' => '940c', 'imgWmedium' => '720c', 'imgWsmall' => '320c', 'imgHbigger' => '760c', 'imgHlarge' => '627c', 'imgHmedium' => '480c', 'imgHsmall' => '214c', 'pidHotelsDetail' => '20', 'pidAngebotDetail' => '21', 'pidBuchungsAnfrage' => '33', 'pidAllAngebote' => '7', 'pidSearch' => '37', 'showVierJahreszeiten' => '1', 'firmenname' => 'All In Hotels', 'telmobile' => '0043261520203', 'tel' => '+43 2615 202 03', 'telmobilekurz' => '0043261581244', 'telkurz' => '+43 2615 81244', 'footerslogan' => 'Besuche unsere<br class="hidden-xs" /> Facebookseite', 'pidonlinebooking' => 'https://onepagebooking.com/multiproperty/B91545ED-983D-4FE8-9B49-D55669C4BF77?ratetype=bar&adults=1', 'pidsubnav' => '9'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'uploads/tpl/templates/standard.html'), 'TEXT', '1.' => array('value' => 'uploads/tpl/templates/startseite.html'), 'TEXT', '2.' => array('value' => 'uploads/tpl/templates/standard.html'), 'TEXT', '3.' => array('value' => 'uploads/tpl/templates/detail.html'), 'TEXT', '4.' => array('value' => 'uploads/tpl/templates/standardsub.html'), 'TEXT', '5.' => array('value' => 'uploads/tpl/templates/kontakt.html'))))))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 800
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('variables.' => array('absoluteurl' => 'TEXT', 'absoluteurl.' => array('data' => 'getIndpEnv:TYPO3_REQUEST_URL'), 'logo' => 'IMAGE', 'logo.' => array('file' => 'uploads/tpl/images/AIH-Logo-Element.svg', 'altText' => 'All In Hotels - Logo', 'titleText' => 'All In Hotels - Logo', 'stdWrap.' => array('typolink.' => array('parameter' => '1', 'ATagParams' => 'target="_self" title="All In Hotels - Logo" class="brand-logo"')), 'wrap' => '| <span class="brand-slogan"> All In Hotels Lutzmannsburg</span>'), 'footerlogo' => 'IMAGE', 'footerlogo.' => array('file' => 'uploads/tpl/images/AIH-Logo-NEG.svg', 'altText' => 'All In Hotels - Logo', 'titleText' => 'All In Hotels - Logo', 'stdWrap.' => array('typolink.' => array('parameter' => '1', 'ATagParams' => 'target="_self" title="All In Hotels" class="f-logo"')), 'wrap' => '|'), 'mainnav' => 'COA', 'mainnav.' => array('HMENU', '10.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'IFSUB' => '1', 'IFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid}">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'CURIFSUB' => '1', 'CURIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'wrap' => '<ul class="mainnav list-unstyled">|</ul>'), 'TMENU', '2.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'wrap' => '<ul class="dropdown-menu">|</ul>', 'itemArrayProcFunc' => 'Produkte\\Produkte\\Hooks\\Produkte->process', 'itemArrayProcFunc.' => array('parentPageId' => '28', 'detailPageId' => '25')))), 'subnav' => 'HMENU', 'subnav.' => array('special' => 'directory', 'special.' => array('value' => '9'), 'wrap' => '', 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li class="first"> |</li> |*| <li>|</li> |*| <li class="last"> |</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array(*DEEP NESTED ARRAY*), 'equals.' => array(*DEEP NESTED ARRAY*)))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>')))), 'ATagTitle.' => array('field' => 'title')), 'wrap' => '<ul class="subnav list-unstyled">|</ul>', 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array(*DEEP NESTED ARRAY*), 'equals.' => array(*DEEP NESTED ARRAY*)))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>')))), 'ATagTitle.' => array('field' => 'title')))), 'mobilenav' => 'COA', 'mobilenav.' => array('HMENU', '10.' => array('entryLevel' => '0', 'wrap' => '<div id="mobilenav"><ul class="list-unstyled">|</ul></div>', 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'IFSUB' => '1', 'IFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid}">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>'), 'CURIFSUB' => '1', 'CURIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>')), 'TMENU', '2.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'wrap' => '<ul class="dropdown-menu"><li><a href="#" class="back-btn" title="zurück"><i class="fa fa-chevron-left"></i> zurück</a></li><li><h3 class="link-title"></h3></li>|</ul>'))), 'sidenav' => 'HMENU', 'sidenav.' => array('entryLevel' => '0', 'TMENU', '1.' => array('wrap' => '|', 'NO' => '1', 'NO.' => array('doNotShowLink' => '1', 'ATagTitle.' => array('field' => 'subtitle // title')), 'ACT' => '1', 'ACT.' => array('allWrap' => '<span class="fs-20 ff-roboto dblock-xs tt-up fc-main mb-xs"><i class="fa fa-chevron-right pr-5"></i>|</span>', 'doNotLinkIt' => '1')), 'TMENU', '2.' => array('NO' => '1', 'NO.' => array('allWrap' => '<li> |</li>', 'ATagTitle.' => array('field' => 'subtitle // title'), 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subtitle // title'), 'wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>', 'stdWrap.' => array('wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'wrap' => '<ul class="ml-xs">|</ul>'), 'TMENU', '3.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('allWrap' => '<li>|</li>', 'ATagTitle.' => array('field' => 'subtitle // title'), 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subtitle // title'), 'wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>'), 'wrap' => '<ul>|</ul>'), 'stdWrap.' => array('wrap' => '<div class="sidenav mt-sm hidden-xs hidden-sm">|</div>', 'required' => '1')), 'footernav' => 'HMENU', 'footernav.' => array('special' => 'directory', 'special.' => array('value' => '22'), 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li class="first">|</li> |*| <li>|</li> |*| <li class="last">|</li>', 'ATagTitle.' => array('field' => 'title')), 'wrap' => '<ul class="list-unstyled"> | </ul>', 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active">|</li> |*| <li class="active">|</li> |*| <li class="last active">|</li>', 'ATagTitle.' => array('field' => 'title')))), 'breadcrumb' => 'COA', 'breadcrumb.' => array('wrap' => '<span class="bread-small">Sie sind hier:</span>|', 'HMENU', '10.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'TMENU', '1.' => array('NO' => '1', 'NO.' => array('doNotLinkIt' => '|*| 0 |*| 1', 'allWrap' => '|*||<span class="divider">/</span>|*||', 'stdWrap.' => array('htmlSpecialChars' => '1'))))), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&copy;&nbsp; | &nbsp;All In Hotels'), 'inhalt' => 'CONTENT', 'inhalt.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0', 'languageField' => 'sys_language_uid')), 'weitereangebote' => 'CONTENT', 'weitereangebote.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 15', 'languageField' => 'sys_language_uid')), 'infotext' => 'CONTENT', 'infotext.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1', 'languageField' => 'sys_language_uid')), 'subcontent' => 'CONTENT', 'subcontent.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 20', 'languageField' => 'sys_language_uid')), 'angebote' => 'CONTENT', 'angebote.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2', 'languageField' => 'sys_language_uid')), 'hotels' => 'CONTENT', 'hotels.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3', 'languageField' => 'sys_language_uid')), 'parallax' => 'CONTENT', 'parallax.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4', 'languageField' => 'sys_language_uid')), 'newsletter' => 'RECORDS', 'newsletter.' => array('tables' => 'tt_content', 'source' => '652', 'orderBy' => 'sorting', 'languageField' => 'sys_language_uid'), 'banner' => 'CONTENT', 'banner.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 10'), 'stdWrap.' => array('required' => '1', 'wrap' => '<div class="banner"> | </div>')), 'contact' => 'RECORDS', 'contact.' => array('tables' => 'tt_content', 'source' => '2', 'orderBy' => 'sorting', 'languageField' => 'sys_language_uid')), 'format' => 'html', 'file' => 'uploads/tpl/templates/layouts/baselayout.html', 'partialRootPath' => 'uploads/tpl/templates/partials/', 'layoutRootPath' => 'uploads/tpl/templates/layouts/', 'settings.' => array('baseurl' => 'https://www.allinhotels.at/', 'lightboxW' => '1200', 'lightboxH' => '800', 'teaserboxW' => '800c', 'teaserboxH' => '600c', 'imgWbigger' => '1140c', 'imgWlarge' => '940c', 'imgWmedium' => '720c', 'imgWsmall' => '320c', 'imgHbigger' => '760c', 'imgHlarge' => '627c', 'imgHmedium' => '480c', 'imgHsmall' => '214c', 'pidHotelsDetail' => '20', 'pidAngebotDetail' => '21', 'pidBuchungsAnfrage' => '33', 'pidAllAngebote' => '7', 'pidSearch' => '37', 'showVierJahreszeiten' => '1', 'firmenname' => 'All In Hotels', 'telmobile' => '0043261520203', 'tel' => '+43 2615 202 03', 'telmobilekurz' => '0043261581244', 'telkurz' => '+43 2615 81244', 'footerslogan' => 'Besuche unsere<br class="hidden-xs" /> Facebookseite', 'pidonlinebooking' => 'https://onepagebooking.com/multiproperty/B91545ED-983D-4FE8-9B49-D55669C4BF77?ratetype=bar&adults=1', 'pidsubnav' => '9'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'uploads/tpl/templates/standard.html'), 'TEXT', '1.' => array('value' => 'uploads/tpl/templates/startseite.html'), 'TEXT', '2.' => array('value' => 'uploads/tpl/templates/standard.html'), 'TEXT', '3.' => array('value' => 'uploads/tpl/templates/detail.html'), 'TEXT', '4.' => array('value' => 'uploads/tpl/templates/standardsub.html'), 'TEXT', '5.' => array('value' => 'uploads/tpl/templates/kontakt.html'))))))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 736
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('variables.' => array('absoluteurl' => 'TEXT', 'absoluteurl.' => array('data' => 'getIndpEnv:TYPO3_REQUEST_URL'), 'logo' => 'IMAGE', 'logo.' => array('file' => 'uploads/tpl/images/AIH-Logo-Element.svg', 'altText' => 'All In Hotels - Logo', 'titleText' => 'All In Hotels - Logo', 'stdWrap.' => array('typolink.' => array('parameter' => '1', 'ATagParams' => 'target="_self" title="All In Hotels - Logo" class="brand-logo"')), 'wrap' => '| <span class="brand-slogan"> All In Hotels Lutzmannsburg</span>'), 'footerlogo' => 'IMAGE', 'footerlogo.' => array('file' => 'uploads/tpl/images/AIH-Logo-NEG.svg', 'altText' => 'All In Hotels - Logo', 'titleText' => 'All In Hotels - Logo', 'stdWrap.' => array('typolink.' => array('parameter' => '1', 'ATagParams' => 'target="_self" title="All In Hotels" class="f-logo"')), 'wrap' => '|'), 'mainnav' => 'COA', 'mainnav.' => array('HMENU', '10.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'IFSUB' => '1', 'IFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid}">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'CURIFSUB' => '1', 'CURIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'wrap' => '<ul class="mainnav list-unstyled">|</ul>'), 'TMENU', '2.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'wrap' => '<ul class="dropdown-menu">|</ul>', 'itemArrayProcFunc' => 'Produkte\\Produkte\\Hooks\\Produkte->process', 'itemArrayProcFunc.' => array('parentPageId' => '28', 'detailPageId' => '25')))), 'subnav' => 'HMENU', 'subnav.' => array('special' => 'directory', 'special.' => array('value' => '9'), 'wrap' => '', 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li class="first"> |</li> |*| <li>|</li> |*| <li class="last"> |</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array(*DEEP NESTED ARRAY*), 'equals.' => array(*DEEP NESTED ARRAY*)))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>')))), 'ATagTitle.' => array('field' => 'title')), 'wrap' => '<ul class="subnav list-unstyled">|</ul>', 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array('value.' => array(*DEEP NESTED ARRAY*), 'equals.' => array(*DEEP NESTED ARRAY*)))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>')))), 'ATagTitle.' => array('field' => 'title')))), 'mobilenav' => 'COA', 'mobilenav.' => array('HMENU', '10.' => array('entryLevel' => '0', 'wrap' => '<div id="mobilenav"><ul class="list-unstyled">|</ul></div>', 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'IFSUB' => '1', 'IFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid}">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>'), 'CURIFSUB' => '1', 'CURIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>')), 'TMENU', '2.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'wrap' => '<ul class="dropdown-menu"><li><a href="#" class="back-btn" title="zurück"><i class="fa fa-chevron-left"></i> zurück</a></li><li><h3 class="link-title"></h3></li>|</ul>'))), 'sidenav' => 'HMENU', 'sidenav.' => array('entryLevel' => '0', 'TMENU', '1.' => array('wrap' => '|', 'NO' => '1', 'NO.' => array('doNotShowLink' => '1', 'ATagTitle.' => array('field' => 'subtitle // title')), 'ACT' => '1', 'ACT.' => array('allWrap' => '<span class="fs-20 ff-roboto dblock-xs tt-up fc-main mb-xs"><i class="fa fa-chevron-right pr-5"></i>|</span>', 'doNotLinkIt' => '1')), 'TMENU', '2.' => array('NO' => '1', 'NO.' => array('allWrap' => '<li> |</li>', 'ATagTitle.' => array('field' => 'subtitle // title'), 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subtitle // title'), 'wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>', 'stdWrap.' => array('wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'wrap' => '<ul class="ml-xs">|</ul>'), 'TMENU', '3.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('allWrap' => '<li>|</li>', 'ATagTitle.' => array('field' => 'subtitle // title'), 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subtitle // title'), 'wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>'), 'wrap' => '<ul>|</ul>'), 'stdWrap.' => array('wrap' => '<div class="sidenav mt-sm hidden-xs hidden-sm">|</div>', 'required' => '1')), 'footernav' => 'HMENU', 'footernav.' => array('special' => 'directory', 'special.' => array('value' => '22'), 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li class="first">|</li> |*| <li>|</li> |*| <li class="last">|</li>', 'ATagTitle.' => array('field' => 'title')), 'wrap' => '<ul class="list-unstyled"> | </ul>', 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active">|</li> |*| <li class="active">|</li> |*| <li class="last active">|</li>', 'ATagTitle.' => array('field' => 'title')))), 'breadcrumb' => 'COA', 'breadcrumb.' => array('wrap' => '<span class="bread-small">Sie sind hier:</span>|', 'HMENU', '10.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'TMENU', '1.' => array('NO' => '1', 'NO.' => array('doNotLinkIt' => '|*| 0 |*| 1', 'allWrap' => '|*||<span class="divider">/</span>|*||', 'stdWrap.' => array('htmlSpecialChars' => '1'))))), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&copy;&nbsp; | &nbsp;All In Hotels'), 'inhalt' => 'CONTENT', 'inhalt.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0', 'languageField' => 'sys_language_uid')), 'weitereangebote' => 'CONTENT', 'weitereangebote.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 15', 'languageField' => 'sys_language_uid')), 'infotext' => 'CONTENT', 'infotext.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1', 'languageField' => 'sys_language_uid')), 'subcontent' => 'CONTENT', 'subcontent.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 20', 'languageField' => 'sys_language_uid')), 'angebote' => 'CONTENT', 'angebote.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2', 'languageField' => 'sys_language_uid')), 'hotels' => 'CONTENT', 'hotels.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3', 'languageField' => 'sys_language_uid')), 'parallax' => 'CONTENT', 'parallax.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4', 'languageField' => 'sys_language_uid')), 'newsletter' => 'RECORDS', 'newsletter.' => array('tables' => 'tt_content', 'source' => '652', 'orderBy' => 'sorting', 'languageField' => 'sys_language_uid'), 'banner' => 'CONTENT', 'banner.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 10'), 'stdWrap.' => array('required' => '1', 'wrap' => '<div class="banner"> | </div>')), 'contact' => 'RECORDS', 'contact.' => array('tables' => 'tt_content', 'source' => '2', 'orderBy' => 'sorting', 'languageField' => 'sys_language_uid')), 'format' => 'html', 'file' => 'uploads/tpl/templates/layouts/baselayout.html', 'partialRootPath' => 'uploads/tpl/templates/partials/', 'layoutRootPath' => 'uploads/tpl/templates/layouts/', 'settings.' => array('baseurl' => 'https://www.allinhotels.at/', 'lightboxW' => '1200', 'lightboxH' => '800', 'teaserboxW' => '800c', 'teaserboxH' => '600c', 'imgWbigger' => '1140c', 'imgWlarge' => '940c', 'imgWmedium' => '720c', 'imgWsmall' => '320c', 'imgHbigger' => '760c', 'imgHlarge' => '627c', 'imgHmedium' => '480c', 'imgHsmall' => '214c', 'pidHotelsDetail' => '20', 'pidAngebotDetail' => '21', 'pidBuchungsAnfrage' => '33', 'pidAllAngebote' => '7', 'pidSearch' => '37', 'showVierJahreszeiten' => '1', 'firmenname' => 'All In Hotels', 'telmobile' => '0043261520203', 'tel' => '+43 2615 202 03', 'telmobilekurz' => '0043261581244', 'telkurz' => '+43 2615 81244', 'footerslogan' => 'Besuche unsere<br class="hidden-xs" /> Facebookseite', 'pidonlinebooking' => 'https://onepagebooking.com/multiproperty/B91545ED-983D-4FE8-9B49-D55669C4BF77?ratetype=bar&adults=1', 'pidsubnav' => '9'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'uploads/tpl/templates/standard.html'), 'TEXT', '1.' => array('value' => 'uploads/tpl/templates/startseite.html'), 'TEXT', '2.' => array('value' => 'uploads/tpl/templates/standard.html'), 'TEXT', '3.' => array('value' => 'uploads/tpl/templates/detail.html'), 'TEXT', '4.' => array('value' => 'uploads/tpl/templates/standardsub.html'), 'TEXT', '5.' => array('value' => 'uploads/tpl/templates/kontakt.html'))))), '10')
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 698
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeCSS.' => array('dp_cookieconsent' => 'EXT:dp_cookieconsent/Resources/Public/css/dp_cookieconsent.css', 'file100' => 'uploads/tpl/bootstrap/css/bootstrap.min.css', 'file210' => 'uploads/tpl/fontawesome5.15.4/css/all.css', 'file200' => 'uploads/tpl/fontawesome/css/font-awesome.min.css', 'file300' => 'uploads/tpl/css/magnificpopup.css', 'file400' => 'uploads/tpl/css/jquery-ui.min.css', 'file600' => 'uploads/tpl/css/slick.css', 'file700' => 'uploads/tpl/css/slick-theme.css', 'file750' => 'uploads/tpl/css/jquery.mmenu.all.css', 'file760' => 'uploads/tpl/css/sliding-menu.min.css', 'file770' => 'uploads/tpl/css/helper.css', 'file870' => 'uploads/tpl/css/bootstrap-multiselect.css', 'file800' => 'uploads/tpl/css/robert.css', 'file900' => 'uploads/tpl/css/site.css', 'file525' => '/uploads/tpl/css/print.css', 'file525.' => array('title' => 'Drucken', 'media' => 'print')), 'includeJSFooter.' => array('dp_cookieconsent' => 'EXT:dp_cookieconsent/Resources/Public/JavaScript/dp_cookieconsent.js', 'file100' => 'uploads/tpl/jquery/jquery-1.12.3.min.js', 'file100.' => array('forceOnTop' => '1'), 'file200' => 'uploads/tpl/scripts/jquery-ui.min.js', 'file300' => 'uploads/tpl/bootstrap/js/bootstrap.min.js', 'file400' => 'uploads/tpl/scripts/jquery.magnific-popup.min.js', 'file500' => 'uploads/tpl/scripts/jquery.hc-sticky.js', 'file600' => 'uploads/tpl/scripts/slick.min.js', 'file700' => 'uploads/tpl/scripts/jquery.responsiveimages.min.js', 'file1800' => 'uploads/tpl/scripts/parallax.min.js', 'file900' => 'uploads/tpl/scripts/bootstrap-multiselect.js', 'file1010' => 'uploads/tpl/scripts/sliding-menu.min.js', 'file1100' => 'uploads/tpl/scripts/custom.js'), 'headerData.' => array('657.' => array('10.' => array('stdWrap.' => array('replacement.' => array('10.' => array('search' => '<script', 'replace' => '<script data-ignore="1" data-cookieconsent="statistics" type="text/plain"'), '20.' => array('search' => 'src=', 'replace' => 'data-src='))))), 'COA', '998.' => array('COA', '10.' => array('wrap' => '<script data-ignore="1" data-cookieconsent="statistics" type="text/plain">|</script>', 'required' => '1')), 'TEXT', '333.' => array('value' => ' <link rel="shortcut icon" href="uploads/tpl/images/favicon.ico" type="image/x-icon"> <link rel="icon" href="uploads/tpl/images/favicon.ico" type="image/x-icon">'), 'COA', '30.' => array('insertData' => '1', 'TEXT', '10.' => array('if.' => array('isFalse.' => array('data' => 'page:seo_title')), 'data' => 'page:title', 'noTrimWrap' => '|| - All In Hotels|', 'wrap.' => array('htmlSpecialChars' => '0')), 'TEXT', '20.' => array('if.' => array('isTrue.' => array('data' => 'page:seo_title')), 'data' => 'page:seo_title', 'wrap' => '|'), 'wrap' => '<title>|</title>'), 'COA', '52.' => array('TEXT', '10.' => array('typolink.' => array('parameter.' => array('data' => 'page:uid'), 'additionalParams' => '&L=0', 'addQueryString' => '1', 'returnLast' => 'url'), 'wrap' => '<link rel="canonical" href="|" />')), 'TEXT', '9999.' => array('value' => ' <!-- Matomo --> <script data-ignore="1" data-cookieconsent="marketing"> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(["disableCookies"]); _paq.push([\'trackPageView\']); _paq.push([\'enableLinkTracking\']); (function() { var u="//analytics1.seiermonitoring.at/"; _paq.push([\'setTrackerUrl\', u+\'matomo.php\']); _paq.push([\'setSiteId\', \'45\']); var d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0]; g.async=true; g.src=u+\'matomo.js\'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code -->')), 'footerData.' => array('COA', '998.' => array('FLUIDTEMPLATE', '20.' => array('file' => 'EXT:dp_cookieconsent/Resources/Private/Layouts/Cookie.html', 'templateName' => 'Cookie', 'templateRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:dp_cookieconsent/Resources/Private/Layouts/', ''), 'settings.' => array('url' => '35', 'target' => '_blank', 'theme' => 'edgeless', 'position' => 'bottom-right', 'type' => 'opt-in', 'revokable' => 'true', 'reloadOnRevoke' => 'true', 'checkboxes.' => array('statistics' => 'false', 'marketing' => 'false'), 'overlay.' => array('notice' => 'true', 'box.' => array('background' => 'rgba(0,0,0,.8)', 'text' => '#fff'), 'button.' => array('background' => '#b81839', 'text' => '#fff')), 'palette.' => array('popup.' => array('background' => '#f2f2f2', 'text' => '#707070'), 'button.' => array('background' => '#E94490', 'text' => '#fff'))), 'dataProcessing.' => array('DirkPersky\\DpCookieconsent\\DataProcessing\\CookieScriptsProcessor', '10.' => array('as' => 'dp_cookie_scripts', 'pid' => ''))))), 'jsInline.' => array(), '10.' => array('variables.' => array('absoluteurl' => 'TEXT', 'absoluteurl.' => array('data' => 'getIndpEnv:TYPO3_REQUEST_URL'), 'logo' => 'IMAGE', 'logo.' => array('file' => 'uploads/tpl/images/AIH-Logo-Element.svg', 'altText' => 'All In Hotels - Logo', 'titleText' => 'All In Hotels - Logo', 'stdWrap.' => array('typolink.' => array('parameter' => '1', 'ATagParams' => 'target="_self" title="All In Hotels - Logo" class="brand-logo"')), 'wrap' => '| <span class="brand-slogan"> All In Hotels Lutzmannsburg</span>'), 'footerlogo' => 'IMAGE', 'footerlogo.' => array('file' => 'uploads/tpl/images/AIH-Logo-NEG.svg', 'altText' => 'All In Hotels - Logo', 'titleText' => 'All In Hotels - Logo', 'stdWrap.' => array('typolink.' => array('parameter' => '1', 'ATagParams' => 'target="_self" title="All In Hotels" class="f-logo"')), 'wrap' => '|'), 'mainnav' => 'COA', 'mainnav.' => array('HMENU', '10.' => array('special' => 'directory', 'special.' => array('value' => '1'), 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'IFSUB' => '1', 'IFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid}">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'CURIFSUB' => '1', 'CURIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>'), 'wrap' => '<ul class="mainnav list-unstyled">|</ul>'), 'TMENU', '2.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'wrap' => '<ul class="dropdown-menu">|</ul>', 'itemArrayProcFunc' => 'Produkte\\Produkte\\Hooks\\Produkte->process', 'itemArrayProcFunc.' => array('parentPageId' => '28', 'detailPageId' => '25')))), 'subnav' => 'HMENU', 'subnav.' => array('special' => 'directory', 'special.' => array('value' => '9'), 'wrap' => '', 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li class="first"> |</li> |*| <li>|</li> |*| <li class="last"> |</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>')))), 'ATagTitle.' => array('field' => 'title')), 'wrap' => '<ul class="subnav list-unstyled">|</ul>', 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>', 'wrapItemAndSub.' => array('override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array('field' => 'doktype'), 'isTrue' => '1', 'isTrue.' => array('if.' => array(*DEEP NESTED ARRAY*))), 'TEXT', '10.' => array('value' => '<li class="active">|</li>')))), 'ATagTitle.' => array('field' => 'title')))), 'mobilenav' => 'COA', 'mobilenav.' => array('HMENU', '10.' => array('entryLevel' => '0', 'wrap' => '<div id="mobilenav"><ul class="list-unstyled">|</ul></div>', 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'IFSUB' => '1', 'IFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid}">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>'), 'CURIFSUB' => '1', 'CURIFSUB.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="dropdown navi-{field:uid} active">|</li>', 'doNotLinkIt' => '1', 'allWrap' => '<a href="#" class="dropdown-toggle" data-toggle="dropdown">|</a>', 'linkWrap' => '| <i class="fa fa-chevron-right"></i>')), 'TMENU', '2.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="navi-{field:uid}">|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'CUR' => '1', 'CUR.' => array('ATagTitle.' => array('field' => 'abstract // description // title'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub.' => array('insertData' => '1', 'override.' => array('cObject' => 'COA', 'cObject.' => array('if.' => array('value' => '4', 'equals.' => array(*DEEP NESTED ARRAY*), 'isTrue' => '1', 'isTrue.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '10.' => array('value' => '<li class="shortcut-active">|</li>')))), 'wrapItemAndSub' => '<li class="active navi-{field:uid}">|</li>'), 'wrap' => '<ul class="dropdown-menu"><li><a href="#" class="back-btn" title="zurück"><i class="fa fa-chevron-left"></i> zurück</a></li><li><h3 class="link-title"></h3></li>|</ul>'))), 'sidenav' => 'HMENU', 'sidenav.' => array('entryLevel' => '0', 'TMENU', '1.' => array('wrap' => '|', 'NO' => '1', 'NO.' => array('doNotShowLink' => '1', 'ATagTitle.' => array('field' => 'subtitle // title')), 'ACT' => '1', 'ACT.' => array('allWrap' => '<span class="fs-20 ff-roboto dblock-xs tt-up fc-main mb-xs"><i class="fa fa-chevron-right pr-5"></i>|</span>', 'doNotLinkIt' => '1')), 'TMENU', '2.' => array('NO' => '1', 'NO.' => array('allWrap' => '<li> |</li>', 'ATagTitle.' => array('field' => 'subtitle // title'), 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subtitle // title'), 'wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>', 'stdWrap.' => array('wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'wrap' => '<ul class="ml-xs">|</ul>'), 'TMENU', '3.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('allWrap' => '<li>|</li>', 'ATagTitle.' => array('field' => 'subtitle // title'), 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'subtitle // title'), 'wrap' => '<i class="fa fa-chevron-right pr-5"></i>|')), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active"> |</li> |*| <li class="active">|</li> |*| <li class="last active"> |</li>'), 'wrap' => '<ul>|</ul>'), 'stdWrap.' => array('wrap' => '<div class="sidenav mt-sm hidden-xs hidden-sm">|</div>', 'required' => '1')), 'footernav' => 'HMENU', 'footernav.' => array('special' => 'directory', 'special.' => array('value' => '22'), 'TMENU', '1.' => array('NO.' => array('wrapItemAndSub' => '<li class="first">|</li> |*| <li>|</li> |*| <li class="last">|</li>', 'ATagTitle.' => array('field' => 'title')), 'wrap' => '<ul class="list-unstyled"> | </ul>', 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first active">|</li> |*| <li class="active">|</li> |*| <li class="last active">|</li>', 'ATagTitle.' => array('field' => 'title')))), 'breadcrumb' => 'COA', 'breadcrumb.' => array('wrap' => '<span class="bread-small">Sie sind hier:</span>|', 'HMENU', '10.' => array('special' => 'rootline', 'special.' => array('range' => '1|-1'), 'TMENU', '1.' => array('NO' => '1', 'NO.' => array('doNotLinkIt' => '|*| 0 |*| 1', 'allWrap' => '|*||<span class="divider">/</span>|*||', 'stdWrap.' => array('htmlSpecialChars' => '1'))))), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'date:U', 'strftime' => '%Y', 'wrap' => '&copy;&nbsp; | &nbsp;All In Hotels'), 'inhalt' => 'CONTENT', 'inhalt.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 0', 'languageField' => 'sys_language_uid')), 'weitereangebote' => 'CONTENT', 'weitereangebote.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 15', 'languageField' => 'sys_language_uid')), 'infotext' => 'CONTENT', 'infotext.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1', 'languageField' => 'sys_language_uid')), 'subcontent' => 'CONTENT', 'subcontent.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 20', 'languageField' => 'sys_language_uid')), 'angebote' => 'CONTENT', 'angebote.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2', 'languageField' => 'sys_language_uid')), 'hotels' => 'CONTENT', 'hotels.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3', 'languageField' => 'sys_language_uid')), 'parallax' => 'CONTENT', 'parallax.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4', 'languageField' => 'sys_language_uid')), 'newsletter' => 'RECORDS', 'newsletter.' => array('tables' => 'tt_content', 'source' => '652', 'orderBy' => 'sorting', 'languageField' => 'sys_language_uid'), 'banner' => 'CONTENT', 'banner.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 10'), 'stdWrap.' => array('required' => '1', 'wrap' => '<div class="banner"> | </div>')), 'contact' => 'RECORDS', 'contact.' => array('tables' => 'tt_content', 'source' => '2', 'orderBy' => 'sorting', 'languageField' => 'sys_language_uid')), 'format' => 'html', 'file' => 'uploads/tpl/templates/layouts/baselayout.html', 'partialRootPath' => 'uploads/tpl/templates/partials/', 'layoutRootPath' => 'uploads/tpl/templates/layouts/', 'settings.' => array('baseurl' => 'https://www.allinhotels.at/', 'lightboxW' => '1200', 'lightboxH' => '800', 'teaserboxW' => '800c', 'teaserboxH' => '600c', 'imgWbigger' => '1140c', 'imgWlarge' => '940c', 'imgWmedium' => '720c', 'imgWsmall' => '320c', 'imgHbigger' => '760c', 'imgHlarge' => '627c', 'imgHmedium' => '480c', 'imgHsmall' => '214c', 'pidHotelsDetail' => '20', 'pidAngebotDetail' => '21', 'pidBuchungsAnfrage' => '33', 'pidAllAngebote' => '7', 'pidSearch' => '37', 'showVierJahreszeiten' => '1', 'firmenname' => 'All In Hotels', 'telmobile' => '0043261520203', 'tel' => '+43 2615 202 03', 'telmobilekurz' => '0043261581244', 'telkurz' => '+43 2615 81244', 'footerslogan' => 'Besuche unsere<br class="hidden-xs" /> Facebookseite', 'pidonlinebooking' => 'https://onepagebooking.com/multiproperty/B91545ED-983D-4FE8-9B49-D55669C4BF77?ratetype=bar&adults=1', 'pidsubnav' => '9'), 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'uploads/tpl/templates/standard.html'), 'TEXT', '1.' => array('value' => 'uploads/tpl/templates/startseite.html'), 'TEXT', '2.' => array('value' => 'uploads/tpl/templates/standard.html'), 'TEXT', '3.' => array('value' => 'uploads/tpl/templates/detail.html'), 'TEXT', '4.' => array('value' => 'uploads/tpl/templates/standardsub.html'), 'TEXT', '5.' => array('value' => 'uploads/tpl/templates/kontakt.html'))))), 'typeNum' => '0', 'bodyTagCObject' => 'CASE', 'bodyTagCObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide')), 'default' => 'TEXT', 'default.' => array('value' => 'standard'), 'TEXT', '1.' => array('value' => 'startseite'), 'TEXT', '2.' => array('value' => 'standard'), 'TEXT', '3.' => array('value' => 'detailangebot'), 'TEXT', '4.' => array('value' => 'standard-submenu-links'), 'TEXT', '5.' => array('value' => 'contact'), 'stdWrap.' => array('wrap' => '<body class ="|">')), 'FLUIDTEMPLATE', 'meta.' => array('keywords.' => array('field' => 'keywords'), 'description.' => array('field' => 'description'), 'abstract.' => array('field' => 'abstract'), 'viewport' => 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0', 'robots' => 'INDEX,FOLLOW,ARCHIVE')))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 222
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 188
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 140
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

            $controller->content = $this->generatePageContent($controller, $request);

            $this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
            $this->timeTracker->decStackPointer();

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3conf/ext/dp_cookieconsent/Classes/Middleware/PlainRenderingMiddleware.php line 30
    {
        $frontendController = $GLOBALS['TSFE'];
        // check for default handling
        if (!$frontendController->isGeneratePage() || !isset($request->getQueryParams()[self::namespace])) {
            return $handler->handle($request);
        }
        // prepare rendering overwrite
        $frontendController->config['config']['debug'] = 0;
        $frontendController->config['config']['disableAllHeaderCode'] = 1;
at DirkPersky\DpCookieconsent\Middleware\PlainRenderingMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 44
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 46
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 46
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            if (
                    (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
                    && !$GLOBALS['TSFE']->isBackendUserLoggedIn() && !($GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] ?? false)
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 74
                );
            }
        }

        return $handler->handle($request);
    }

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 78
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        $response = $handler->handle($request);

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 104
        // Make TSFE globally available
        // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the
        //       PSR-7 request attribute frontend.controller throughout TYPO3 core
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 132
            }
        }

        $request = $request->withAttribute('noCache', $this->disableCache);
        return $handler->handle($request);
    }

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

        return $handler->handle($request);
    }

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 58
        if (StateUtility::isActivatedForUser() && StateUtility::isOpen()) {
            $connection = $this->connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
            $connection->getConfiguration()->setSQLLogger(GeneralUtility::makeInstance(DoctrineSqlLogger::class));
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

                return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 74
                return $response;
            }
        }

        return $handler->handle($request);
    }

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 55
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 91
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

        $response = $handler->handle($request);

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 78
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

        $response = $handler->handle($request);

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

        if ($eID === null) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

        return $handler->handle($request);
    }

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

        $response = $handler->handle($request);

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$3483->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/AbstractApplication.php line 85
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->requestHandler->handle($request);
    }

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /usr/www/users/allinz/typo3_src-11.5.3/typo3/sysext/core/Classes/Http/AbstractApplication.php line 97
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                trigger_error('Custom execution of Application code will be removed in TYPO3 v12.0, use PSR-15 Middlewares instead.', E_USER_DEPRECATED);
                $execute();
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /usr/www/users/allinz/typo3_src-11.5.3/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /usr/www/users/allinz/typo3_src-11.5.3/index.php line 21
call_user_func(static function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});