Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

If you need help solving this exception, you can have a look at the TYPO3 Documentation. There you can find solutions provided by the TYPO3 community. Once you have found a solution to the problem, help others by contributing to the documentation page.

Find a solution for this exception in the TYPO3 Documentation.

(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception

PHP Warning: file_put_contents(): Only 0 of 25 bytes written, possibly out of free disk space in /var/www/customers/contex.de/www/public/typo3conf/ext/its_debug/debug1.php line 23

in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Error/ErrorHandler.php line 128
            E_DEPRECATED => 'PHP Runtime Deprecation Notice'
        ];
        $message = $errorLevels[$errorLevel] . ': ' . $errorMessage . ' in ' . $errorFile . ' line ' . $errorLine;
        if ($errorLevel & $this->exceptionalErrors) {
            throw new Exception($message, 1476107295);
        }
        switch ($errorLevel) {
            case E_USER_ERROR:
            case E_RECOVERABLE_ERROR:
at TYPO3\CMS\Core\Error\ErrorHandler->handleError(2, 'file_put_contents(): Only 0 of 25 bytes written, possibly out of free disk space', '/var/www/customers/contex.de/www/public/typo3conf/ext/its_debug/debug1.php', 23, array('texTo' => '', 'text2' => '', 'homeEnv' => array('name' => 'www_contex', 'passwd' => '*', 'uid' => 773001142, 'gid' => 773001141, 'gecos' => 'contex web', 'dir' => '/home/ad.its-hofmann.eu/www_contex', 'shell' => '/bin/bash'), 'homePath' => '/home/ad.its-hofmann.eu/www_contex'))
at file_put_contents('/home/ad.its-hofmann.eu/www_contex/log/log.txt', '29/03/2024 00:16:07 - ', 8)
in /var/www/customers/contex.de/www/public/typo3conf/ext/its_debug/debug1.php line 23
            }
            file_put_contents($homePath.DIRECTORY_SEPARATOR .'log'.DIRECTORY_SEPARATOR .'log.txt',date('d/m/Y H:i:s').' - '.$key." " . $value."\r\n",FILE_APPEND);
        }
    } else {
        file_put_contents($homePath.DIRECTORY_SEPARATOR .'log'.DIRECTORY_SEPARATOR .'log.txt',date('d/m/Y H:i:s').' - '.$text2." " . $texTo."\r\n",FILE_APPEND);
    }
    flush();
    return;
}
at debug1('')
in /var/www/customers/contex.de/www/public/typo3conf/ext/its_contex_contentelements/Classes/ViewHelpers/SpacelessViewHelper.php line 23
        } else {
            $content = trim($content);
        }
        $content = trim( preg_replace('/\s+/', ' ', $content));
        debug1($content);
        return $content;
    }

}
at ITSHofmann\ItsContexContentelements\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/customers/contex.de/www/var/cache/code/fluid_template/Standard_action_ContexImage_f7df094fe6079bacc6b542ee0887483bbe7584fb.php line 387
return $output9;
};
$arguments7 = array();

$output3 .= call_user_func_array( function ($var) { return (is_string($var) || (is_object($var) && method_exists($var, '__toString')) ? htmlspecialchars((string) $var, ENT_QUOTES) : $var); }, [ITSHofmann\ItsContexContentelements\ViewHelpers\SpacelessViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext)]);

$output3 .= '"
                    sizes="';
$array27 = array (
at Standard_action_ContexImage_f7df094fe6079bacc6b542ee0887483bbe7584fb->{closure}()
in /var/www/customers/contex.de/www/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            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 /var/www/customers/contex.de/www/var/cache/code/fluid_template/Standard_action_ContexImage_f7df094fe6079bacc6b542ee0887483bbe7584fb.php line 446
            <h3>No Image selected</h3>
        ';
};

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

$output0 .= '

';
at Standard_action_ContexImage_f7df094fe6079bacc6b542ee0887483bbe7584fb->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /var/www/customers/contex.de/www/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 185
        }

        if (!$parsedTemplate->hasLayout()) {
            $this->startRendering(self::RENDERING_TEMPLATE, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedTemplate->render($this->baseRenderingContext);
            $this->stopRendering();
        } else {
            $layoutName = $parsedTemplate->getLayoutName($this->baseRenderingContext);
            try {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 358
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 107

        $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' => 'ContexImage', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:its_contex_contentelements/Resources/Private/Templates/', 'EXT:its_cookiev2/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:its_contex_contentelements/Resources/Private/Partials/', 'EXT:its_cookiev2/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:its_cookiev2/Resources/Private/Layout/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('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'))), 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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' => 'ContexImage', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:its_contex_contentelements/Resources/Private/Templates/', 'EXT:its_cookiev2/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:its_contex_contentelements/Resources/Private/Partials/', 'EXT:its_cookiev2/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:its_cookiev2/Resources/Private/Layout/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('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'))), 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'ContexImage', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:its_contex_contentelements/Resources/Private/Templates/', 'EXT:its_cookiev2/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:its_contex_contentelements/Resources/Private/Partials/', 'EXT:its_cookiev2/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:its_cookiev2/Resources/Private/Layout/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('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'))), 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'lib.contentElement')
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 719
                list($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 {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'ContexImage', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'EXT:its_contex_contentelements/Resources/Private/Templates/', 'EXT:its_cookiev2/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'EXT:its_contex_contentelements/Resources/Private/Partials/', 'EXT:its_cookiev2/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'EXT:its_cookiev2/Resources/Private/Layout/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('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'))), 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contex_image')
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 46
        // 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')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), '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' => 'CASE', 'cObject.' => array('key.' => array('field' => 'section_frame'), 'COA', '0.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '|'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '120.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '130.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border p5">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '140.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p10 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '141.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p5 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))))), 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '0.' => array('value' => ''), 'TEXT', '1.' => array('value' => '<div class="valign-bottom">|</div>'), 'TEXT', '2.' => array('value' => '<div class="hidden-phone">|</div>')))), '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')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), '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')))), '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('itscontexproductsv2_product' => 'USER', 'itscontexproductsv2_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Product', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productmenu' => 'USER', 'itscontexproductsv2_productmenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productmenu', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview' => 'USER', 'itscontexproductsv2_productoverview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview2' => 'USER', 'itscontexproductsv2_productoverview2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview2', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productstartpage' => 'USER', 'itscontexproductsv2_productstartpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productstartpage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productlink' => 'USER', 'itscontexproductsv2_productlink.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productlink', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_contexttopimage' => 'USER', 'itscontexproductsv2_contexttopimage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Contexttopimage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_imagerow' => 'USER', 'itscontexproductsv2_imagerow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ImageRow', 'vendorName' => 'ITSHofmann'), 'itscookiev2_cookieshow' => 'USER', 'itscookiev2_cookieshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCookiev2', 'pluginName' => 'Cookieshow'), 'itscountrylist_itscountrylist' => 'USER', 'itscountrylist_itscountrylist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCountrylist', 'pluginName' => 'ItscountryList'), 'itsfootermenu_footermenu' => 'USER', 'itsfootermenu_footermenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsFootermenu', 'pluginName' => 'Footermenu', 'vendorName' => 'ITSHofmann'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')))), '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')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), '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, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), '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')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), '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'))))), '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', 'vendorName' => 'TYPO3\\CMS')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'tt_content_teaservideo' => '< lib.contentElement', 'tt_content_teaservideo.' => array('templateName' => 'ContentTeaservideo', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TeaserVideoContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contexcontent' => '< lib.contentElement', 'tt_content_contexcontent.' => array('templateName' => 'ContentContex', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_iconlist' => '< lib.contentElement', 'tt_content_iconlist.' => array('templateName' => 'ContentIconLinkList', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'linkicons')), 'table' => 'tx_itscontexcontentelements_domain_model_linkicon', 'pidInList.' => array('field' => 'pid'), 'where' => 'iconlist=###uid### AND deleted=0 AND hidden=0 AND 1=1', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'data_iconlist', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor')), 'useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_icon_productproperties' => '< lib.contentElement', 'tt_content_product_icon_productproperties.' => array('templateName' => 'ContentProductproperties', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductPropertyListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_top' => '< lib.contentElement', 'tt_content_product_top.' => array('templateName' => 'ContexProductTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_images' => '< lib.contentElement', 'tt_content_row_images.' => array('templateName' => 'ContexRowImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_productimages' => '< lib.contentElement', 'tt_content_row_productimages.' => array('templateName' => 'ContexRowProductImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_top_image' => '< lib.contentElement', 'tt_content_top_image.' => array('templateName' => 'ContexApplicationTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contex_image' => '< lib.contentElement', 'tt_content_contex_image.' => array('templateName' => 'ContexImage', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_text_section_small' => '< lib.contentElement', 'tt_content_text_section_small.' => array('templateName' => 'TextSectionSmall', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TextSectionSmallElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'its_cookiev2contentelementrevoke' => '< lib.contentElement', 'its_cookiev2contentelementrevoke.' => array('templateName' => 'DefaultRevokation1', 'dataProcessing.' => array('ITSHofmann\\ItsCookiev2\\Frontend\\DataProcessing\\DataProcessor')), 'its_cookiev2contentelement' => 'TEXT', 'its_cookiev2contentelement.' => array('value' => '')))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), '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' => 'CASE', 'cObject.' => array('key.' => array('field' => 'section_frame'), 'COA', '0.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '|'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '120.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '130.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border p5">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '140.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p10 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '141.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p5 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))))), 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '0.' => array('value' => ''), 'TEXT', '1.' => array('value' => '<div class="valign-bottom">|</div>'), 'TEXT', '2.' => array('value' => '<div class="hidden-phone">|</div>')))), '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')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), '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')))), '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('itscontexproductsv2_product' => 'USER', 'itscontexproductsv2_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Product', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productmenu' => 'USER', 'itscontexproductsv2_productmenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productmenu', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview' => 'USER', 'itscontexproductsv2_productoverview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview2' => 'USER', 'itscontexproductsv2_productoverview2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview2', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productstartpage' => 'USER', 'itscontexproductsv2_productstartpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productstartpage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productlink' => 'USER', 'itscontexproductsv2_productlink.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productlink', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_contexttopimage' => 'USER', 'itscontexproductsv2_contexttopimage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Contexttopimage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_imagerow' => 'USER', 'itscontexproductsv2_imagerow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ImageRow', 'vendorName' => 'ITSHofmann'), 'itscookiev2_cookieshow' => 'USER', 'itscookiev2_cookieshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCookiev2', 'pluginName' => 'Cookieshow'), 'itscountrylist_itscountrylist' => 'USER', 'itscountrylist_itscountrylist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCountrylist', 'pluginName' => 'ItscountryList'), 'itsfootermenu_footermenu' => 'USER', 'itsfootermenu_footermenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsFootermenu', 'pluginName' => 'Footermenu', 'vendorName' => 'ITSHofmann'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')))), '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')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), '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, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), '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')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), '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'))))), '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', 'vendorName' => 'TYPO3\\CMS')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'tt_content_teaservideo' => '< lib.contentElement', 'tt_content_teaservideo.' => array('templateName' => 'ContentTeaservideo', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TeaserVideoContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contexcontent' => '< lib.contentElement', 'tt_content_contexcontent.' => array('templateName' => 'ContentContex', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_iconlist' => '< lib.contentElement', 'tt_content_iconlist.' => array('templateName' => 'ContentIconLinkList', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'linkicons')), 'table' => 'tx_itscontexcontentelements_domain_model_linkicon', 'pidInList.' => array('field' => 'pid'), 'where' => 'iconlist=###uid### AND deleted=0 AND hidden=0 AND 1=1', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'data_iconlist', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor')), 'useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_icon_productproperties' => '< lib.contentElement', 'tt_content_product_icon_productproperties.' => array('templateName' => 'ContentProductproperties', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductPropertyListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_top' => '< lib.contentElement', 'tt_content_product_top.' => array('templateName' => 'ContexProductTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_images' => '< lib.contentElement', 'tt_content_row_images.' => array('templateName' => 'ContexRowImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_productimages' => '< lib.contentElement', 'tt_content_row_productimages.' => array('templateName' => 'ContexRowProductImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_top_image' => '< lib.contentElement', 'tt_content_top_image.' => array('templateName' => 'ContexApplicationTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contex_image' => '< lib.contentElement', 'tt_content_contex_image.' => array('templateName' => 'ContexImage', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_text_section_small' => '< lib.contentElement', 'tt_content_text_section_small.' => array('templateName' => 'TextSectionSmall', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TextSectionSmallElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'its_cookiev2contentelementrevoke' => '< lib.contentElement', 'its_cookiev2contentelementrevoke.' => array('templateName' => 'DefaultRevokation1', 'dataProcessing.' => array('ITSHofmann\\ItsCookiev2\\Frontend\\DataProcessing\\DataProcessor')), 'its_cookiev2contentelement' => 'TEXT', 'its_cookiev2contentelement.' => array('value' => '')))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
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')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), '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' => 'CASE', 'cObject.' => array('key.' => array('field' => 'section_frame'), 'COA', '0.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '|'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '120.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '130.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border p5">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '140.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p10 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '141.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p5 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))))), 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '0.' => array('value' => ''), 'TEXT', '1.' => array('value' => '<div class="valign-bottom">|</div>'), 'TEXT', '2.' => array('value' => '<div class="hidden-phone">|</div>')))), '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')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), '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')))), '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('itscontexproductsv2_product' => 'USER', 'itscontexproductsv2_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Product', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productmenu' => 'USER', 'itscontexproductsv2_productmenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productmenu', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview' => 'USER', 'itscontexproductsv2_productoverview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview2' => 'USER', 'itscontexproductsv2_productoverview2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview2', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productstartpage' => 'USER', 'itscontexproductsv2_productstartpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productstartpage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productlink' => 'USER', 'itscontexproductsv2_productlink.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productlink', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_contexttopimage' => 'USER', 'itscontexproductsv2_contexttopimage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Contexttopimage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_imagerow' => 'USER', 'itscontexproductsv2_imagerow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ImageRow', 'vendorName' => 'ITSHofmann'), 'itscookiev2_cookieshow' => 'USER', 'itscookiev2_cookieshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCookiev2', 'pluginName' => 'Cookieshow'), 'itscountrylist_itscountrylist' => 'USER', 'itscountrylist_itscountrylist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCountrylist', 'pluginName' => 'ItscountryList'), 'itsfootermenu_footermenu' => 'USER', 'itsfootermenu_footermenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsFootermenu', 'pluginName' => 'Footermenu', 'vendorName' => 'ITSHofmann'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')))), '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')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), '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, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), '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')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), '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'))))), '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', 'vendorName' => 'TYPO3\\CMS')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'tt_content_teaservideo' => '< lib.contentElement', 'tt_content_teaservideo.' => array('templateName' => 'ContentTeaservideo', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TeaserVideoContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contexcontent' => '< lib.contentElement', 'tt_content_contexcontent.' => array('templateName' => 'ContentContex', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_iconlist' => '< lib.contentElement', 'tt_content_iconlist.' => array('templateName' => 'ContentIconLinkList', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'linkicons')), 'table' => 'tx_itscontexcontentelements_domain_model_linkicon', 'pidInList.' => array('field' => 'pid'), 'where' => 'iconlist=###uid### AND deleted=0 AND hidden=0 AND 1=1', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'data_iconlist', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor')), 'useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_icon_productproperties' => '< lib.contentElement', 'tt_content_product_icon_productproperties.' => array('templateName' => 'ContentProductproperties', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductPropertyListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_top' => '< lib.contentElement', 'tt_content_product_top.' => array('templateName' => 'ContexProductTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_images' => '< lib.contentElement', 'tt_content_row_images.' => array('templateName' => 'ContexRowImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_productimages' => '< lib.contentElement', 'tt_content_row_productimages.' => array('templateName' => 'ContexRowProductImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_top_image' => '< lib.contentElement', 'tt_content_top_image.' => array('templateName' => 'ContexApplicationTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contex_image' => '< lib.contentElement', 'tt_content_contex_image.' => array('templateName' => 'ContexImage', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_text_section_small' => '< lib.contentElement', 'tt_content_text_section_small.' => array('templateName' => 'TextSectionSmall', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TextSectionSmallElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'its_cookiev2contentelementrevoke' => '< lib.contentElement', 'its_cookiev2contentelementrevoke.' => array('templateName' => 'DefaultRevokation1', 'dataProcessing.' => array('ITSHofmann\\ItsCookiev2\\Frontend\\DataProcessing\\DataProcessor')), 'its_cookiev2contentelement' => 'TEXT', 'its_cookiev2contentelement.' => array('value' => '')), 'tt_content')
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 719
                list($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 {
                $hooked = false;
                // Application defined cObjects
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')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), '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' => 'CASE', 'cObject.' => array('key.' => array('field' => 'section_frame'), 'COA', '0.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '|'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '120.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '130.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border p5">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '140.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p10 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '141.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p5 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))))), 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '0.' => array('value' => ''), 'TEXT', '1.' => array('value' => '<div class="valign-bottom">|</div>'), 'TEXT', '2.' => array('value' => '<div class="hidden-phone">|</div>')))), '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')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), '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')))), '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('itscontexproductsv2_product' => 'USER', 'itscontexproductsv2_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Product', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productmenu' => 'USER', 'itscontexproductsv2_productmenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productmenu', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview' => 'USER', 'itscontexproductsv2_productoverview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview2' => 'USER', 'itscontexproductsv2_productoverview2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview2', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productstartpage' => 'USER', 'itscontexproductsv2_productstartpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productstartpage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productlink' => 'USER', 'itscontexproductsv2_productlink.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productlink', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_contexttopimage' => 'USER', 'itscontexproductsv2_contexttopimage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Contexttopimage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_imagerow' => 'USER', 'itscontexproductsv2_imagerow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ImageRow', 'vendorName' => 'ITSHofmann'), 'itscookiev2_cookieshow' => 'USER', 'itscookiev2_cookieshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCookiev2', 'pluginName' => 'Cookieshow'), 'itscountrylist_itscountrylist' => 'USER', 'itscountrylist_itscountrylist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCountrylist', 'pluginName' => 'ItscountryList'), 'itsfootermenu_footermenu' => 'USER', 'itsfootermenu_footermenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsFootermenu', 'pluginName' => 'Footermenu', 'vendorName' => 'ITSHofmann'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')))), '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')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), '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, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), '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')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), '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'))))), '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', 'vendorName' => 'TYPO3\\CMS')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'tt_content_teaservideo' => '< lib.contentElement', 'tt_content_teaservideo.' => array('templateName' => 'ContentTeaservideo', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TeaserVideoContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contexcontent' => '< lib.contentElement', 'tt_content_contexcontent.' => array('templateName' => 'ContentContex', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_iconlist' => '< lib.contentElement', 'tt_content_iconlist.' => array('templateName' => 'ContentIconLinkList', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'linkicons')), 'table' => 'tx_itscontexcontentelements_domain_model_linkicon', 'pidInList.' => array('field' => 'pid'), 'where' => 'iconlist=###uid### AND deleted=0 AND hidden=0 AND 1=1', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'data_iconlist', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor')), 'useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_icon_productproperties' => '< lib.contentElement', 'tt_content_product_icon_productproperties.' => array('templateName' => 'ContentProductproperties', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductPropertyListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_top' => '< lib.contentElement', 'tt_content_product_top.' => array('templateName' => 'ContexProductTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_images' => '< lib.contentElement', 'tt_content_row_images.' => array('templateName' => 'ContexRowImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_productimages' => '< lib.contentElement', 'tt_content_row_productimages.' => array('templateName' => 'ContexRowProductImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_top_image' => '< lib.contentElement', 'tt_content_top_image.' => array('templateName' => 'ContexApplicationTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contex_image' => '< lib.contentElement', 'tt_content_contex_image.' => array('templateName' => 'ContexImage', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_text_section_small' => '< lib.contentElement', 'tt_content_text_section_small.' => array('templateName' => 'TextSectionSmall', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TextSectionSmallElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'its_cookiev2contentelementrevoke' => '< lib.contentElement', 'its_cookiev2contentelementrevoke.' => array('templateName' => 'DefaultRevokation1', 'dataProcessing.' => array('ITSHofmann\\ItsCookiev2\\Frontend\\DataProcessing\\DataProcessor')), 'its_cookiev2contentelement' => 'TEXT', 'its_cookiev2contentelement.' => array('value' => '')), '20')
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('< tt_content'))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 41
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('< tt_content'))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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\ContentObjectArrayContentObject), array('< tt_content'))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('< tt_content'))
in /var/www/customers/contex.de/www/public/typo3conf/ext/gridelements/Classes/Plugin/Gridelements.php line 660

        // we render each child into the children key to provide them prerendered for usage with your own templating
        $child = $this->cObj->cObjGetSingle(
            $typoScriptSetup['columns.'][$columnSetupKey]['renderObj'],
            $typoScriptSetup['columns.'][$columnSetupKey]['renderObj.']
        );
        // then we assign the prerendered child to the appropriate column
        if (isset($columns[$column_number])) {
            $parentGridData['tx_gridelements_view_columns'][$column_number] .= $child;
at GridElementsTeam\Gridelements\Plugin\Gridelements->renderChildIntoParentColumn(array('', ''), array('uid' => 2490, 'pid' => 170, 'CType' => 'tt_content_contex_image', 'header' => '', 'header_position' => '', 'rowDescription' => '', 'bodytext' => '', 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'image' => 1, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'frame_class' => 'default', 'cols' => 0, 'spaceBefore' => 0, 'spaceAfter' => 0, 'space_before_class' => '', 'space_after_class' => '', 'records' => '', 'pages' => '', 'colPos' => -1, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tstamp' => 1647254770, 'crdate' => 1647252668, 'cruser_id' => 11, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'sorting' => 3586, 'editlock' => 0, 'sys_language_uid' => 0, 'l18n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 36, 'l18n_diffsource' => 'a:8:{s:5:"CType";N;s:6:"colPos";N;s:6:"header";N;s:8:"lazyload";N;s:5:"image";N;s:25:"tx_gridelements_container";N;s:23:"tx_gridelements_columns";N;s:16:"sys_language_uid";N;}', 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_label' => '', 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'tx_impexp_origuid' => 0, 'categories' => 0, 'its_video_content_mp4' => 0, 'bodytext2' => null, 'textorient' => 0, 'textorient2' => 0, 'lazyload' => 1, 'button_text' => '', 'button_link' => '', 'button_layout' => '0', 'linkicons' => 1, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 2491, 'tx_gridelements_columns' => 1, 'head2' => '', 'head3' => '', 'sub1' => '', 'sub2' => '', 'sub3' => '', 'text1' => '', 'text2' => '', 'head1' => '', 'product_property_items' => 0, 'product' => 0, 'product1' => 0, 'product2' => 0, 'product4' => 0, 'product5' => 0, 'select1' => 0, 'select2' => '0', 'select3' => 0, 'privacylink' => '', 'enableprivacysettings' => 0, 'acceptallonstartpage' => 0, 'gridelements_shortcut_page_order_by' => 0, 'cookiegroups' => 0), array('parentgrid_uid' => 2491, 'parentgrid_pid' => 170, 'parentgrid_CType' => 'gridelements_pi1', 'parentgrid_header' => '2 Col Perfect for', 'parentgrid_header_position' => '', 'parentgrid_rowDescription' => null, 'parentgrid_bodytext' => '<table> <tbody> <tr> <td style="vertical-align:top"><i class="fa-fast-forward fas">&nbsp;</i></td> <td> <h4>High productivity</h4> <p>Designed for the most demanding high-production environments</p> </td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> ', 'parentgrid_bullets_type' => 0, 'parentgrid_uploads_description' => 0, 'parentgrid_uploads_type' => 0, 'parentgrid_assets' => 0, 'parentgrid_image' => 0, 'parentgrid_imagewidth' => 0, 'parentgrid_imageorient' => 0, 'parentgrid_imagecols' => 2, 'parentgrid_imageborder' => 0, 'parentgrid_media' => 0, 'parentgrid_layout' => '0', 'parentgrid_frame_class' => 'default', 'parentgrid_cols' => 0, 'parentgrid_spaceBefore' => 0, 'parentgrid_spaceAfter' => 0, 'parentgrid_space_before_class' => '', 'parentgrid_space_after_class' => '', 'parentgrid_records' => '', 'parentgrid_pages' => null, 'parentgrid_colPos' => 0, 'parentgrid_subheader' => '321', 'parentgrid_header_link' => '', 'parentgrid_image_zoom' => 0, 'parentgrid_header_layout' => '0', 'parentgrid_list_type' => '', 'parentgrid_sectionIndex' => 1, 'parentgrid_linkToTop' => 0, 'parentgrid_file_collections' => '', 'parentgrid_filelink_size' => 0, 'parentgrid_filelink_sorting' => '', 'parentgrid_filelink_sorting_direction' => '', 'parentgrid_target' => '', 'parentgrid_date' => 0, 'parentgrid_recursive' => 0, 'parentgrid_imageheight' => 0, 'parentgrid_pi_flexform' => array('data' => array('sDEF' => array('lDEF' => array('linktext' => array('vDEF' => ''), 'image' => array('vDEF' => ''), 'backgroundtype' => array('vDEF' => 'product-utilities'), 'lazyload' => array('vDEF' => 'lazy-load'), 'imagerightswitch' => array('vDEF' => '0'), 'imageright' => array('vDEF' => ''))))), 'parentgrid_accessibility_title' => '', 'parentgrid_accessibility_bypass' => 0, 'parentgrid_accessibility_bypass_text' => '', 'parentgrid_selected_categories' => '', 'parentgrid_category_field' => '', 'parentgrid_table_class' => '', 'parentgrid_table_caption' => null, 'parentgrid_table_delimiter' => 124, 'parentgrid_table_enclosure' => 0, 'parentgrid_table_header_position' => 0, 'parentgrid_table_tfoot' => 0, 'parentgrid_tstamp' => 1647252668, 'parentgrid_crdate' => 1647252668, 'parentgrid_cruser_id' => 11, 'parentgrid_deleted' => 0, 'parentgrid_hidden' => 0, 'parentgrid_starttime' => 0, 'parentgrid_endtime' => 0, 'parentgrid_fe_group' => '0', 'parentgrid_sorting' => 128, 'parentgrid_editlock' => 0, 'parentgrid_sys_language_uid' => 0, 'parentgrid_l18n_parent' => 0, 'parentgrid_l10n_source' => 0, 'parentgrid_l10n_state' => null, 'parentgrid_t3_origuid' => 37, 'parentgrid_l18n_diffsource' => 'a:26:{s:5:"CType";N;s:6:"colPos";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:30:"tx_gridelements_backend_layout";N;s:11:"pi_flexform";N;s:24:"tx_gridelements_children";N;s:6:"layout";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:5:"media";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;}', 'parentgrid_t3ver_oid' => 0, 'parentgrid_t3ver_id' => 0, 'parentgrid_t3ver_label' => '', 'parentgrid_t3ver_wsid' => 0, 'parentgrid_t3ver_state' => 0, 'parentgrid_t3ver_stage' => 0, 'parentgrid_t3ver_count' => 0, 'parentgrid_t3ver_tstamp' => 0, 'parentgrid_t3ver_move_id' => 0, 'parentgrid_tx_impexp_origuid' => 0, 'parentgrid_categories' => 0, 'parentgrid_its_video_content_mp4' => 0, 'parentgrid_bodytext2' => null, 'parentgrid_textorient' => 0, 'parentgrid_textorient2' => 0, 'parentgrid_lazyload' => 0, 'parentgrid_button_text' => '', 'parentgrid_button_link' => '', 'parentgrid_button_layout' => '0', 'parentgrid_linkicons' => 0, 'parentgrid_backupColPos' => -2, 'parentgrid_tx_gridelements_backend_layout' => '2cola', 'parentgrid_tx_gridelements_children' => 0, 'parentgrid_tx_gridelements_container' => 0, 'parentgrid_tx_gridelements_columns' => 0, 'parentgrid_head2' => '', 'parentgrid_head3' => '', 'parentgrid_sub1' => '', 'parentgrid_sub2' => '', 'parentgrid_sub3' => '', 'parentgrid_text1' => '', 'parentgrid_text2' => '', 'parentgrid_head1' => '', 'parentgrid_product_property_items' => 0, 'parentgrid_product' => 0, 'parentgrid_product1' => 0, 'parentgrid_product2' => 0, 'parentgrid_product4' => 0, 'parentgrid_product5' => 0, 'parentgrid_select1' => 1, 'parentgrid_select2' => '1', 'parentgrid_select3' => 1, 'parentgrid_privacylink' => '', 'parentgrid_enableprivacysettings' => 1, 'parentgrid_acceptallonstartpage' => 0, 'parentgrid_gridelements_shortcut_page_order_by' => 0, 'parentgrid_cookiegroups' => 0, 'parentgrid_pi_flexform_content' => array('linktext' => '', 'image' => '', 'backgroundtype' => 'product-utilities', 'lazyload' => 'lazy-load', 'imagerightswitch' => '0', 'imageright' => ''), 'parentgrid_flexform_linktext' => '', 'parentgrid_flexform_image' => '', 'parentgrid_flexform_backgroundtype' => 'product-utilities', 'parentgrid_flexform_lazyload' => 'lazy-load', 'parentgrid_flexform_imagerightswitch' => '0', 'parentgrid_flexform_imageright' => '', 'tx_gridelements_view_columns' => array(' <h2 class="underl lazy-load"> Perfekt für </h2> <div class="text lazy-load"> <p>Der IQ FLEX-Flachbettscanner ist ideal für empfindliche Originale, Bücher, Textilien und Kunstwerke, die Sie in digitale Inhalte umwandeln möchten. Geeignet für Künstler, Hochschulen, Designer, Archivare, Agenturen, Reproanstalten, Textilien, Möbel, Bauwesen und im Maschinenbau.</p><p>Dieser Flachbettscanner eignet sich auch für Architekten, Ingenieure und andere technische Fachleute. Er erleichtert Ihnen den Arbeitsalltag bei der Handhabung großer Zeichnungen und bei Arbeiten mit CAD.</p><p>&nbsp;</p> </div> <a href="/vertrieb" class="button">Angebot anfordern</a> ', '')), array('0.' => 1, '1.' => 1), array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))))
in /var/www/customers/contex.de/www/public/typo3conf/ext/gridelements/Classes/Plugin/Gridelements.php line 512
            foreach ($this->cObj->data['tx_gridelements_view_children'] as $child) {
                $rawColumns[$child['tx_gridelements_columns']][] = $child;
                $renderedChild = $child;
                $this->renderChildIntoParentColumn(
                    $columns,
                    $renderedChild,
                    $parentGridData,
                    $parentRecordNumbers,
                    $typoScriptSetup
at GridElementsTeam\Gridelements\Plugin\Gridelements->renderChildrenIntoParentColumns(array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), array('0', '1'))
in /var/www/customers/contex.de/www/public/typo3conf/ext/gridelements/Classes/Plugin/Gridelements.php line 121
        // that they have been created in the grid wizard but still be able to get all children
        // within just one SELECT query
        $sortColumns = explode(',', $csvColumns);

        $this->renderChildrenIntoParentColumns($typoScriptSetup, $sortColumns);
        unset($children);
        unset($sortColumns);

        // if there are any columns available, we can go on with the render process
at GridElementsTeam\Gridelements\Plugin\Gridelements->main('', array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))))))
at call_user_func_array(array(object(GridElementsTeam\Gridelements\Plugin\Gridelements), 'main'), array('', array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 6015
                        $classObj,
                        $parts[1]
                    ], [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))))), '')
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 41
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->INTincScript_process()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))))))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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\UserContentObject), array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))))))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))))), '10')
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 41
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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\ContentObjectArrayContentObject), array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), '20')
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 41
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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\ContentObjectArrayContentObject), array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'gridelements_pi1')
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 46
        // 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')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), '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' => 'CASE', 'cObject.' => array('key.' => array('field' => 'section_frame'), 'COA', '0.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '|'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '120.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '130.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border p5">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '140.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p10 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '141.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p5 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))))), 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '0.' => array('value' => ''), 'TEXT', '1.' => array('value' => '<div class="valign-bottom">|</div>'), 'TEXT', '2.' => array('value' => '<div class="hidden-phone">|</div>')))), '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')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), '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')))), '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('itscontexproductsv2_product' => 'USER', 'itscontexproductsv2_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Product', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productmenu' => 'USER', 'itscontexproductsv2_productmenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productmenu', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview' => 'USER', 'itscontexproductsv2_productoverview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview2' => 'USER', 'itscontexproductsv2_productoverview2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview2', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productstartpage' => 'USER', 'itscontexproductsv2_productstartpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productstartpage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productlink' => 'USER', 'itscontexproductsv2_productlink.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productlink', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_contexttopimage' => 'USER', 'itscontexproductsv2_contexttopimage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Contexttopimage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_imagerow' => 'USER', 'itscontexproductsv2_imagerow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ImageRow', 'vendorName' => 'ITSHofmann'), 'itscookiev2_cookieshow' => 'USER', 'itscookiev2_cookieshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCookiev2', 'pluginName' => 'Cookieshow'), 'itscountrylist_itscountrylist' => 'USER', 'itscountrylist_itscountrylist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCountrylist', 'pluginName' => 'ItscountryList'), 'itsfootermenu_footermenu' => 'USER', 'itsfootermenu_footermenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsFootermenu', 'pluginName' => 'Footermenu', 'vendorName' => 'ITSHofmann'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')))), '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')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), '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, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), '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')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), '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'))))), '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', 'vendorName' => 'TYPO3\\CMS')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'tt_content_teaservideo' => '< lib.contentElement', 'tt_content_teaservideo.' => array('templateName' => 'ContentTeaservideo', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TeaserVideoContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contexcontent' => '< lib.contentElement', 'tt_content_contexcontent.' => array('templateName' => 'ContentContex', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_iconlist' => '< lib.contentElement', 'tt_content_iconlist.' => array('templateName' => 'ContentIconLinkList', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'linkicons')), 'table' => 'tx_itscontexcontentelements_domain_model_linkicon', 'pidInList.' => array('field' => 'pid'), 'where' => 'iconlist=###uid### AND deleted=0 AND hidden=0 AND 1=1', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'data_iconlist', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor')), 'useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_icon_productproperties' => '< lib.contentElement', 'tt_content_product_icon_productproperties.' => array('templateName' => 'ContentProductproperties', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductPropertyListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_top' => '< lib.contentElement', 'tt_content_product_top.' => array('templateName' => 'ContexProductTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_images' => '< lib.contentElement', 'tt_content_row_images.' => array('templateName' => 'ContexRowImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_productimages' => '< lib.contentElement', 'tt_content_row_productimages.' => array('templateName' => 'ContexRowProductImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_top_image' => '< lib.contentElement', 'tt_content_top_image.' => array('templateName' => 'ContexApplicationTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contex_image' => '< lib.contentElement', 'tt_content_contex_image.' => array('templateName' => 'ContexImage', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_text_section_small' => '< lib.contentElement', 'tt_content_text_section_small.' => array('templateName' => 'TextSectionSmall', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TextSectionSmallElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'its_cookiev2contentelementrevoke' => '< lib.contentElement', 'its_cookiev2contentelementrevoke.' => array('templateName' => 'DefaultRevokation1', 'dataProcessing.' => array('ITSHofmann\\ItsCookiev2\\Frontend\\DataProcessing\\DataProcessor')), 'its_cookiev2contentelement' => 'TEXT', 'its_cookiev2contentelement.' => array('value' => '')))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), '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' => 'CASE', 'cObject.' => array('key.' => array('field' => 'section_frame'), 'COA', '0.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '|'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '120.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '130.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border p5">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '140.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p10 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '141.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p5 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))))), 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '0.' => array('value' => ''), 'TEXT', '1.' => array('value' => '<div class="valign-bottom">|</div>'), 'TEXT', '2.' => array('value' => '<div class="hidden-phone">|</div>')))), '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')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), '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')))), '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('itscontexproductsv2_product' => 'USER', 'itscontexproductsv2_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Product', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productmenu' => 'USER', 'itscontexproductsv2_productmenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productmenu', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview' => 'USER', 'itscontexproductsv2_productoverview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview2' => 'USER', 'itscontexproductsv2_productoverview2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview2', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productstartpage' => 'USER', 'itscontexproductsv2_productstartpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productstartpage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productlink' => 'USER', 'itscontexproductsv2_productlink.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productlink', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_contexttopimage' => 'USER', 'itscontexproductsv2_contexttopimage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Contexttopimage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_imagerow' => 'USER', 'itscontexproductsv2_imagerow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ImageRow', 'vendorName' => 'ITSHofmann'), 'itscookiev2_cookieshow' => 'USER', 'itscookiev2_cookieshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCookiev2', 'pluginName' => 'Cookieshow'), 'itscountrylist_itscountrylist' => 'USER', 'itscountrylist_itscountrylist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCountrylist', 'pluginName' => 'ItscountryList'), 'itsfootermenu_footermenu' => 'USER', 'itsfootermenu_footermenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsFootermenu', 'pluginName' => 'Footermenu', 'vendorName' => 'ITSHofmann'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')))), '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')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), '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, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), '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')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), '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'))))), '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', 'vendorName' => 'TYPO3\\CMS')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'tt_content_teaservideo' => '< lib.contentElement', 'tt_content_teaservideo.' => array('templateName' => 'ContentTeaservideo', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TeaserVideoContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contexcontent' => '< lib.contentElement', 'tt_content_contexcontent.' => array('templateName' => 'ContentContex', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_iconlist' => '< lib.contentElement', 'tt_content_iconlist.' => array('templateName' => 'ContentIconLinkList', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'linkicons')), 'table' => 'tx_itscontexcontentelements_domain_model_linkicon', 'pidInList.' => array('field' => 'pid'), 'where' => 'iconlist=###uid### AND deleted=0 AND hidden=0 AND 1=1', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'data_iconlist', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor')), 'useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_icon_productproperties' => '< lib.contentElement', 'tt_content_product_icon_productproperties.' => array('templateName' => 'ContentProductproperties', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductPropertyListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_top' => '< lib.contentElement', 'tt_content_product_top.' => array('templateName' => 'ContexProductTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_images' => '< lib.contentElement', 'tt_content_row_images.' => array('templateName' => 'ContexRowImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_productimages' => '< lib.contentElement', 'tt_content_row_productimages.' => array('templateName' => 'ContexRowProductImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_top_image' => '< lib.contentElement', 'tt_content_top_image.' => array('templateName' => 'ContexApplicationTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contex_image' => '< lib.contentElement', 'tt_content_contex_image.' => array('templateName' => 'ContexImage', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_text_section_small' => '< lib.contentElement', 'tt_content_text_section_small.' => array('templateName' => 'TextSectionSmall', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TextSectionSmallElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'its_cookiev2contentelementrevoke' => '< lib.contentElement', 'its_cookiev2contentelementrevoke.' => array('templateName' => 'DefaultRevokation1', 'dataProcessing.' => array('ITSHofmann\\ItsCookiev2\\Frontend\\DataProcessing\\DataProcessor')), 'its_cookiev2contentelement' => 'TEXT', 'its_cookiev2contentelement.' => array('value' => '')))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
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')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), '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' => 'CASE', 'cObject.' => array('key.' => array('field' => 'section_frame'), 'COA', '0.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '|'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '120.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '130.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border p5">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '140.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p10 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '141.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p5 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))))), 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '0.' => array('value' => ''), 'TEXT', '1.' => array('value' => '<div class="valign-bottom">|</div>'), 'TEXT', '2.' => array('value' => '<div class="hidden-phone">|</div>')))), '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')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), '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')))), '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('itscontexproductsv2_product' => 'USER', 'itscontexproductsv2_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Product', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productmenu' => 'USER', 'itscontexproductsv2_productmenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productmenu', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview' => 'USER', 'itscontexproductsv2_productoverview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview2' => 'USER', 'itscontexproductsv2_productoverview2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview2', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productstartpage' => 'USER', 'itscontexproductsv2_productstartpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productstartpage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productlink' => 'USER', 'itscontexproductsv2_productlink.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productlink', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_contexttopimage' => 'USER', 'itscontexproductsv2_contexttopimage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Contexttopimage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_imagerow' => 'USER', 'itscontexproductsv2_imagerow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ImageRow', 'vendorName' => 'ITSHofmann'), 'itscookiev2_cookieshow' => 'USER', 'itscookiev2_cookieshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCookiev2', 'pluginName' => 'Cookieshow'), 'itscountrylist_itscountrylist' => 'USER', 'itscountrylist_itscountrylist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCountrylist', 'pluginName' => 'ItscountryList'), 'itsfootermenu_footermenu' => 'USER', 'itsfootermenu_footermenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsFootermenu', 'pluginName' => 'Footermenu', 'vendorName' => 'ITSHofmann'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')))), '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')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), '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, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), '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')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), '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'))))), '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', 'vendorName' => 'TYPO3\\CMS')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'tt_content_teaservideo' => '< lib.contentElement', 'tt_content_teaservideo.' => array('templateName' => 'ContentTeaservideo', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TeaserVideoContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contexcontent' => '< lib.contentElement', 'tt_content_contexcontent.' => array('templateName' => 'ContentContex', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_iconlist' => '< lib.contentElement', 'tt_content_iconlist.' => array('templateName' => 'ContentIconLinkList', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'linkicons')), 'table' => 'tx_itscontexcontentelements_domain_model_linkicon', 'pidInList.' => array('field' => 'pid'), 'where' => 'iconlist=###uid### AND deleted=0 AND hidden=0 AND 1=1', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'data_iconlist', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor')), 'useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_icon_productproperties' => '< lib.contentElement', 'tt_content_product_icon_productproperties.' => array('templateName' => 'ContentProductproperties', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductPropertyListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_top' => '< lib.contentElement', 'tt_content_product_top.' => array('templateName' => 'ContexProductTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_images' => '< lib.contentElement', 'tt_content_row_images.' => array('templateName' => 'ContexRowImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_productimages' => '< lib.contentElement', 'tt_content_row_productimages.' => array('templateName' => 'ContexRowProductImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_top_image' => '< lib.contentElement', 'tt_content_top_image.' => array('templateName' => 'ContexApplicationTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contex_image' => '< lib.contentElement', 'tt_content_contex_image.' => array('templateName' => 'ContexImage', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_text_section_small' => '< lib.contentElement', 'tt_content_text_section_small.' => array('templateName' => 'TextSectionSmall', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TextSectionSmallElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'its_cookiev2contentelementrevoke' => '< lib.contentElement', 'its_cookiev2contentelementrevoke.' => array('templateName' => 'DefaultRevokation1', 'dataProcessing.' => array('ITSHofmann\\ItsCookiev2\\Frontend\\DataProcessing\\DataProcessor')), 'its_cookiev2contentelement' => 'TEXT', 'its_cookiev2contentelement.' => array('value' => '')), 'tt_content')
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 719
                list($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 {
                $hooked = false;
                // Application defined cObjects
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')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), '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' => 'CASE', 'cObject.' => array('key.' => array('field' => 'section_frame'), 'COA', '0.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '|'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '120.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '130.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="black_border p5">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '140.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p10 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))), 'COA', '141.' => array('TEXT', '10.' => array('value' => '<a id="c{field:uid}"></a>', 'insertData' => '1'), 'COA', '20.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'before', 'constant' => '{$content.spaceBefore}', 'stdWrap.' => array('wrap' => 'csc-space-before-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1')), 'TEXT', '30.' => array('value' => '<div class="p5 m20b">|</div>'), 'COA', '40.' => array('USER', '10.' => array('userFunc' => 'tx_cssstyledcontent_pi1->renderSpace', 'space' => 'after', 'constant' => '{$content.spaceAfter}', 'stdWrap.' => array('wrap' => 'csc-space-after-|')), 'stdWrap.' => array('wrap' => '<div class="|"></div>', 'required' => '1'))))), 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '0.' => array('value' => ''), 'TEXT', '1.' => array('value' => '<div class="valign-bottom">|</div>'), 'TEXT', '2.' => array('value' => '<div class="hidden-phone">|</div>')))), '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')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), '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')))), '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('itscontexproductsv2_product' => 'USER', 'itscontexproductsv2_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Product', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productmenu' => 'USER', 'itscontexproductsv2_productmenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productmenu', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview' => 'USER', 'itscontexproductsv2_productoverview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productoverview2' => 'USER', 'itscontexproductsv2_productoverview2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ProductOverview2', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productstartpage' => 'USER', 'itscontexproductsv2_productstartpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productstartpage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_productlink' => 'USER', 'itscontexproductsv2_productlink.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Productlink', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_contexttopimage' => 'USER', 'itscontexproductsv2_contexttopimage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'Contexttopimage', 'vendorName' => 'ITSHofmann'), 'itscontexproductsv2_imagerow' => 'USER', 'itscontexproductsv2_imagerow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsContexproductsV2', 'pluginName' => 'ImageRow', 'vendorName' => 'ITSHofmann'), 'itscookiev2_cookieshow' => 'USER', 'itscookiev2_cookieshow.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCookiev2', 'pluginName' => 'Cookieshow'), 'itscountrylist_itscountrylist' => 'USER', 'itscountrylist_itscountrylist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsCountrylist', 'pluginName' => 'ItscountryList'), 'itsfootermenu_footermenu' => 'USER', 'itsfootermenu_footermenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ItsFootermenu', 'pluginName' => 'Footermenu', 'vendorName' => 'ITSHofmann'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER')))), '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')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), '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, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), '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')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), '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'))))), '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', 'vendorName' => 'TYPO3\\CMS')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html')), 'color.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ColorSetColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '1col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/OneColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentOneElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '2cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/TwoColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3cola.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnAdvanced.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'), 'dataProcessing.' => array('ITSHofmann\\ItsBase\\DataProcessing\\ContexContentElementProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'backgroundimage')))), '3col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumn.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '3col_equal.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/ThreeColumnEqual.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '2_1_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/2_1col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/'))), '5_7_col.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('file' => 'EXT:its_base/Resources/Private/Templates/Extensions/GridElements/Standard/5_7col.html', 'partialRootPaths.' => array('EXT:its_base/Resources/Private/Partials/Extensions/GridElements/')))))), 'templateName' => 'Generic', 'variables.' => array('content' => '< tt_content.gridelements_view')), 'tt_content_teaservideo' => '< lib.contentElement', 'tt_content_teaservideo.' => array('templateName' => 'ContentTeaservideo', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TeaserVideoContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contexcontent' => '< lib.contentElement', 'tt_content_contexcontent.' => array('templateName' => 'ContentContex', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_iconlist' => '< lib.contentElement', 'tt_content_iconlist.' => array('templateName' => 'ContentIconLinkList', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'linkicons')), 'table' => 'tx_itscontexcontentelements_domain_model_linkicon', 'pidInList.' => array('field' => 'pid'), 'where' => 'iconlist=###uid### AND deleted=0 AND hidden=0 AND 1=1', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'data_iconlist', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\IconLinkListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor')), 'useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_icon_productproperties' => '< lib.contentElement', 'tt_content_product_icon_productproperties.' => array('templateName' => 'ContentProductproperties', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductPropertyListContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_product_top' => '< lib.contentElement', 'tt_content_product_top.' => array('templateName' => 'ContexProductTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_images' => '< lib.contentElement', 'tt_content_row_images.' => array('templateName' => 'ContexRowImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_row_productimages' => '< lib.contentElement', 'tt_content_row_productimages.' => array('templateName' => 'ContexRowProductImages', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageRowContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_top_image' => '< lib.contentElement', 'tt_content_top_image.' => array('templateName' => 'ContexApplicationTop', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ProductTopContentElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_contex_image' => '< lib.contentElement', 'tt_content_contex_image.' => array('templateName' => 'ContexImage', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\ContexImageElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'tt_content_text_section_small' => '< lib.contentElement', 'tt_content_text_section_small.' => array('templateName' => 'TextSectionSmall', 'dataProcessing.' => array('ITSHofmann\\ItsContexContentelements\\DataProcessing\\TextSectionSmallElementProcessor', '1.' => array('useHere' => 'theConfigurationOfTheDataProcessor'))), 'its_cookiev2contentelementrevoke' => '< lib.contentElement', 'its_cookiev2contentelementrevoke.' => array('templateName' => 'DefaultRevokation1', 'dataProcessing.' => array('ITSHofmann\\ItsCookiev2\\Frontend\\DataProcessing\\DataProcessor')), 'its_cookiev2contentelement' => 'TEXT', 'its_cookiev2contentelement.' => array('value' => '')), '')
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 94
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $conf['table'] . ':' . $row['uid'];
                        $this->cObj->lastChanged($row['tstamp']);
                        $cObj->start($row, $conf['table']);
                        $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')))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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')))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'variables.content')
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 322
            if (is_array($cObjType)) {
                continue;
            }
            if (!in_array($variableName, $reservedVariables)) {
                $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $variablesToProcess[$variableName . '.'], '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('file.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-2, backend_layout_next_level, slide'))), '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' => 'EXT:its_base/templates/project/html/fluid/Templates/default.html'), 'TEXT', '1.' => array('value' => 'EXT:its_base/templates/project/html/fluid/Templates/start.html'), 'TEXT', '3.' => array('value' => 'EXT:its_base/templates/project/html/fluid/Templates/nonavi.html')))), 'file' => 'EXT:its_base/templates/project/html/fluid/templates/default.html', 'partialRootPath' => 'EXT:its_base/templates/project/html/fluid/Partials/', 'layoutRootPath' => 'EXT:its_base/templates/project/html/fluid/Layouts/', 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'jumbotron' => 'CONTENT', 'jumbotron.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')))))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 101
        $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('file.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-2, backend_layout_next_level, slide'))), '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' => 'EXT:its_base/templates/project/html/fluid/Templates/default.html'), 'TEXT', '1.' => array('value' => 'EXT:its_base/templates/project/html/fluid/Templates/start.html'), 'TEXT', '3.' => array('value' => 'EXT:its_base/templates/project/html/fluid/Templates/nonavi.html')))), 'file' => 'EXT:its_base/templates/project/html/fluid/templates/default.html', 'partialRootPath' => 'EXT:its_base/templates/project/html/fluid/Partials/', 'layoutRootPath' => 'EXT:its_base/templates/project/html/fluid/Layouts/', 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'jumbotron' => 'CONTENT', 'jumbotron.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')))))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // 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('file.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-2, backend_layout_next_level, slide'))), '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' => 'EXT:its_base/templates/project/html/fluid/Templates/default.html'), 'TEXT', '1.' => array('value' => 'EXT:its_base/templates/project/html/fluid/Templates/start.html'), 'TEXT', '3.' => array('value' => 'EXT:its_base/templates/project/html/fluid/Templates/nonavi.html')))), 'file' => 'EXT:its_base/templates/project/html/fluid/templates/default.html', 'partialRootPath' => 'EXT:its_base/templates/project/html/fluid/Partials/', 'layoutRootPath' => 'EXT:its_base/templates/project/html/fluid/Layouts/', 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'jumbotron' => 'CONTENT', 'jumbotron.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')))))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('file.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-2, backend_layout_next_level, slide'))), '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' => 'EXT:its_base/templates/project/html/fluid/Templates/default.html'), 'TEXT', '1.' => array('value' => 'EXT:its_base/templates/project/html/fluid/Templates/start.html'), 'TEXT', '3.' => array('value' => 'EXT:its_base/templates/project/html/fluid/Templates/nonavi.html')))), 'file' => 'EXT:its_base/templates/project/html/fluid/templates/default.html', 'partialRootPath' => 'EXT:its_base/templates/project/html/fluid/Partials/', 'layoutRootPath' => 'EXT:its_base/templates/project/html/fluid/Layouts/', 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'jumbotron' => 'CONTENT', 'jumbotron.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')))), '10')
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('typeNum' => '0', 'headTag' => '<head> <!-- its-hofmann -->', 'headerData.' => array('TEXT', '10.' => array('value' => '<meta name="viewport" content="width=device-width, initial-scale=1.0"/>'), 'TEXT', '20.' => array('value' => '<!--[if IE]><meta http-equiv="x-ua-compatible" content="IE=edge" /><![endif]-->')), 'FLUIDTEMPLATE', '10.' => array('file.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'backend_layout', 'ifEmpty.' => array('data' => 'levelfield:-2, backend_layout_next_level, slide'))), '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' => 'EXT:its_base/templates/project/html/fluid/Templates/default.html'), 'TEXT', '1.' => array('value' => 'EXT:its_base/templates/project/html/fluid/Templates/start.html'), 'TEXT', '3.' => array('value' => 'EXT:its_base/templates/project/html/fluid/Templates/nonavi.html')))), 'file' => 'EXT:its_base/templates/project/html/fluid/templates/default.html', 'partialRootPath' => 'EXT:its_base/templates/project/html/fluid/Partials/', 'layoutRootPath' => 'EXT:its_base/templates/project/html/fluid/Layouts/', 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'jumbotron' => 'CONTENT', 'jumbotron.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos=1')))), 'includeCSS.' => array('file10' => 'EXT:its_base/templates/project/css/contact-form-7.css', 'file10.' => array('forceOnTop' => '1', 'media' => 'all', 'compress' => '1'), 'file20' => 'EXT:its_base/templates/project/css/cf7cf-style.css', 'file20.' => array('media' => 'all', 'compress' => '1'), 'file30' => 'EXT:its_base/templates/project/css/mainstyles.css', 'file30.' => array('media' => 'all', 'compress' => '1'), 'file40' => 'EXT:its_base/templates/project/css/mainstyles2.css', 'file40.' => array('media' => 'all', 'compress' => '1'), 'contextproduct' => 'EXT:its_contexproducts_v2/Resources/Public/Css/product.css', 'contextproduct.' => array('media' => 'all', 'compress' => '1'), 'itscookie' => 'EXT:its_cookiev2/Resources/Public/Css/Cookie.css', 'itscookie.' => array('media' => 'all', 'compress' => '1', 'forceOnTop' => '0')), 'shortcutIcon' => 'EXT:its_base/Resources/Public/Icons/favicon.ico', 'includeJSFooter.' => array('jquery' => 'EXT:its_base/templates/project/js/jquery.min.js', 'jquery.' => array('forceOnTop' => '1'), 'slideout' => 'EXT:its_base/templates/project/js/slideout.js', 'domReady' => 'EXT:its_base/templates/project/js/domready.js', 'scrollreveal' => 'EXT:its_base/templates/project/js/scrollreveal.js', 'slick' => 'EXT:its_base/templates/project/js/slick.js', 'assets' => 'EXT:its_base/templates/project/js/assets3.js', 'assets2' => 'EXT:its_base/templates/project/js/query.matchHeight.js', 'assets3' => 'EXT:its_base/Resources/Public/Fa/js/all.js', 'assets3.' => array('async' => '1'), 'itscookie' => 'EXT:its_cookiev2/Resources/Public/JavaScript/InitBS5.js', 'itscookie.' => array('async' => 'true'), 'productOverview' => 'EXT:its_contexproducts_v2/Resources/Public/Js/productselector.js'), 'bodyTagCObject' => 'TEXT', 'bodyTagCObject.' => array('dataWrap' => '<body id="p{field:uid}" class="home page-template-default page page-id-{field:uid} mouse contex-large-format-scanners">'), 'FLUIDTEMPLATE', '9985.' => array('file' => 'EXT:its_cookiev2/Resources/Private/Templates/Default.html', 'dataProcessing.' => array('ITSHofmann\\ItsCookiev2\\Frontend\\DataProcessing\\DataProcessor', '5.' => array('languages' => 'auto', 'as' => 'languageNavigation'))), 'includeCSS2.' => array('itscookie2' => 'EXT:its_cookiev2/Resources/Public/Css/CookieColor.css', 'itscookie2.' => array('media' => 'all', 'compress' => '1', 'forceOnTop' => '0'))))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 246
     * @return string
     */
    protected function generatePageContent(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->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 268
     */
    protected function generatePageContentWithHeader(TypoScriptFrontendController $controller, ?SiteLanguage $siteLanguage): string
    {
        // Generate the page content, this has to be first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageContent($controller);
        $pageRenderer = $this->getPageRenderer();
        if ($controller->config['config']['moveJsFromHeaderToFooter'] ?? false) {
            $pageRenderer->enableMoveJsFromHeaderToFooter();
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContentWithHeader(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Site\Entity\SiteLanguage))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 168
            // If 'disableAllHeaderCode' is set, all the header-code is discarded
            if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
                $controller->content = $this->generatePageContent($controller);
            } else {
                $controller->content = $this->generatePageContentWithHeader($controller, $request->getAttribute('language', null));
            }

            $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 /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 46
        // 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(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 44
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 46
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting()) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 65
                return new RedirectResponse($externalUrl, 303);
            }
        }

        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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 118
                GeneralUtility::makeInstance($className)->checkDataSubmission($this->controller);
            }
        }

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

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 99
                    ['code' => PageAccessFailureReasons::CACHEHASH_COMPARISON_FAILED]
                );
            }
        }
        return $handler->handle($request);
    }

    /**
     * Calculates a hash string based on additional parameters in the url.
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 53
        ) {
            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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 171
            }
            $this->controller->determineId();
        }

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

    /**
     * Provides ways to bypass the '?id=[xxx]&type=[xx]' format, using either PATH_INFO or Server Rewrites
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 62
            $showHiddenRecords = ($this->context->hasAspect('visibility') ? $this->context->getAspect('visibility')->includeHidden() : false);
            $GLOBALS['TSFE']->fePreview = ($simulatingDate || $simulatingGroup || $showHiddenRecords);
        }

        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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 70
                return $response;
            }
        }

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

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 62

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 86
                $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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 58
            $beUser = $GLOBALS['BE_USER'];
            $beUser->adminPanel = GeneralUtility::makeInstance(AdminPanelView::class);
            $beUser->extAdmEnabled = true;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 68
        // At this point, we later get further route modifiers
        // for bw-compat we update $GLOBALS[TYPO3_REQUEST] to be used later in TSFE.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 49
            $connectionPool = GeneralUtility::makeInstance(ConnectionPool::class);
            $connection = $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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 95
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect(GeneralUtility::makeInstance(Context::class), $GLOBALS['BE_USER']);
        }

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

    /**
     * Creates the backend user object and returns it.
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 79

        // Register the frontend user as aspect
        $this->setFrontendUserAspect(GeneralUtility::makeInstance(Context::class), $frontendUser);

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

    /**
     * It's possible to transfer a frontend user session via a GET/POST parameter 'FE_SESSION_KEY'.
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 90
                GeneralUtility::callUserFunction($_funcRef, $_params, $GLOBALS['TSFE']);
            }
        }

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 50
    {
        $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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/PreprocessRequestHook.php line 57
                $hookParameters = [];
                GeneralUtility::callUserFunction($hookFunction, $hookParameters, $hookParameters);
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PreprocessRequestHook->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 58
        // refactored to have ServerRequest object available where it is needed. This global will be
        // deprecated then and removed.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 49
        );
        $timeTracker->start();
        $timeTracker->push('');

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                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/var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f870d601056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 67
     * @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 /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 108
    {
        $requestHandler = GeneralUtility::makeInstance($this->requestHandler);
        $dispatcher = $this->createMiddlewareDispatcher($requestHandler);

        return $dispatcher->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 /var/www/customers/contex.de/www/public/typo3/sysext/frontend/Classes/Http/Application.php line 69
        if (!$this->checkIfEssentialConfigurationExists()) {
            return $this->installToolRedirect();
        }
        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/customers/contex.de/www/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 120
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                \TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /var/www/customers/contex.de/www/public/index.php line 24
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require dirname(__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 /var/www/customers/contex.de/www/public/index.php line 25
call_user_func(function () {
    $classLoader = require dirname(__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();
});