Whoops, looks like something went wrong.

(1/1) TypeError

DavidKohr\ThemeBase\Xclass\News\NewsController::handleNoNewsFoundError(): Return value must be of type ?Psr\Http\Message\ResponseInterface, string returned

in /www/htdocs/w00c5b42/typo11/public/typo3conf/ext/theme_base/Classes/Xclass/News/NewsController.php line 115
                $this->getTypoScriptFrontendController()->set_no_cache('News record not found');

                $standaloneTemplate = GeneralUtility::makeInstance(StandaloneView::class);
                $standaloneTemplate->setTemplatePathAndFilename(GeneralUtility::getFileAbsFileName($options[1]));
                return $standaloneTemplate->render();
                break;
            default:
                return '';
        }
at DavidKohr\ThemeBase\Xclass\News\NewsController->handleNoNewsFoundError('showStandaloneTemplate,EXT:news/Resources/Private/Templates/News/DetailNotFound.html,404')
in /www/htdocs/w00c5b42/typo11/public/typo3conf/ext/news/Classes/Controller/NewsController.php line 416
                $provider = GeneralUtility::makeInstance($providerClass);
                $provider->setTitleByNews($news, $providerConfiguration);
            }
        } elseif (isset($this->settings['detail']['errorHandling'])) {
            $errorResponse = $this->handleNoNewsFoundError($this->settings['detail']['errorHandling'] ?? '');
            if ($errorResponse) {
                return $errorResponse;
            }
        }
at GeorgRinger\News\Controller\NewsController->detailAction(null, 1)
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 571
        }
        $validationResult = $this->arguments->validate();
        if (!$validationResult->hasErrors()) {
            $this->eventDispatcher->dispatch(new BeforeActionCallEvent(static::class, $this->actionMethodName, $preparedArguments));
            $actionResult = $this->{$this->actionMethodName}(...$preparedArguments);
        } else {
            $actionResult = $this->{$this->errorMethodName}();
        }

at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod(object(TYPO3\CMS\Extbase\Mvc\Request))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 488
        $this->view = $this->resolveView();
        if ($this->view !== null && method_exists($this, 'initializeView')) {
            $this->initializeView($this->view);
        }
        $response = $this->callActionMethod($request);
        $this->renderAssetsForRequest($request);

        return $response;
    }
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Request))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 96
                throw new InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $response = $controller->processRequest($request);
                if ($response instanceof ForwardResponse) {
                    // The controller action returned an extbase internal Forward response:
                    // Another action should be dispatched.
                    $request = static::buildRequestFromCurrentRequestAndForwardResponse($request, $response);
at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Request))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 46
     * @throws InfiniteLoopException
     */
    public function handleRequest(RequestInterface $request)
    {
        return $this->dispatcher->dispatch($request);
    }

    /**
     * This request handler can handle any web request.
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest(object(TYPO3\CMS\Extbase\Mvc\Request))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 165
        }

        // Dispatch the extbase request
        $requestHandler = $this->requestHandlerResolver->resolveRequestHandler($extbaseRequest);
        $response = $requestHandler->handleRequest($extbaseRequest);
        if ($response->getStatusCode() >= 300) {
            // Avoid caching the plugin when we issue a redirect or error response
            // This means that even when an action is configured as cachable
            // we avoid the plugin to be cached, but keep the page cache untouched
at TYPO3\CMS\Extbase\Core\Bootstrap->handleFrontendRequest(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 148
    public function run(string $content, array $configuration, ?ServerRequestInterface $request = null): string
    {
        $request = $request ?? $GLOBALS['TYPO3_REQUEST'];
        $this->initialize($configuration);
        return $this->handleFrontendRequest($request);
    }

    protected function handleFrontendRequest(ServerRequestInterface $request): string
    {
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail'), object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5431
                        // Extensions should either drop the property altogether if they don't need current instance
                        // of ContentObjectRenderer, or set the property to protected and use the setter above.
                        $classObj->cObj = $this;
                    }
                    $content = $callable($content, $conf, $this->getRequest());
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', LogLevel::ERROR);
                }
            } else {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail'), '')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 44
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $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' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail'))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail'))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail'), 'tt_content.news_newsdetail.20')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 197
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'tt_content.news_newsdetail.20', '20')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 174
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 8294, 'pid' => 920, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1639047214, 'crdate' => 1447686217, 'cruser_id' => 1, 'hidden' => 0, 'sorting' => 256, 'CType' => 'news_newsdetail', 'header' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 2, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'menu_type' => '0', 'list_type' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="settings.singleNews"> <value index="vDEF"></value> </field> <field index="settings.previewHiddenRecords"> <value index="vDEF">2</value> </field> <field index="settings.startingpoint"> <value index="vDEF"></value> </field> <field index="settings.recursive"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="additional"> <language index="lDEF"> <field index="settings.detailPid"> <value index="vDEF"></value> </field> <field index="settings.backPid"> <value index="vDEF"></value> </field> <field index="settings.excludeAlreadyDisplayedNews"> <value index="vDEF">0</value> </field> <field index="settings.disableOverrideDemand"> <value index="vDEF">0</value> </field> </language> </sheet> <sheet index="template"> <language index="lDEF"> <field index="settings.media.maxWidth"> <value index="vDEF">1200</value> </field> <field index="settings.media.maxHeight"> <value index="vDEF">500</value> </field> <field index="settings.templateLayout"> <value index="vDEF">DetailPress</value> </field> </language> </sheet> <sheet index="themebase"> <language index="lDEF"> <field index="settings.newsHeader"> <value index="vDEF"></value> </field> <field index="settings.newsFooter"> <value index="vDEF"></value> </field> <field index="settings.titleHeaderLayout"> <value index="vDEF">2</value> </field> <field index="settings.hiddenImage"> <value index="vDEF">0</value> </field> <field index="settings.hiddenTeaser"> <value index="vDEF">0</value> </field> <field index="settings.hiddenMorelink"> <value index="vDEF">0</value> </field> <field index="settings.setBackgroundColor"> <value index="vDEF">0</value> </field> <field index="settings.setHrDate"> <value index="vDEF">1</value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"header_position":null,"date":null,"header_class":null,"header_style":null,"header_link":null,"subheader":null,"list_type":null,"pi_flexform":null,"layout":null,"space_before_class":null,"space_after_class":null,"sectionIndex":null,"linkToTop":null,"wow_animation":null,"wow_duration":null,"wow_delay":null,"wow_offset":null,"wow_iteration":null,"bs_container":null,"bs_row":null,"bs_col":null,"bs_class":null,"bs_class_includeall":null,"sys_language_uid":null,"hidden":null,"starttime":null,"endtime":null,"fe_group":null,"editlock":null,"categories":null,"rowDescription":null,"tx_fontawesome_icon":null}', 'selected_categories' => null, 'category_field' => '', 'categories' => 0, 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => null, 'table_caption' => null, 'table_delimiter' => 0, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'backupColPos' => -2, 'tx_aacontentelements_menudesigner_levels' => 0, 'exclude_pages' => null, 'css_classes' => null, 'pages_entrylevel' => null, 'space_before_class' => '', 'space_after_class' => '', 'frame_class' => 'default', 'l10n_source' => 0, 'table_class' => '', 'wow_animation' => '', 'wow_delay' => 0, 'wow_iteration' => 0, 'wow_offset' => 0, 'bs_container' => 1, 'bs_row' => 'row', 'bs_col' => 'col-12', 'custom_javascript' => null, 'custom_javascript_libs' => null, 'custom_css' => null, 'l10n_state' => null, 'header_position' => '', 'wow_duration' => 0, 'filelink_sorting_direction' => '', 'uploads_copyright' => 0, 'uploads_download' => 0, 'imagetextratio' => 0, 'bs_class' => '', 'bs_class_includeall' => 0, 'tx_vfmmakler_related_makleroption' => 0, 'custom_css_libs' => null, 'header_style' => '', 'header_class' => '', 'tx_container_parent' => 0, 'custom_icon' => 0, 'fontawesome_icon' => null, 'pi_flexform_transformed' => array('settings' => array('singleNews' => '', 'previewHiddenRecords' => '2', 'startingpoint' => '', 'recursive' => '', 'detailPid' => '', 'backPid' => '', 'excludeAlreadyDisplayedNews' => '0', 'disableOverrideDemand' => '0', 'media' => array('maxWidth' => '1200', 'maxHeight' => '500'), 'templateLayout' => 'DetailPress', 'newsHeader' => '', 'newsFooter' => '', 'titleHeaderLayout' => '2', 'hiddenImage' => '0', 'hiddenTeaser' => '0', 'hiddenMorelink' => '0', 'setBackgroundColor' => '0', 'setHrDate' => '1'))), 'typoscriptObjectPath' => 'tt_content.news_newsdetail.20', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00c5b42/typo11/var/cache/code/fluid_template/Standard_action_generic_f06dd6aef7e9fde4258a11e02289c179084d6ea1.php line 180
$arguments8['typoscriptObjectPath'] = $output10;
$array12 = array (
);$arguments8['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array12);
$arguments8['table'] = 'tt_content';
$renderChildrenClosure9 = ($arguments8['data'] !== null) ? function() use ($arguments8) { return $arguments8['data']; } : $renderChildrenClosure9;return TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);
};

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

at Standard_action_generic_f06dd6aef7e9fde4258a11e02289c179084d6ea1->{closure}()
in /www/htdocs/w00c5b42/typo11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 137
    private static function evaluateElseClosures(array $closures, array $conditionClosures, RenderingContextInterface $renderingContext)
    {
        foreach ($closures as $elseNodeIndex => $elseNodeClosure) {
            if (!isset($conditionClosures[$elseNodeIndex])) {
                return $elseNodeClosure();
            }
            if ($conditionClosures[$elseNodeIndex]()) {
                return $elseNodeClosure();
            }
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::evaluateElseClosures(array(object(Closure)), array(), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00c5b42/typo11/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 83
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
        } elseif (array_key_exists('else', $arguments)) {
            return $arguments['else'];
        }
        return '';
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => false, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00c5b42/typo11/var/cache/code/fluid_template/Standard_action_generic_f06dd6aef7e9fde4258a11e02289c179084d6ea1.php line 183
$arguments8['table'] = 'tt_content';
$renderChildrenClosure9 = ($arguments8['data'] !== null) ? function() use ($arguments8) { return $arguments8['data']; } : $renderChildrenClosure9;return TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments8, $renderChildrenClosure9, $renderingContext);
};

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

$output0 .= '

';
at Standard_action_generic_f06dd6aef7e9fde4258a11e02289c179084d6ea1->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00c5b42/typo11/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Main', array(), true)
in /www/htdocs/w00c5b42/typo11/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => true, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00c5b42/typo11/var/cache/code/fluid_template/layout_Default_html_072597ada1d7414f40eaf1a783d0466e62cc2a01.php line 1860
     ),
     $renderingContext
    );

$output40 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments119, $renderChildrenClosure120, $renderingContext);

$output40 .= '
     ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_072597ada1d7414f40eaf1a783d0466e62cc2a01->{closure}()
in /www/htdocs/w00c5b42/typo11/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 /www/htdocs/w00c5b42/typo11/var/cache/code/fluid_template/layout_Default_html_072597ada1d7414f40eaf1a783d0466e62cc2a01.php line 2507
   ';
return $output162;
};

$output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments38, $renderChildrenClosure39, $renderingContext);

$output3 .= '
  ';
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
at layout_Default_html_072597ada1d7414f40eaf1a783d0466e62cc2a01->{closure}()
in /www/htdocs/w00c5b42/typo11/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php line 61
     * @return string
     */
    public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
    {
        return trim(preg_replace('/\\>\\s+\\</', '><', (string)$childClosure()));
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00c5b42/typo11/var/cache/code/fluid_template/layout_Default_html_072597ada1d7414f40eaf1a783d0466e62cc2a01.php line 2653
return $output3;
};
$arguments1 = array();

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

$output0 .= '
';

at layout_Default_html_072597ada1d7414f40eaf1a783d0466e62cc2a01->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00c5b42/typo11/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 340
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 106

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'Generic', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"'))))), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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' => 'Generic', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"'))))), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'Generic', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"'))))), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'lib.contentElement')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 746
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'Generic', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"'))))), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsdetail')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 45
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'googlereviews_pi1' => 'USER', 'googlereviews_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoogleReviews', 'pluginName' => 'Pi1'), 'lux_fe' => 'USER', 'lux_fe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Fe'), 'lux_pi1' => 'USER', 'lux_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Pi1'), 'vfmmakler_maklerlisting' => 'USER', 'vfmmakler_maklerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Maklerlisting'), 'vfmmakler_keyfeatureslisting' => 'USER', 'vfmmakler_keyfeatureslisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Keyfeatureslisting'), 'vfmmakler_productpartnerlisting' => 'USER', 'vfmmakler_productpartnerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Productpartnerlisting'), 'vfmmakler_onlinecalculatorlisting' => 'USER', 'vfmmakler_onlinecalculatorlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Onlinecalculatorlisting'), 'wecookieconsent_pi1' => 'USER', 'wecookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeCookieConsent', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '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'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stagemedia' => '< lib.contentElement', 'stagemedia.' => array('templateName' => 'Stagemedia', 'settings.' => array('cropDescription' => '160', 'responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))), 'variables.' => array('pageUid' => 'TEXT', 'pageUid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaVhs\\DataProcessor\\FlexFormProcessor'), 'templateRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Partials/ContentElements/')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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'))), 'settings.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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')))), 'video' => 'FLUIDTEMPLATE', 'video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), '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')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'container1Column' => '< lib.contentElement', 'container1Column.' => array('templateName' => 'Bootstrap/BootstrapGrids', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/Extension/Container/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/Extension/Container/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'container2Columns' => '< tt_content.container1Column', 'container3Columns' => '< tt_content.container1Column', 'container4Columns' => '< tt_content.container1Column', 'container5Columns' => '< tt_content.container1Column', 'container6Columns' => '< tt_content.container1Column', 'container7Columns' => '< tt_content.container1Column', 'container8Columns' => '< tt_content.container1Column', 'container9Columns' => '< tt_content.container1Column', 'container10Columns' => '< tt_content.container1Column', 'container11Columns' => '< tt_content.container1Column', 'container12Columns' => '< tt_content.container1Column', 'containerAccordion' => '< tt_content.container1Column', 'containerAccordion.' => array('templateName' => 'Bootstrap/BootstrapAccordion', 'settings.' => array('defaultIcon' => 'fas fa-check text-success')), 'containerTabs' => '< tt_content.container1Column', 'containerTabs.' => array('templateName' => 'Bootstrap/BootstrapTabs'), 'containerModalBox' => '< tt_content.container1Column', 'containerModalBox.' => array('templateName' => 'Bootstrap/BootstrapModalBox'), 'containerFlexslider2' => '< tt_content.container1Column', 'containerFlexslider2.' => array('templateName' => 'Jquery/Flexslider2', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '105.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media')), 'variables.' => array('cssFile' => 'TEXT', 'cssFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/css/flexslider.css'), 'jsFile' => 'TEXT', 'jsFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/js/jquery.flexslider.min.js'))), 'icon' => 'FLUIDTEMPLATE', 'icon.' => array('templateName' => 'ContentElement/Icon', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:fontawesome/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'aa_copyright' => '< lib.contentElement', 'aa_copyright.' => array('templateName' => 'Copyright', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_feuseroutput' => '< lib.contentElement', 'aa_feuseroutput.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/FeUserOutput/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/FeUserOutput/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/FeUserOutput/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_imagefrompageresource' => '< lib.contentElement', 'aa_imagefrompageresource.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/ImageFromPageResource/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/ImageFromPageResource/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/ImageFromPageResource/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_indexedsearchbox' => '< lib.contentElement', 'aa_indexedsearchbox.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/IndexedSearchbox/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/IndexedSearchbox/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/IndexedSearchbox/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_menudesigner' => '< lib.contentElement', 'aa_menudesigner.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Menudesigner/', 'EXT:vfmmakler/Resources/Private/Templates/Extension/AaContentelements/Menudesigner/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Menudesigner/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Menudesigner/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0'), 'cdCurrentPid' => 'TEXT', 'cdCurrentPid.' => array('data' => 'TSFE:id'), 'maklerExcludePages' => 'TEXT', 'maklerExcludePages.' => array('value' => '896', 'value.' => array('insertData' => '1'))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('if.' => array('isTrue.' => array('field' => 'tx_aacontentelements_menudesigner_levels')), 'table' => 'tx_aacontentelements_menudesigner_levels', 'pidInList.' => array('field' => 'pid'), 'where' => 'parentid=###uid### AND deleted=0 AND hidden=0', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'menulevels')), 'settings.' => array('makler.' => array('detailPid' => '896'))), 'aa_outputpagefield' => '< lib.contentElement', 'aa_outputpagefield.' => array('templateName' => 'Outputpagefield', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'variables.' => array('isNewsDetailView' => 'TEXT', 'isNewsDetailView.' => array('value' => '0', 'override' => '1', 'override.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news'))))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_pageelements' => '< lib.contentElement', 'aa_pageelements.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Pageelements/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Pageelements/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Pageelements/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'simpleimage' => '< lib.contentElement', 'simpleimage.' => array('templateName' => 'Simpleimage', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images')), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))))), 'aa_sliderfrompage' => '< lib.contentElement', 'aa_sliderfrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/SliderFromPage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/SliderFromPage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/SliderFromPage/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_stagemedia' => '< lib.contentElement', 'aa_stagemedia.' => array('templateName' => 'Stagemedia/Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'settings.' => array('cropDescription' => '160', 'aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_tilefrompage' => '< lib.contentElement', 'aa_tilefrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Tilefrompage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Tilefrompage/', 'EXT:theme_vfm1/Resources/Private/Partials/Extension/AaContentelements/Tilefrompage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Tilefrompage/'), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid:0'), 'defaultCropDescription' => 'TEXT', 'defaultCropDescription.' => array('value' => '130')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_video' => '< lib.contentElement', 'aa_video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'makler_aboutus' => 'FLUIDTEMPLATE', 'makler_aboutus.' => array('templateName' => 'AboutUs', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_brokerassociation' => 'FLUIDTEMPLATE', 'makler_brokerassociation.' => array('templateName' => 'BrokerAssociation', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_contact' => 'FLUIDTEMPLATE', 'makler_contact.' => array('templateName' => 'Contact', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_law' => 'FLUIDTEMPLATE', 'makler_law.' => array('templateName' => 'Law', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_locations' => 'FLUIDTEMPLATE', 'makler_locations.' => array('templateName' => 'Locations', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'webservice.' => array('imprintUrl' => 'https://www.mein-vfm.de/web/wpimpressum.aspx?id=', 'privatePolicyUrl' => 'https://www.mein-vfm.de/web/Datenschutz.aspx?ID='), 'limit' => '', 'maptiler.' => array('maklerPointerIcon' => 'EXT:vfmmakler/Resources/Public/Maps/pointerVfmMakler.png', 'startingPointerIcon' => 'EXT:vfmmakler/Resources/Public/GoogleMaps/pointerRed.png', 'apiKey' => 'juyof8n8qC3ITXNucJCS', 'mapStyleURL' => 'https://api.maptiler.com/maps/6e1c61de-258c-4b16-9fac-77de684a2c75/style.json?key=', 'jsLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.js', 'cssLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.css')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_logo' => 'FLUIDTEMPLATE', 'makler_logo.' => array('templateName' => 'Logo', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_member' => 'FLUIDTEMPLATE', 'makler_member.' => array('templateName' => 'Member', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '130', 'height' => '173'), 'portrait.' => array('width' => '130c', 'height' => '173c-100'), 'square.' => array('width' => '150c', 'height' => '150c-100'), 'circle.' => array('width' => '150c', 'height' => '150c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_officehours' => 'FLUIDTEMPLATE', 'makler_officehours.' => array('templateName' => 'Officehours', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_options' => 'FLUIDTEMPLATE', 'makler_options.' => array('templateName' => 'Options', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout1.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout2.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_ekomi' => 'FLUIDTEMPLATE', 'reviews_ekomi.' => array('templateName' => 'ReviewsEkomi', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_google' => 'FLUIDTEMPLATE', 'reviews_google.' => array('templateName' => 'ReviewsGoogle', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_socialnetwork' => 'FLUIDTEMPLATE', 'makler_socialnetwork.' => array('templateName' => 'Socialnetwork', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_welcome' => 'FLUIDTEMPLATE', 'makler_welcome.' => array('templateName' => 'Welcome', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'containerMaklerActive' => '< lib.contentElement', 'containerMaklerActive.' => array('templateName' => 'ContainerMaklerActive', 'templateRootPaths.' => array('EXT:vfmmakler/Resources/Private/Templates/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')))))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'googlereviews_pi1' => 'USER', 'googlereviews_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoogleReviews', 'pluginName' => 'Pi1'), 'lux_fe' => 'USER', 'lux_fe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Fe'), 'lux_pi1' => 'USER', 'lux_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Pi1'), 'vfmmakler_maklerlisting' => 'USER', 'vfmmakler_maklerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Maklerlisting'), 'vfmmakler_keyfeatureslisting' => 'USER', 'vfmmakler_keyfeatureslisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Keyfeatureslisting'), 'vfmmakler_productpartnerlisting' => 'USER', 'vfmmakler_productpartnerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Productpartnerlisting'), 'vfmmakler_onlinecalculatorlisting' => 'USER', 'vfmmakler_onlinecalculatorlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Onlinecalculatorlisting'), 'wecookieconsent_pi1' => 'USER', 'wecookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeCookieConsent', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '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'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stagemedia' => '< lib.contentElement', 'stagemedia.' => array('templateName' => 'Stagemedia', 'settings.' => array('cropDescription' => '160', 'responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))), 'variables.' => array('pageUid' => 'TEXT', 'pageUid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaVhs\\DataProcessor\\FlexFormProcessor'), 'templateRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Partials/ContentElements/')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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'))), 'settings.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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')))), 'video' => 'FLUIDTEMPLATE', 'video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), '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')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'container1Column' => '< lib.contentElement', 'container1Column.' => array('templateName' => 'Bootstrap/BootstrapGrids', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/Extension/Container/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/Extension/Container/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'container2Columns' => '< tt_content.container1Column', 'container3Columns' => '< tt_content.container1Column', 'container4Columns' => '< tt_content.container1Column', 'container5Columns' => '< tt_content.container1Column', 'container6Columns' => '< tt_content.container1Column', 'container7Columns' => '< tt_content.container1Column', 'container8Columns' => '< tt_content.container1Column', 'container9Columns' => '< tt_content.container1Column', 'container10Columns' => '< tt_content.container1Column', 'container11Columns' => '< tt_content.container1Column', 'container12Columns' => '< tt_content.container1Column', 'containerAccordion' => '< tt_content.container1Column', 'containerAccordion.' => array('templateName' => 'Bootstrap/BootstrapAccordion', 'settings.' => array('defaultIcon' => 'fas fa-check text-success')), 'containerTabs' => '< tt_content.container1Column', 'containerTabs.' => array('templateName' => 'Bootstrap/BootstrapTabs'), 'containerModalBox' => '< tt_content.container1Column', 'containerModalBox.' => array('templateName' => 'Bootstrap/BootstrapModalBox'), 'containerFlexslider2' => '< tt_content.container1Column', 'containerFlexslider2.' => array('templateName' => 'Jquery/Flexslider2', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '105.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media')), 'variables.' => array('cssFile' => 'TEXT', 'cssFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/css/flexslider.css'), 'jsFile' => 'TEXT', 'jsFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/js/jquery.flexslider.min.js'))), 'icon' => 'FLUIDTEMPLATE', 'icon.' => array('templateName' => 'ContentElement/Icon', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:fontawesome/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'aa_copyright' => '< lib.contentElement', 'aa_copyright.' => array('templateName' => 'Copyright', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_feuseroutput' => '< lib.contentElement', 'aa_feuseroutput.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/FeUserOutput/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/FeUserOutput/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/FeUserOutput/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_imagefrompageresource' => '< lib.contentElement', 'aa_imagefrompageresource.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/ImageFromPageResource/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/ImageFromPageResource/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/ImageFromPageResource/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_indexedsearchbox' => '< lib.contentElement', 'aa_indexedsearchbox.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/IndexedSearchbox/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/IndexedSearchbox/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/IndexedSearchbox/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_menudesigner' => '< lib.contentElement', 'aa_menudesigner.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Menudesigner/', 'EXT:vfmmakler/Resources/Private/Templates/Extension/AaContentelements/Menudesigner/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Menudesigner/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Menudesigner/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0'), 'cdCurrentPid' => 'TEXT', 'cdCurrentPid.' => array('data' => 'TSFE:id'), 'maklerExcludePages' => 'TEXT', 'maklerExcludePages.' => array('value' => '896', 'value.' => array('insertData' => '1'))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('if.' => array('isTrue.' => array('field' => 'tx_aacontentelements_menudesigner_levels')), 'table' => 'tx_aacontentelements_menudesigner_levels', 'pidInList.' => array('field' => 'pid'), 'where' => 'parentid=###uid### AND deleted=0 AND hidden=0', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'menulevels')), 'settings.' => array('makler.' => array('detailPid' => '896'))), 'aa_outputpagefield' => '< lib.contentElement', 'aa_outputpagefield.' => array('templateName' => 'Outputpagefield', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'variables.' => array('isNewsDetailView' => 'TEXT', 'isNewsDetailView.' => array('value' => '0', 'override' => '1', 'override.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news'))))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_pageelements' => '< lib.contentElement', 'aa_pageelements.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Pageelements/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Pageelements/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Pageelements/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'simpleimage' => '< lib.contentElement', 'simpleimage.' => array('templateName' => 'Simpleimage', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images')), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))))), 'aa_sliderfrompage' => '< lib.contentElement', 'aa_sliderfrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/SliderFromPage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/SliderFromPage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/SliderFromPage/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_stagemedia' => '< lib.contentElement', 'aa_stagemedia.' => array('templateName' => 'Stagemedia/Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'settings.' => array('cropDescription' => '160', 'aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_tilefrompage' => '< lib.contentElement', 'aa_tilefrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Tilefrompage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Tilefrompage/', 'EXT:theme_vfm1/Resources/Private/Partials/Extension/AaContentelements/Tilefrompage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Tilefrompage/'), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid:0'), 'defaultCropDescription' => 'TEXT', 'defaultCropDescription.' => array('value' => '130')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_video' => '< lib.contentElement', 'aa_video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'makler_aboutus' => 'FLUIDTEMPLATE', 'makler_aboutus.' => array('templateName' => 'AboutUs', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_brokerassociation' => 'FLUIDTEMPLATE', 'makler_brokerassociation.' => array('templateName' => 'BrokerAssociation', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_contact' => 'FLUIDTEMPLATE', 'makler_contact.' => array('templateName' => 'Contact', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_law' => 'FLUIDTEMPLATE', 'makler_law.' => array('templateName' => 'Law', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_locations' => 'FLUIDTEMPLATE', 'makler_locations.' => array('templateName' => 'Locations', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'webservice.' => array('imprintUrl' => 'https://www.mein-vfm.de/web/wpimpressum.aspx?id=', 'privatePolicyUrl' => 'https://www.mein-vfm.de/web/Datenschutz.aspx?ID='), 'limit' => '', 'maptiler.' => array('maklerPointerIcon' => 'EXT:vfmmakler/Resources/Public/Maps/pointerVfmMakler.png', 'startingPointerIcon' => 'EXT:vfmmakler/Resources/Public/GoogleMaps/pointerRed.png', 'apiKey' => 'juyof8n8qC3ITXNucJCS', 'mapStyleURL' => 'https://api.maptiler.com/maps/6e1c61de-258c-4b16-9fac-77de684a2c75/style.json?key=', 'jsLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.js', 'cssLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.css')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_logo' => 'FLUIDTEMPLATE', 'makler_logo.' => array('templateName' => 'Logo', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_member' => 'FLUIDTEMPLATE', 'makler_member.' => array('templateName' => 'Member', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '130', 'height' => '173'), 'portrait.' => array('width' => '130c', 'height' => '173c-100'), 'square.' => array('width' => '150c', 'height' => '150c-100'), 'circle.' => array('width' => '150c', 'height' => '150c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_officehours' => 'FLUIDTEMPLATE', 'makler_officehours.' => array('templateName' => 'Officehours', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_options' => 'FLUIDTEMPLATE', 'makler_options.' => array('templateName' => 'Options', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout1.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout2.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_ekomi' => 'FLUIDTEMPLATE', 'reviews_ekomi.' => array('templateName' => 'ReviewsEkomi', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_google' => 'FLUIDTEMPLATE', 'reviews_google.' => array('templateName' => 'ReviewsGoogle', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_socialnetwork' => 'FLUIDTEMPLATE', 'makler_socialnetwork.' => array('templateName' => 'Socialnetwork', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_welcome' => 'FLUIDTEMPLATE', 'makler_welcome.' => array('templateName' => 'Welcome', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'containerMaklerActive' => '< lib.contentElement', 'containerMaklerActive.' => array('templateName' => 'ContainerMaklerActive', 'templateRootPaths.' => array('EXT:vfmmakler/Resources/Private/Templates/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')))))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'googlereviews_pi1' => 'USER', 'googlereviews_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoogleReviews', 'pluginName' => 'Pi1'), 'lux_fe' => 'USER', 'lux_fe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Fe'), 'lux_pi1' => 'USER', 'lux_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Pi1'), 'vfmmakler_maklerlisting' => 'USER', 'vfmmakler_maklerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Maklerlisting'), 'vfmmakler_keyfeatureslisting' => 'USER', 'vfmmakler_keyfeatureslisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Keyfeatureslisting'), 'vfmmakler_productpartnerlisting' => 'USER', 'vfmmakler_productpartnerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Productpartnerlisting'), 'vfmmakler_onlinecalculatorlisting' => 'USER', 'vfmmakler_onlinecalculatorlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Onlinecalculatorlisting'), 'wecookieconsent_pi1' => 'USER', 'wecookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeCookieConsent', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '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'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stagemedia' => '< lib.contentElement', 'stagemedia.' => array('templateName' => 'Stagemedia', 'settings.' => array('cropDescription' => '160', 'responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))), 'variables.' => array('pageUid' => 'TEXT', 'pageUid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaVhs\\DataProcessor\\FlexFormProcessor'), 'templateRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Partials/ContentElements/')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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'))), 'settings.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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')))), 'video' => 'FLUIDTEMPLATE', 'video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), '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')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'container1Column' => '< lib.contentElement', 'container1Column.' => array('templateName' => 'Bootstrap/BootstrapGrids', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/Extension/Container/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/Extension/Container/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'container2Columns' => '< tt_content.container1Column', 'container3Columns' => '< tt_content.container1Column', 'container4Columns' => '< tt_content.container1Column', 'container5Columns' => '< tt_content.container1Column', 'container6Columns' => '< tt_content.container1Column', 'container7Columns' => '< tt_content.container1Column', 'container8Columns' => '< tt_content.container1Column', 'container9Columns' => '< tt_content.container1Column', 'container10Columns' => '< tt_content.container1Column', 'container11Columns' => '< tt_content.container1Column', 'container12Columns' => '< tt_content.container1Column', 'containerAccordion' => '< tt_content.container1Column', 'containerAccordion.' => array('templateName' => 'Bootstrap/BootstrapAccordion', 'settings.' => array('defaultIcon' => 'fas fa-check text-success')), 'containerTabs' => '< tt_content.container1Column', 'containerTabs.' => array('templateName' => 'Bootstrap/BootstrapTabs'), 'containerModalBox' => '< tt_content.container1Column', 'containerModalBox.' => array('templateName' => 'Bootstrap/BootstrapModalBox'), 'containerFlexslider2' => '< tt_content.container1Column', 'containerFlexslider2.' => array('templateName' => 'Jquery/Flexslider2', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '105.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media')), 'variables.' => array('cssFile' => 'TEXT', 'cssFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/css/flexslider.css'), 'jsFile' => 'TEXT', 'jsFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/js/jquery.flexslider.min.js'))), 'icon' => 'FLUIDTEMPLATE', 'icon.' => array('templateName' => 'ContentElement/Icon', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:fontawesome/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'aa_copyright' => '< lib.contentElement', 'aa_copyright.' => array('templateName' => 'Copyright', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_feuseroutput' => '< lib.contentElement', 'aa_feuseroutput.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/FeUserOutput/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/FeUserOutput/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/FeUserOutput/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_imagefrompageresource' => '< lib.contentElement', 'aa_imagefrompageresource.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/ImageFromPageResource/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/ImageFromPageResource/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/ImageFromPageResource/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_indexedsearchbox' => '< lib.contentElement', 'aa_indexedsearchbox.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/IndexedSearchbox/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/IndexedSearchbox/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/IndexedSearchbox/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_menudesigner' => '< lib.contentElement', 'aa_menudesigner.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Menudesigner/', 'EXT:vfmmakler/Resources/Private/Templates/Extension/AaContentelements/Menudesigner/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Menudesigner/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Menudesigner/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0'), 'cdCurrentPid' => 'TEXT', 'cdCurrentPid.' => array('data' => 'TSFE:id'), 'maklerExcludePages' => 'TEXT', 'maklerExcludePages.' => array('value' => '896', 'value.' => array('insertData' => '1'))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('if.' => array('isTrue.' => array('field' => 'tx_aacontentelements_menudesigner_levels')), 'table' => 'tx_aacontentelements_menudesigner_levels', 'pidInList.' => array('field' => 'pid'), 'where' => 'parentid=###uid### AND deleted=0 AND hidden=0', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'menulevels')), 'settings.' => array('makler.' => array('detailPid' => '896'))), 'aa_outputpagefield' => '< lib.contentElement', 'aa_outputpagefield.' => array('templateName' => 'Outputpagefield', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'variables.' => array('isNewsDetailView' => 'TEXT', 'isNewsDetailView.' => array('value' => '0', 'override' => '1', 'override.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news'))))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_pageelements' => '< lib.contentElement', 'aa_pageelements.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Pageelements/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Pageelements/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Pageelements/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'simpleimage' => '< lib.contentElement', 'simpleimage.' => array('templateName' => 'Simpleimage', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images')), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))))), 'aa_sliderfrompage' => '< lib.contentElement', 'aa_sliderfrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/SliderFromPage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/SliderFromPage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/SliderFromPage/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_stagemedia' => '< lib.contentElement', 'aa_stagemedia.' => array('templateName' => 'Stagemedia/Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'settings.' => array('cropDescription' => '160', 'aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_tilefrompage' => '< lib.contentElement', 'aa_tilefrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Tilefrompage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Tilefrompage/', 'EXT:theme_vfm1/Resources/Private/Partials/Extension/AaContentelements/Tilefrompage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Tilefrompage/'), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid:0'), 'defaultCropDescription' => 'TEXT', 'defaultCropDescription.' => array('value' => '130')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_video' => '< lib.contentElement', 'aa_video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'makler_aboutus' => 'FLUIDTEMPLATE', 'makler_aboutus.' => array('templateName' => 'AboutUs', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_brokerassociation' => 'FLUIDTEMPLATE', 'makler_brokerassociation.' => array('templateName' => 'BrokerAssociation', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_contact' => 'FLUIDTEMPLATE', 'makler_contact.' => array('templateName' => 'Contact', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_law' => 'FLUIDTEMPLATE', 'makler_law.' => array('templateName' => 'Law', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_locations' => 'FLUIDTEMPLATE', 'makler_locations.' => array('templateName' => 'Locations', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'webservice.' => array('imprintUrl' => 'https://www.mein-vfm.de/web/wpimpressum.aspx?id=', 'privatePolicyUrl' => 'https://www.mein-vfm.de/web/Datenschutz.aspx?ID='), 'limit' => '', 'maptiler.' => array('maklerPointerIcon' => 'EXT:vfmmakler/Resources/Public/Maps/pointerVfmMakler.png', 'startingPointerIcon' => 'EXT:vfmmakler/Resources/Public/GoogleMaps/pointerRed.png', 'apiKey' => 'juyof8n8qC3ITXNucJCS', 'mapStyleURL' => 'https://api.maptiler.com/maps/6e1c61de-258c-4b16-9fac-77de684a2c75/style.json?key=', 'jsLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.js', 'cssLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.css')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_logo' => 'FLUIDTEMPLATE', 'makler_logo.' => array('templateName' => 'Logo', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_member' => 'FLUIDTEMPLATE', 'makler_member.' => array('templateName' => 'Member', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '130', 'height' => '173'), 'portrait.' => array('width' => '130c', 'height' => '173c-100'), 'square.' => array('width' => '150c', 'height' => '150c-100'), 'circle.' => array('width' => '150c', 'height' => '150c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_officehours' => 'FLUIDTEMPLATE', 'makler_officehours.' => array('templateName' => 'Officehours', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_options' => 'FLUIDTEMPLATE', 'makler_options.' => array('templateName' => 'Options', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout1.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout2.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_ekomi' => 'FLUIDTEMPLATE', 'reviews_ekomi.' => array('templateName' => 'ReviewsEkomi', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_google' => 'FLUIDTEMPLATE', 'reviews_google.' => array('templateName' => 'ReviewsGoogle', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_socialnetwork' => 'FLUIDTEMPLATE', 'makler_socialnetwork.' => array('templateName' => 'Socialnetwork', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_welcome' => 'FLUIDTEMPLATE', 'makler_welcome.' => array('templateName' => 'Welcome', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'containerMaklerActive' => '< lib.contentElement', 'containerMaklerActive.' => array('templateName' => 'ContainerMaklerActive', 'templateRootPaths.' => array('EXT:vfmmakler/Resources/Private/Templates/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')))), 'tt_content')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 746
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'googlereviews_pi1' => 'USER', 'googlereviews_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoogleReviews', 'pluginName' => 'Pi1'), 'lux_fe' => 'USER', 'lux_fe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Fe'), 'lux_pi1' => 'USER', 'lux_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Pi1'), 'vfmmakler_maklerlisting' => 'USER', 'vfmmakler_maklerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Maklerlisting'), 'vfmmakler_keyfeatureslisting' => 'USER', 'vfmmakler_keyfeatureslisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Keyfeatureslisting'), 'vfmmakler_productpartnerlisting' => 'USER', 'vfmmakler_productpartnerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Productpartnerlisting'), 'vfmmakler_onlinecalculatorlisting' => 'USER', 'vfmmakler_onlinecalculatorlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Onlinecalculatorlisting'), 'wecookieconsent_pi1' => 'USER', 'wecookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeCookieConsent', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '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'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stagemedia' => '< lib.contentElement', 'stagemedia.' => array('templateName' => 'Stagemedia', 'settings.' => array('cropDescription' => '160', 'responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))), 'variables.' => array('pageUid' => 'TEXT', 'pageUid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaVhs\\DataProcessor\\FlexFormProcessor'), 'templateRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Partials/ContentElements/')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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'))), 'settings.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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')))), 'video' => 'FLUIDTEMPLATE', 'video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), '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')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'container1Column' => '< lib.contentElement', 'container1Column.' => array('templateName' => 'Bootstrap/BootstrapGrids', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/Extension/Container/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/Extension/Container/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'container2Columns' => '< tt_content.container1Column', 'container3Columns' => '< tt_content.container1Column', 'container4Columns' => '< tt_content.container1Column', 'container5Columns' => '< tt_content.container1Column', 'container6Columns' => '< tt_content.container1Column', 'container7Columns' => '< tt_content.container1Column', 'container8Columns' => '< tt_content.container1Column', 'container9Columns' => '< tt_content.container1Column', 'container10Columns' => '< tt_content.container1Column', 'container11Columns' => '< tt_content.container1Column', 'container12Columns' => '< tt_content.container1Column', 'containerAccordion' => '< tt_content.container1Column', 'containerAccordion.' => array('templateName' => 'Bootstrap/BootstrapAccordion', 'settings.' => array('defaultIcon' => 'fas fa-check text-success')), 'containerTabs' => '< tt_content.container1Column', 'containerTabs.' => array('templateName' => 'Bootstrap/BootstrapTabs'), 'containerModalBox' => '< tt_content.container1Column', 'containerModalBox.' => array('templateName' => 'Bootstrap/BootstrapModalBox'), 'containerFlexslider2' => '< tt_content.container1Column', 'containerFlexslider2.' => array('templateName' => 'Jquery/Flexslider2', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '105.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media')), 'variables.' => array('cssFile' => 'TEXT', 'cssFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/css/flexslider.css'), 'jsFile' => 'TEXT', 'jsFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/js/jquery.flexslider.min.js'))), 'icon' => 'FLUIDTEMPLATE', 'icon.' => array('templateName' => 'ContentElement/Icon', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:fontawesome/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'aa_copyright' => '< lib.contentElement', 'aa_copyright.' => array('templateName' => 'Copyright', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_feuseroutput' => '< lib.contentElement', 'aa_feuseroutput.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/FeUserOutput/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/FeUserOutput/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/FeUserOutput/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_imagefrompageresource' => '< lib.contentElement', 'aa_imagefrompageresource.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/ImageFromPageResource/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/ImageFromPageResource/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/ImageFromPageResource/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_indexedsearchbox' => '< lib.contentElement', 'aa_indexedsearchbox.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/IndexedSearchbox/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/IndexedSearchbox/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/IndexedSearchbox/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_menudesigner' => '< lib.contentElement', 'aa_menudesigner.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Menudesigner/', 'EXT:vfmmakler/Resources/Private/Templates/Extension/AaContentelements/Menudesigner/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Menudesigner/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Menudesigner/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0'), 'cdCurrentPid' => 'TEXT', 'cdCurrentPid.' => array('data' => 'TSFE:id'), 'maklerExcludePages' => 'TEXT', 'maklerExcludePages.' => array('value' => '896', 'value.' => array('insertData' => '1'))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('if.' => array('isTrue.' => array('field' => 'tx_aacontentelements_menudesigner_levels')), 'table' => 'tx_aacontentelements_menudesigner_levels', 'pidInList.' => array('field' => 'pid'), 'where' => 'parentid=###uid### AND deleted=0 AND hidden=0', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'menulevels')), 'settings.' => array('makler.' => array('detailPid' => '896'))), 'aa_outputpagefield' => '< lib.contentElement', 'aa_outputpagefield.' => array('templateName' => 'Outputpagefield', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'variables.' => array('isNewsDetailView' => 'TEXT', 'isNewsDetailView.' => array('value' => '0', 'override' => '1', 'override.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news'))))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_pageelements' => '< lib.contentElement', 'aa_pageelements.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Pageelements/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Pageelements/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Pageelements/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'simpleimage' => '< lib.contentElement', 'simpleimage.' => array('templateName' => 'Simpleimage', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images')), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))))), 'aa_sliderfrompage' => '< lib.contentElement', 'aa_sliderfrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/SliderFromPage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/SliderFromPage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/SliderFromPage/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_stagemedia' => '< lib.contentElement', 'aa_stagemedia.' => array('templateName' => 'Stagemedia/Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'settings.' => array('cropDescription' => '160', 'aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_tilefrompage' => '< lib.contentElement', 'aa_tilefrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Tilefrompage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Tilefrompage/', 'EXT:theme_vfm1/Resources/Private/Partials/Extension/AaContentelements/Tilefrompage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Tilefrompage/'), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid:0'), 'defaultCropDescription' => 'TEXT', 'defaultCropDescription.' => array('value' => '130')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_video' => '< lib.contentElement', 'aa_video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'makler_aboutus' => 'FLUIDTEMPLATE', 'makler_aboutus.' => array('templateName' => 'AboutUs', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_brokerassociation' => 'FLUIDTEMPLATE', 'makler_brokerassociation.' => array('templateName' => 'BrokerAssociation', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_contact' => 'FLUIDTEMPLATE', 'makler_contact.' => array('templateName' => 'Contact', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_law' => 'FLUIDTEMPLATE', 'makler_law.' => array('templateName' => 'Law', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_locations' => 'FLUIDTEMPLATE', 'makler_locations.' => array('templateName' => 'Locations', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'webservice.' => array('imprintUrl' => 'https://www.mein-vfm.de/web/wpimpressum.aspx?id=', 'privatePolicyUrl' => 'https://www.mein-vfm.de/web/Datenschutz.aspx?ID='), 'limit' => '', 'maptiler.' => array('maklerPointerIcon' => 'EXT:vfmmakler/Resources/Public/Maps/pointerVfmMakler.png', 'startingPointerIcon' => 'EXT:vfmmakler/Resources/Public/GoogleMaps/pointerRed.png', 'apiKey' => 'juyof8n8qC3ITXNucJCS', 'mapStyleURL' => 'https://api.maptiler.com/maps/6e1c61de-258c-4b16-9fac-77de684a2c75/style.json?key=', 'jsLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.js', 'cssLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.css')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_logo' => 'FLUIDTEMPLATE', 'makler_logo.' => array('templateName' => 'Logo', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_member' => 'FLUIDTEMPLATE', 'makler_member.' => array('templateName' => 'Member', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '130', 'height' => '173'), 'portrait.' => array('width' => '130c', 'height' => '173c-100'), 'square.' => array('width' => '150c', 'height' => '150c-100'), 'circle.' => array('width' => '150c', 'height' => '150c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_officehours' => 'FLUIDTEMPLATE', 'makler_officehours.' => array('templateName' => 'Officehours', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_options' => 'FLUIDTEMPLATE', 'makler_options.' => array('templateName' => 'Options', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout1.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout2.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_ekomi' => 'FLUIDTEMPLATE', 'reviews_ekomi.' => array('templateName' => 'ReviewsEkomi', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_google' => 'FLUIDTEMPLATE', 'reviews_google.' => array('templateName' => 'ReviewsGoogle', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_socialnetwork' => 'FLUIDTEMPLATE', 'makler_socialnetwork.' => array('templateName' => 'Socialnetwork', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_welcome' => 'FLUIDTEMPLATE', 'makler_welcome.' => array('templateName' => 'Welcome', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'containerMaklerActive' => '< lib.contentElement', 'containerMaklerActive.' => array('templateName' => 'ContainerMaklerActive', 'templateRootPaths.' => array('EXT:vfmmakler/Resources/Private/Templates/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')))), '')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 96
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $registerField;
                        $this->cObj->lastChanged($row['tstamp'] ?? 0);
                        $cObj->start($row, $conf['table'], $this->request);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), '20')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $contentObjects[] = $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $contentObjects;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSeparated(array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'), '')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 693
    {
        if (!is_array($setup)) {
            return '';
        }
        return implode('', $this->cObjGetSeparated($setup, $addKey));
    }

    /**
     * Rendering of a "numerical array" of cObjects from TypoScript
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 43
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = $this->cObj->stdWrapValue('wrap', $conf ?? []);
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'), 'lib.dynamicContent')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 197
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('contentElement' => 'FLUIDTEMPLATE', 'contentElement.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), 'dynamicContent' => 'COA', 'dynamicContent.' => array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'), 'parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('data' => 'parameters:target'), 'extTarget' => '_blank', 'extTarget.' => array('override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="text-highlight">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'))), 'parseFunc_RTE.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('data' => 'parameters:target'), 'extTarget' => '_blank', 'extTarget.' => array('override.' => array('data' => 'parameters:target'))), 'preUserFunc' => 'Netresearch\\RteCKEditorImage\\Controller\\ImageLinkRenderingController->renderImages'), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'Netresearch\\RteCKEditorImage\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="text-highlight">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'), 'data-htmlarea-zoom.' => array('unset' => '1'), 'data-htmlarea-clickenlarge.' => array('unset' => '1'), 'data-title-override.' => array('unset' => '1'), 'data-alt-override.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p, pre, h1, h2, h3, h4, h5, h6, hr, dt,img', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'externalBlocks' => 'article, address, aside, blockquote, div, dd, dl, footer,header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc', 'HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('ul.' => array('fixAttrib.' => array('class.' => array('default' => 'list-normal')))), 'keepNonMatchedTags' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('wrap' => '<div class="table-responsive">|</div>'), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => ''))))))), 'pre.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('data' => 'parameters:target'), 'extTarget' => '_blank', 'extTarget.' => array('override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="text-highlight">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'))))), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'address.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1'))), 'structureHeader' => 'CONTENT', 'structureHeader.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'structureContent' => 'CONTENT', 'structureContent.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'structureFooter' => 'CONTENT', 'structureFooter.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=3', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'categoriePages' => 'COA', 'categoriePages.' => array('LOAD_REGISTER', '5.' => array('categories.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'categories')), 'excludepages.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'excludepages'))), 'TEXT', '10.' => array('data' => 'register:excludepages', 'wrap' => '|,', 'wrap.' => array('if.' => array('isTrue.' => array('data' => 'register:categories'))), 'if.' => array('isTrue.' => array('data' => 'register:excludepages'))), 'HMENU', '20.' => array('special' => 'categories', 'special.' => array('value.' => array('data' => 'register:categories')), 'TMENU', '1.' => array('NO.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'uid')), 'doNotLinkIt' => '1', 'wrapItemAndSub' => '|, |*| |, |*| |')), 'if.' => array('isTrue.' => array('data' => 'register:categories'))), 'RESTORE_REGISTER'), 'aaCopyright' => 'COA', 'aaCopyright.' => array('LOAD_REGISTER', '5.' => array('year' => 'TEXT', 'year.' => array('data' => 'date : U', 'strftime' => '%Y'), 'backlink' => 'cObject', 'backlink.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => '123Altmark Agentur', 'typolink.' => array('parameter' => 'https://www.123altmark-agentur.de', 'extTarget' => '_blank', 'title' => 'Internetauftritt 123Altmark Agentur')))), 'TEXT', '10.' => array('value' => '<p class="copyright">{$123global.setting.company.short} &#169; {register:year}</p>', 'override.' => array('field' => 'copyright'), 'insertData' => '1'), 'RESTORE_REGISTER'), 'aaOutputpagefield' => 'TEXT', 'aaOutputpagefield.' => array('field' => 'typoscriptField', 'wrap' => '{|}', 'insertData' => '1', 'trim' => '1'), 'tx_news.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'parseFunc_powermail.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank', 'forceAbsoluteUrl' => '1'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('data' => 'parameters:target'), 'extTarget' => '_blank', 'extTarget.' => array('override.' => array('data' => 'parameters:target')), 'forceAbsoluteUrl' => '1'), 'preUserFunc' => 'Netresearch\\RteCKEditorImage\\Controller\\ImageLinkRenderingController->renderImages'), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'Netresearch\\RteCKEditorImage\\Controller\\ImageRenderingController->renderImageAttributes')), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="text-highlight">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2', 'tags.' => array('img.' => array('fixAttrib.' => array('allparams.' => array('unset' => '1'), 'data-htmlarea-file-uid.' => array('unset' => '1'), 'data-htmlarea-file-table.' => array('unset' => '1'), 'data-htmlarea-zoom.' => array('unset' => '1'), 'data-htmlarea-clickenlarge.' => array('unset' => '1'), 'data-title-override.' => array('unset' => '1'), 'data-alt-override.' => array('unset' => '1'))))), 'encapsLines.' => array('encapsTagList' => 'p, pre, h1, h2, h3, h4, h5, h6, hr, dt,img', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'externalBlocks' => 'article, address, aside, blockquote, div, dd, dl, footer,header, nav, ol, section, table, ul, pre', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc', 'HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('ul.' => array('fixAttrib.' => array('class.' => array('default' => 'list-normal')))), 'keepNonMatchedTags' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('wrap' => '<div class="table-responsive">|</div>'), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => ''))))))), 'pre.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('data' => 'parameters:target'), 'extTarget' => '_blank', 'extTarget.' => array('override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="text-highlight">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'))))), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'address.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1'))), 'vfmmaklerMenuItem' => 'COA', 'vfmmaklerMenuItem.' => array('TEXT', '10.' => array('value' => '896', 'insertData' => '1'), 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Maklerlisting', 'vendorName' => 'Vfm', 'switchableControllerActions.' => array('Makler.' => array('maklerOutput')), 'settings.' => array('usePermalinkHash' => '1', 'setcookie' => '1', 'cookieLifeTime' => '12960000', 'ajaxRequestPid' => '{$plugin.tx_vfmmakler.settings.ajaxRequestPid}', 'overrideFlexformSettingsIfEmpty' => 'limit,basic.maklerDpm,basic.maklerCeo,basic.maklerTitle,basic.maklerAddress,maklerlisting.searchPid,maklerlisting.detailPid,maklerlisting.maklerHompagePid,startingpoint,recursive', 'startingpoint' => '892,1477,1571', 'recursive' => '3', 'orderByAllowed' => 'sorting,uid,title,tstamp,crdate,categories.title', 'webservice.' => array('imprintUrl' => 'https://www.mein-vfm.de/web/wpimpressum.aspx?id=', 'privatePolicyUrl' => 'https://www.mein-vfm.de/web/Datenschutz.aspx?ID='), 'limit' => '', 'maptiler.' => array('maklerPointerIcon' => 'EXT:vfmmakler/Resources/Public/Maps/pointerVfmMakler.png', 'startingPointerIcon' => 'EXT:vfmmakler/Resources/Public/GoogleMaps/pointerRed.png', 'apiKey' => 'juyof8n8qC3ITXNucJCS', 'mapStyleURL' => 'https://api.maptiler.com/maps/6e1c61de-258c-4b16-9fac-77de684a2c75/style.json?key=', 'jsLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.js', 'cssLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.css'), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'makleroutput.' => array('media.' => array('maxHeight' => '300c', 'maxWidth' => '400c'), 'templateLayout' => '900'), 'maklerlisting.' => array('searchPid' => '897', 'detailPid' => '896', 'maklerHompagePid' => '581', 'searchPerimeter' => '200'), 'maklerdetail.' => array('member.' => array('media.' => array('maxWidth' => '400c', 'maxHeight' => '300c'), 'dummyTeamMember' => 'EXT:vfmmakler/Resources/Public/Images/vfm-makler.svg'), 'experts.' => array('media.' => array('maxWidth' => '400c', 'media.' => array('maxHeight' => '300c'))), 'keyfeatures.' => array('limit' => '6'), 'showexpertsPid' => '888', 'pageTitle' => '1', 'pageTitle.' => array('provider' => 'Vfm\\Vfmmakler\\Seo\\VfmmaklerTitleProvider', 'properties' => 'headerTitle'))))), 'vfmmakler.' => array('title' => 'CONTENT', 'title.' => array('table' => 'tx_vfmmakler_domain_model_makler', 'select.' => array('where' => 'uid = 208', 'where.' => array('insertData' => '1'), 'pidInList' => '892,1477,1571', 'recursive' => '3'), 'renderObj' => 'TEXT', 'renderObj.' => array('field' => 'title')), 'output.' => array('address' => 'USER', 'address.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Maklerlisting', 'vendorName' => 'Vfm', 'switchableControllerActions.' => array('Makler.' => array('maklerOutput')), 'settings.' => array('usePermalinkHash' => '1', 'setcookie' => '1', 'cookieLifeTime' => '12960000', 'ajaxRequestPid' => '{$plugin.tx_vfmmakler.settings.ajaxRequestPid}', 'overrideFlexformSettingsIfEmpty' => 'limit,basic.maklerDpm,basic.maklerCeo,basic.maklerTitle,basic.maklerAddress,maklerlisting.searchPid,maklerlisting.detailPid,maklerlisting.maklerHompagePid,startingpoint,recursive', 'startingpoint' => '892,1477,1571', 'recursive' => '3', 'orderByAllowed' => 'sorting,uid,title,tstamp,crdate,categories.title', 'webservice.' => array('imprintUrl' => 'https://www.mein-vfm.de/web/wpimpressum.aspx?id=', 'privatePolicyUrl' => 'https://www.mein-vfm.de/web/Datenschutz.aspx?ID='), 'limit' => '', 'maptiler.' => array('maklerPointerIcon' => 'EXT:vfmmakler/Resources/Public/Maps/pointerVfmMakler.png', 'startingPointerIcon' => 'EXT:vfmmakler/Resources/Public/GoogleMaps/pointerRed.png', 'apiKey' => 'juyof8n8qC3ITXNucJCS', 'mapStyleURL' => 'https://api.maptiler.com/maps/6e1c61de-258c-4b16-9fac-77de684a2c75/style.json?key=', 'jsLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.js', 'cssLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.css'), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'makleroutput.' => array('media.' => array('maxHeight' => '300c', 'maxWidth' => '400c'), 'templateLayout' => '2'), 'maklerlisting.' => array('searchPid' => '897', 'detailPid' => '896', 'maklerHompagePid' => '581', 'searchPerimeter' => '200'), 'maklerdetail.' => array('member.' => array('media.' => array('maxWidth' => '400c', 'maxHeight' => '300c'), 'dummyTeamMember' => 'EXT:vfmmakler/Resources/Public/Images/vfm-makler.svg'), 'experts.' => array('media.' => array('maxWidth' => '400c', 'media.' => array('maxHeight' => '300c'))), 'keyfeatures.' => array('limit' => '6'), 'showexpertsPid' => '888', 'pageTitle' => '1', 'pageTitle.' => array('provider' => 'Vfm\\Vfmmakler\\Seo\\VfmmaklerTitleProvider', 'properties' => 'headerTitle'))))), 'contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'vfmmaklerMail' => 'COA', 'vfmmaklerMail.' => array('CONTENT', '10.' => array('table' => 'tx_vfmmakler_domain_model_makler', 'select.' => array('where' => '{#tx_vfmmakler_domain_model_makler.uid} = {site:vfmmakler_makler}', 'where.' => array('insertData' => '1'), 'pidInList' => '892,1477,1571', 'recursive' => '3'), 'renderObj' => 'TEXT', 'renderObj.' => array('field' => 'title')), 'CONTENT', '20.' => array('table' => 'tx_vfmmakler_domain_model_communication', 'select.' => array('where' => '{#tx_vfmmakler_domain_model_communication.makler} = {site:vfmmakler_makler} AND {#tx_vfmmakler_domain_model_communication.communication_type} = 4', 'where.' => array('insertData' => '1'), 'pidInList' => '892,1477,1571', 'recursive' => '3', 'max' => '1'), 'renderObj' => 'TEXT', 'renderObj.' => array('field' => 'communication_val', 'stdWrap.' => array('case' => 'lower'))), 'CONTENT', '30.' => array('table' => 'tx_vfmmakler_domain_model_makler', 'select.' => array('where' => '{#tx_vfmmakler_domain_model_makler.uid} = {site:vfmmakler_makler}', 'where.' => array('insertData' => '1'), 'pidInList' => '892,1477,1571', 'recursive' => '3'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '5.' => array('value' => 'Mit freundlichen Grüßen<br><br>'), 'TEXT', '10.' => array('field' => 'title', 'wrap' => '|<br>'), 'TEXT', '20.' => array('field' => 'address_address', 'wrap' => '|<br>'), 'TEXT', '30.' => array('field' => 'address_zipcode', 'noTrimWrap' => '| | |'), 'TEXT', '40.' => array('field' => 'address_city', 'wrap' => '| <br><br>'), 'CONTENT', '110.' => array('table' => 'tx_vfmmakler_domain_model_communication', 'select.' => array('where' => '{#tx_vfmmakler_domain_model_communication.makler} = {site:vfmmakler_makler} AND {#tx_vfmmakler_domain_model_communication.communication_type} = 1', 'where.' => array('insertData' => '1'), 'pidInList' => '892,1477,1571', 'recursive' => '3', 'max' => '1'), 'renderObj' => 'TEXT', 'renderObj.' => array('field' => 'communication_val', 'stdWrap.' => array('case' => 'lower', 'noTrimWrap' => '|Tel: |<br>|'))), 'CONTENT', '120.' => array('table' => 'tx_vfmmakler_domain_model_communication', 'select.' => array('where' => '{#tx_vfmmakler_domain_model_communication.makler} = {site:vfmmakler_makler} AND {#tx_vfmmakler_domain_model_communication.communication_type} = 2', 'where.' => array('insertData' => '1'), 'pidInList' => '892,1477,1571', 'recursive' => '3', 'max' => '1'), 'renderObj' => 'TEXT', 'renderObj.' => array('field' => 'communication_val', 'stdWrap.' => array('case' => 'lower', 'noTrimWrap' => '|Fax: |<br>|'))), 'CONTENT', '130.' => array('table' => 'tx_vfmmakler_domain_model_communication', 'select.' => array('where' => '{#tx_vfmmakler_domain_model_communication.makler} = 208 AND {#tx_vfmmakler_domain_model_communication.communication_type} = 4', 'where.' => array('insertData' => '1'), 'pidInList' => '892,1477,1571', 'recursive' => '3', 'max' => '1'), 'renderObj' => 'TEXT', 'renderObj.' => array('field' => 'communication_val', 'stdWrap.' => array('case' => 'lower', 'noTrimWrap' => '|E-Mail: |<br>|'))), 'CONTENT', '140.' => array('table' => 'tx_vfmmakler_domain_model_communication', 'select.' => array('where' => '{#tx_vfmmakler_domain_model_communication.makler} = 208 AND {#tx_vfmmakler_domain_model_communication.communication_type} = 5', 'where.' => array('insertData' => '1'), 'pidInList' => '892,1477,1571', 'recursive' => '3', 'max' => '1'), 'renderObj' => 'TEXT', 'renderObj.' => array('field' => 'communication_val', 'stdWrap.' => array('case' => 'lower', 'noTrimWrap' => '|Website: |<br>|')))))), 'maklerContentElement' => 'FLUIDTEMPLATE', 'maklerContentElement.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'datenschutz' => 'COA', 'datenschutz.' => array('TEXT', '20.' => array('value' => 'Hier können Sie unsere Datenschutzerklärung lesen.', 'typolink.' => array('parameter' => '1733')))), 'lib.dynamicContent', 'dynamicContent')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 174
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('colPos' => '2'), 'typoscriptObjectPath' => 'lib.dynamicContent', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00c5b42/typo11/var/cache/code/fluid_template/Standard_action_default_bd6ce2f2012a7ea97c5a99fd9023b27479f1aab2.php line 219
$array20 = array (
);$array19['colPos'] = $renderingContext->getVariableProvider()->getByPath('data.pi_flexform_transformed.settings.flexform.site', $array20);
$arguments17['data'] = $array19;
$renderChildrenClosure18 = ($arguments17['data'] !== null) ? function() use ($arguments17) { return $arguments17['data']; } : $renderChildrenClosure18;
$output16 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments17, $renderChildrenClosure18, $renderingContext);

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

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

$output6 .= '
 ';
return $output6;
at Standard_action_default_bd6ce2f2012a7ea97c5a99fd9023b27479f1aab2->{closure}()
in /www/htdocs/w00c5b42/typo11/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)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00c5b42/typo11/var/cache/code/fluid_template/Standard_action_default_bd6ce2f2012a7ea97c5a99fd9023b27479f1aab2.php line 251
     $renderingContext
    );
$arguments1['__thenClosure'] = $renderChildrenClosure2;

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

$output0 .= '
';

at Standard_action_default_bd6ce2f2012a7ea97c5a99fd9023b27479f1aab2->section_808d7dca8a74d84af27a2d6602c3d786de45fe1e(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00c5b42/typo11/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Default', array(), false)
in /www/htdocs/w00c5b42/typo11/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Default', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00c5b42/typo11/var/cache/code/fluid_template/layout_Default_html_e8f0340ae8425fe462d193ca947d3327d63d0e2c.php line 231
$arguments31['contentAs'] = NULL;
$arguments31['debug'] = true;
$arguments31['section'] = 'Default';

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

$output3 .= '
    ';
// Rendering ViewHelper TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper
at layout_Default_html_e8f0340ae8425fe462d193ca947d3327d63d0e2c->{closure}()
in /www/htdocs/w00c5b42/typo11/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php line 61
     * @return string
     */
    public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
    {
        return trim(preg_replace('/\\>\\s+\\</', '><', (string)$childClosure()));
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00c5b42/typo11/var/cache/code/fluid_template/layout_Default_html_e8f0340ae8425fe462d193ca947d3327d63d0e2c.php line 335
return $output3;
};
$arguments1 = array();

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

$output0 .= '
';

at layout_Default_html_e8f0340ae8425fe462d193ca947d3327d63d0e2c->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/w00c5b42/typo11/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 340
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 106

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:aa_contentelements/Resources/Private/Templates/Pageelements/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:aa_contentelements/Resources/Private/Partials/Pageelements/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:aa_contentelements/Resources/Private/Layouts/Pageelements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor', 'AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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' => 'Default', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:aa_contentelements/Resources/Private/Templates/Pageelements/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:aa_contentelements/Resources/Private/Partials/Pageelements/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:aa_contentelements/Resources/Private/Layouts/Pageelements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor', 'AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:aa_contentelements/Resources/Private/Templates/Pageelements/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:aa_contentelements/Resources/Private/Partials/Pageelements/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:aa_contentelements/Resources/Private/Layouts/Pageelements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor', 'AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), 'lib.contentElement')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 746
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:aa_contentelements/Resources/Private/Templates/Pageelements/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:aa_contentelements/Resources/Private/Partials/Pageelements/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:aa_contentelements/Resources/Private/Layouts/Pageelements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor', 'AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), 'aa_pageelements')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 45
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'googlereviews_pi1' => 'USER', 'googlereviews_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoogleReviews', 'pluginName' => 'Pi1'), 'lux_fe' => 'USER', 'lux_fe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Fe'), 'lux_pi1' => 'USER', 'lux_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Pi1'), 'vfmmakler_maklerlisting' => 'USER', 'vfmmakler_maklerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Maklerlisting'), 'vfmmakler_keyfeatureslisting' => 'USER', 'vfmmakler_keyfeatureslisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Keyfeatureslisting'), 'vfmmakler_productpartnerlisting' => 'USER', 'vfmmakler_productpartnerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Productpartnerlisting'), 'vfmmakler_onlinecalculatorlisting' => 'USER', 'vfmmakler_onlinecalculatorlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Onlinecalculatorlisting'), 'wecookieconsent_pi1' => 'USER', 'wecookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeCookieConsent', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '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'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stagemedia' => '< lib.contentElement', 'stagemedia.' => array('templateName' => 'Stagemedia', 'settings.' => array('cropDescription' => '160', 'responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))), 'variables.' => array('pageUid' => 'TEXT', 'pageUid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaVhs\\DataProcessor\\FlexFormProcessor'), 'templateRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Partials/ContentElements/')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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'))), 'settings.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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')))), 'video' => 'FLUIDTEMPLATE', 'video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), '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')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'container1Column' => '< lib.contentElement', 'container1Column.' => array('templateName' => 'Bootstrap/BootstrapGrids', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/Extension/Container/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/Extension/Container/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'container2Columns' => '< tt_content.container1Column', 'container3Columns' => '< tt_content.container1Column', 'container4Columns' => '< tt_content.container1Column', 'container5Columns' => '< tt_content.container1Column', 'container6Columns' => '< tt_content.container1Column', 'container7Columns' => '< tt_content.container1Column', 'container8Columns' => '< tt_content.container1Column', 'container9Columns' => '< tt_content.container1Column', 'container10Columns' => '< tt_content.container1Column', 'container11Columns' => '< tt_content.container1Column', 'container12Columns' => '< tt_content.container1Column', 'containerAccordion' => '< tt_content.container1Column', 'containerAccordion.' => array('templateName' => 'Bootstrap/BootstrapAccordion', 'settings.' => array('defaultIcon' => 'fas fa-check text-success')), 'containerTabs' => '< tt_content.container1Column', 'containerTabs.' => array('templateName' => 'Bootstrap/BootstrapTabs'), 'containerModalBox' => '< tt_content.container1Column', 'containerModalBox.' => array('templateName' => 'Bootstrap/BootstrapModalBox'), 'containerFlexslider2' => '< tt_content.container1Column', 'containerFlexslider2.' => array('templateName' => 'Jquery/Flexslider2', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '105.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media')), 'variables.' => array('cssFile' => 'TEXT', 'cssFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/css/flexslider.css'), 'jsFile' => 'TEXT', 'jsFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/js/jquery.flexslider.min.js'))), 'icon' => 'FLUIDTEMPLATE', 'icon.' => array('templateName' => 'ContentElement/Icon', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:fontawesome/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'aa_copyright' => '< lib.contentElement', 'aa_copyright.' => array('templateName' => 'Copyright', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_feuseroutput' => '< lib.contentElement', 'aa_feuseroutput.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/FeUserOutput/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/FeUserOutput/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/FeUserOutput/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_imagefrompageresource' => '< lib.contentElement', 'aa_imagefrompageresource.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/ImageFromPageResource/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/ImageFromPageResource/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/ImageFromPageResource/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_indexedsearchbox' => '< lib.contentElement', 'aa_indexedsearchbox.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/IndexedSearchbox/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/IndexedSearchbox/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/IndexedSearchbox/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_menudesigner' => '< lib.contentElement', 'aa_menudesigner.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Menudesigner/', 'EXT:vfmmakler/Resources/Private/Templates/Extension/AaContentelements/Menudesigner/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Menudesigner/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Menudesigner/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0'), 'cdCurrentPid' => 'TEXT', 'cdCurrentPid.' => array('data' => 'TSFE:id'), 'maklerExcludePages' => 'TEXT', 'maklerExcludePages.' => array('value' => '896', 'value.' => array('insertData' => '1'))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('if.' => array('isTrue.' => array('field' => 'tx_aacontentelements_menudesigner_levels')), 'table' => 'tx_aacontentelements_menudesigner_levels', 'pidInList.' => array('field' => 'pid'), 'where' => 'parentid=###uid### AND deleted=0 AND hidden=0', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'menulevels')), 'settings.' => array('makler.' => array('detailPid' => '896'))), 'aa_outputpagefield' => '< lib.contentElement', 'aa_outputpagefield.' => array('templateName' => 'Outputpagefield', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'variables.' => array('isNewsDetailView' => 'TEXT', 'isNewsDetailView.' => array('value' => '0', 'override' => '1', 'override.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news'))))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_pageelements' => '< lib.contentElement', 'aa_pageelements.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Pageelements/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Pageelements/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Pageelements/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'simpleimage' => '< lib.contentElement', 'simpleimage.' => array('templateName' => 'Simpleimage', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images')), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))))), 'aa_sliderfrompage' => '< lib.contentElement', 'aa_sliderfrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/SliderFromPage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/SliderFromPage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/SliderFromPage/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_stagemedia' => '< lib.contentElement', 'aa_stagemedia.' => array('templateName' => 'Stagemedia/Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'settings.' => array('cropDescription' => '160', 'aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_tilefrompage' => '< lib.contentElement', 'aa_tilefrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Tilefrompage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Tilefrompage/', 'EXT:theme_vfm1/Resources/Private/Partials/Extension/AaContentelements/Tilefrompage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Tilefrompage/'), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid:0'), 'defaultCropDescription' => 'TEXT', 'defaultCropDescription.' => array('value' => '130')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_video' => '< lib.contentElement', 'aa_video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'makler_aboutus' => 'FLUIDTEMPLATE', 'makler_aboutus.' => array('templateName' => 'AboutUs', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_brokerassociation' => 'FLUIDTEMPLATE', 'makler_brokerassociation.' => array('templateName' => 'BrokerAssociation', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_contact' => 'FLUIDTEMPLATE', 'makler_contact.' => array('templateName' => 'Contact', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_law' => 'FLUIDTEMPLATE', 'makler_law.' => array('templateName' => 'Law', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_locations' => 'FLUIDTEMPLATE', 'makler_locations.' => array('templateName' => 'Locations', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'webservice.' => array('imprintUrl' => 'https://www.mein-vfm.de/web/wpimpressum.aspx?id=', 'privatePolicyUrl' => 'https://www.mein-vfm.de/web/Datenschutz.aspx?ID='), 'limit' => '', 'maptiler.' => array('maklerPointerIcon' => 'EXT:vfmmakler/Resources/Public/Maps/pointerVfmMakler.png', 'startingPointerIcon' => 'EXT:vfmmakler/Resources/Public/GoogleMaps/pointerRed.png', 'apiKey' => 'juyof8n8qC3ITXNucJCS', 'mapStyleURL' => 'https://api.maptiler.com/maps/6e1c61de-258c-4b16-9fac-77de684a2c75/style.json?key=', 'jsLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.js', 'cssLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.css')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_logo' => 'FLUIDTEMPLATE', 'makler_logo.' => array('templateName' => 'Logo', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_member' => 'FLUIDTEMPLATE', 'makler_member.' => array('templateName' => 'Member', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '130', 'height' => '173'), 'portrait.' => array('width' => '130c', 'height' => '173c-100'), 'square.' => array('width' => '150c', 'height' => '150c-100'), 'circle.' => array('width' => '150c', 'height' => '150c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_officehours' => 'FLUIDTEMPLATE', 'makler_officehours.' => array('templateName' => 'Officehours', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_options' => 'FLUIDTEMPLATE', 'makler_options.' => array('templateName' => 'Options', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout1.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout2.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_ekomi' => 'FLUIDTEMPLATE', 'reviews_ekomi.' => array('templateName' => 'ReviewsEkomi', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_google' => 'FLUIDTEMPLATE', 'reviews_google.' => array('templateName' => 'ReviewsGoogle', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_socialnetwork' => 'FLUIDTEMPLATE', 'makler_socialnetwork.' => array('templateName' => 'Socialnetwork', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_welcome' => 'FLUIDTEMPLATE', 'makler_welcome.' => array('templateName' => 'Welcome', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'containerMaklerActive' => '< lib.contentElement', 'containerMaklerActive.' => array('templateName' => 'ContainerMaklerActive', 'templateRootPaths.' => array('EXT:vfmmakler/Resources/Private/Templates/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')))))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'googlereviews_pi1' => 'USER', 'googlereviews_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoogleReviews', 'pluginName' => 'Pi1'), 'lux_fe' => 'USER', 'lux_fe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Fe'), 'lux_pi1' => 'USER', 'lux_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Pi1'), 'vfmmakler_maklerlisting' => 'USER', 'vfmmakler_maklerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Maklerlisting'), 'vfmmakler_keyfeatureslisting' => 'USER', 'vfmmakler_keyfeatureslisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Keyfeatureslisting'), 'vfmmakler_productpartnerlisting' => 'USER', 'vfmmakler_productpartnerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Productpartnerlisting'), 'vfmmakler_onlinecalculatorlisting' => 'USER', 'vfmmakler_onlinecalculatorlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Onlinecalculatorlisting'), 'wecookieconsent_pi1' => 'USER', 'wecookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeCookieConsent', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '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'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stagemedia' => '< lib.contentElement', 'stagemedia.' => array('templateName' => 'Stagemedia', 'settings.' => array('cropDescription' => '160', 'responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))), 'variables.' => array('pageUid' => 'TEXT', 'pageUid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaVhs\\DataProcessor\\FlexFormProcessor'), 'templateRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Partials/ContentElements/')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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'))), 'settings.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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')))), 'video' => 'FLUIDTEMPLATE', 'video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), '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')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'container1Column' => '< lib.contentElement', 'container1Column.' => array('templateName' => 'Bootstrap/BootstrapGrids', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/Extension/Container/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/Extension/Container/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'container2Columns' => '< tt_content.container1Column', 'container3Columns' => '< tt_content.container1Column', 'container4Columns' => '< tt_content.container1Column', 'container5Columns' => '< tt_content.container1Column', 'container6Columns' => '< tt_content.container1Column', 'container7Columns' => '< tt_content.container1Column', 'container8Columns' => '< tt_content.container1Column', 'container9Columns' => '< tt_content.container1Column', 'container10Columns' => '< tt_content.container1Column', 'container11Columns' => '< tt_content.container1Column', 'container12Columns' => '< tt_content.container1Column', 'containerAccordion' => '< tt_content.container1Column', 'containerAccordion.' => array('templateName' => 'Bootstrap/BootstrapAccordion', 'settings.' => array('defaultIcon' => 'fas fa-check text-success')), 'containerTabs' => '< tt_content.container1Column', 'containerTabs.' => array('templateName' => 'Bootstrap/BootstrapTabs'), 'containerModalBox' => '< tt_content.container1Column', 'containerModalBox.' => array('templateName' => 'Bootstrap/BootstrapModalBox'), 'containerFlexslider2' => '< tt_content.container1Column', 'containerFlexslider2.' => array('templateName' => 'Jquery/Flexslider2', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '105.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media')), 'variables.' => array('cssFile' => 'TEXT', 'cssFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/css/flexslider.css'), 'jsFile' => 'TEXT', 'jsFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/js/jquery.flexslider.min.js'))), 'icon' => 'FLUIDTEMPLATE', 'icon.' => array('templateName' => 'ContentElement/Icon', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:fontawesome/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'aa_copyright' => '< lib.contentElement', 'aa_copyright.' => array('templateName' => 'Copyright', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_feuseroutput' => '< lib.contentElement', 'aa_feuseroutput.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/FeUserOutput/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/FeUserOutput/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/FeUserOutput/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_imagefrompageresource' => '< lib.contentElement', 'aa_imagefrompageresource.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/ImageFromPageResource/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/ImageFromPageResource/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/ImageFromPageResource/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_indexedsearchbox' => '< lib.contentElement', 'aa_indexedsearchbox.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/IndexedSearchbox/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/IndexedSearchbox/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/IndexedSearchbox/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_menudesigner' => '< lib.contentElement', 'aa_menudesigner.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Menudesigner/', 'EXT:vfmmakler/Resources/Private/Templates/Extension/AaContentelements/Menudesigner/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Menudesigner/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Menudesigner/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0'), 'cdCurrentPid' => 'TEXT', 'cdCurrentPid.' => array('data' => 'TSFE:id'), 'maklerExcludePages' => 'TEXT', 'maklerExcludePages.' => array('value' => '896', 'value.' => array('insertData' => '1'))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('if.' => array('isTrue.' => array('field' => 'tx_aacontentelements_menudesigner_levels')), 'table' => 'tx_aacontentelements_menudesigner_levels', 'pidInList.' => array('field' => 'pid'), 'where' => 'parentid=###uid### AND deleted=0 AND hidden=0', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'menulevels')), 'settings.' => array('makler.' => array('detailPid' => '896'))), 'aa_outputpagefield' => '< lib.contentElement', 'aa_outputpagefield.' => array('templateName' => 'Outputpagefield', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'variables.' => array('isNewsDetailView' => 'TEXT', 'isNewsDetailView.' => array('value' => '0', 'override' => '1', 'override.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news'))))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_pageelements' => '< lib.contentElement', 'aa_pageelements.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Pageelements/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Pageelements/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Pageelements/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'simpleimage' => '< lib.contentElement', 'simpleimage.' => array('templateName' => 'Simpleimage', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images')), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))))), 'aa_sliderfrompage' => '< lib.contentElement', 'aa_sliderfrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/SliderFromPage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/SliderFromPage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/SliderFromPage/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_stagemedia' => '< lib.contentElement', 'aa_stagemedia.' => array('templateName' => 'Stagemedia/Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'settings.' => array('cropDescription' => '160', 'aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_tilefrompage' => '< lib.contentElement', 'aa_tilefrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Tilefrompage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Tilefrompage/', 'EXT:theme_vfm1/Resources/Private/Partials/Extension/AaContentelements/Tilefrompage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Tilefrompage/'), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid:0'), 'defaultCropDescription' => 'TEXT', 'defaultCropDescription.' => array('value' => '130')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_video' => '< lib.contentElement', 'aa_video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'makler_aboutus' => 'FLUIDTEMPLATE', 'makler_aboutus.' => array('templateName' => 'AboutUs', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_brokerassociation' => 'FLUIDTEMPLATE', 'makler_brokerassociation.' => array('templateName' => 'BrokerAssociation', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_contact' => 'FLUIDTEMPLATE', 'makler_contact.' => array('templateName' => 'Contact', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_law' => 'FLUIDTEMPLATE', 'makler_law.' => array('templateName' => 'Law', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_locations' => 'FLUIDTEMPLATE', 'makler_locations.' => array('templateName' => 'Locations', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'webservice.' => array('imprintUrl' => 'https://www.mein-vfm.de/web/wpimpressum.aspx?id=', 'privatePolicyUrl' => 'https://www.mein-vfm.de/web/Datenschutz.aspx?ID='), 'limit' => '', 'maptiler.' => array('maklerPointerIcon' => 'EXT:vfmmakler/Resources/Public/Maps/pointerVfmMakler.png', 'startingPointerIcon' => 'EXT:vfmmakler/Resources/Public/GoogleMaps/pointerRed.png', 'apiKey' => 'juyof8n8qC3ITXNucJCS', 'mapStyleURL' => 'https://api.maptiler.com/maps/6e1c61de-258c-4b16-9fac-77de684a2c75/style.json?key=', 'jsLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.js', 'cssLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.css')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_logo' => 'FLUIDTEMPLATE', 'makler_logo.' => array('templateName' => 'Logo', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_member' => 'FLUIDTEMPLATE', 'makler_member.' => array('templateName' => 'Member', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '130', 'height' => '173'), 'portrait.' => array('width' => '130c', 'height' => '173c-100'), 'square.' => array('width' => '150c', 'height' => '150c-100'), 'circle.' => array('width' => '150c', 'height' => '150c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_officehours' => 'FLUIDTEMPLATE', 'makler_officehours.' => array('templateName' => 'Officehours', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_options' => 'FLUIDTEMPLATE', 'makler_options.' => array('templateName' => 'Options', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout1.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout2.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_ekomi' => 'FLUIDTEMPLATE', 'reviews_ekomi.' => array('templateName' => 'ReviewsEkomi', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_google' => 'FLUIDTEMPLATE', 'reviews_google.' => array('templateName' => 'ReviewsGoogle', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_socialnetwork' => 'FLUIDTEMPLATE', 'makler_socialnetwork.' => array('templateName' => 'Socialnetwork', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_welcome' => 'FLUIDTEMPLATE', 'makler_welcome.' => array('templateName' => 'Welcome', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'containerMaklerActive' => '< lib.contentElement', 'containerMaklerActive.' => array('templateName' => 'ContainerMaklerActive', 'templateRootPaths.' => array('EXT:vfmmakler/Resources/Private/Templates/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')))))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'googlereviews_pi1' => 'USER', 'googlereviews_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoogleReviews', 'pluginName' => 'Pi1'), 'lux_fe' => 'USER', 'lux_fe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Fe'), 'lux_pi1' => 'USER', 'lux_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Pi1'), 'vfmmakler_maklerlisting' => 'USER', 'vfmmakler_maklerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Maklerlisting'), 'vfmmakler_keyfeatureslisting' => 'USER', 'vfmmakler_keyfeatureslisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Keyfeatureslisting'), 'vfmmakler_productpartnerlisting' => 'USER', 'vfmmakler_productpartnerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Productpartnerlisting'), 'vfmmakler_onlinecalculatorlisting' => 'USER', 'vfmmakler_onlinecalculatorlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Onlinecalculatorlisting'), 'wecookieconsent_pi1' => 'USER', 'wecookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeCookieConsent', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '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'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stagemedia' => '< lib.contentElement', 'stagemedia.' => array('templateName' => 'Stagemedia', 'settings.' => array('cropDescription' => '160', 'responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))), 'variables.' => array('pageUid' => 'TEXT', 'pageUid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaVhs\\DataProcessor\\FlexFormProcessor'), 'templateRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Partials/ContentElements/')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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'))), 'settings.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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')))), 'video' => 'FLUIDTEMPLATE', 'video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), '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')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'container1Column' => '< lib.contentElement', 'container1Column.' => array('templateName' => 'Bootstrap/BootstrapGrids', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/Extension/Container/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/Extension/Container/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'container2Columns' => '< tt_content.container1Column', 'container3Columns' => '< tt_content.container1Column', 'container4Columns' => '< tt_content.container1Column', 'container5Columns' => '< tt_content.container1Column', 'container6Columns' => '< tt_content.container1Column', 'container7Columns' => '< tt_content.container1Column', 'container8Columns' => '< tt_content.container1Column', 'container9Columns' => '< tt_content.container1Column', 'container10Columns' => '< tt_content.container1Column', 'container11Columns' => '< tt_content.container1Column', 'container12Columns' => '< tt_content.container1Column', 'containerAccordion' => '< tt_content.container1Column', 'containerAccordion.' => array('templateName' => 'Bootstrap/BootstrapAccordion', 'settings.' => array('defaultIcon' => 'fas fa-check text-success')), 'containerTabs' => '< tt_content.container1Column', 'containerTabs.' => array('templateName' => 'Bootstrap/BootstrapTabs'), 'containerModalBox' => '< tt_content.container1Column', 'containerModalBox.' => array('templateName' => 'Bootstrap/BootstrapModalBox'), 'containerFlexslider2' => '< tt_content.container1Column', 'containerFlexslider2.' => array('templateName' => 'Jquery/Flexslider2', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '105.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media')), 'variables.' => array('cssFile' => 'TEXT', 'cssFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/css/flexslider.css'), 'jsFile' => 'TEXT', 'jsFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/js/jquery.flexslider.min.js'))), 'icon' => 'FLUIDTEMPLATE', 'icon.' => array('templateName' => 'ContentElement/Icon', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:fontawesome/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'aa_copyright' => '< lib.contentElement', 'aa_copyright.' => array('templateName' => 'Copyright', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_feuseroutput' => '< lib.contentElement', 'aa_feuseroutput.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/FeUserOutput/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/FeUserOutput/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/FeUserOutput/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_imagefrompageresource' => '< lib.contentElement', 'aa_imagefrompageresource.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/ImageFromPageResource/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/ImageFromPageResource/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/ImageFromPageResource/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_indexedsearchbox' => '< lib.contentElement', 'aa_indexedsearchbox.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/IndexedSearchbox/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/IndexedSearchbox/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/IndexedSearchbox/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_menudesigner' => '< lib.contentElement', 'aa_menudesigner.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Menudesigner/', 'EXT:vfmmakler/Resources/Private/Templates/Extension/AaContentelements/Menudesigner/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Menudesigner/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Menudesigner/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0'), 'cdCurrentPid' => 'TEXT', 'cdCurrentPid.' => array('data' => 'TSFE:id'), 'maklerExcludePages' => 'TEXT', 'maklerExcludePages.' => array('value' => '896', 'value.' => array('insertData' => '1'))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('if.' => array('isTrue.' => array('field' => 'tx_aacontentelements_menudesigner_levels')), 'table' => 'tx_aacontentelements_menudesigner_levels', 'pidInList.' => array('field' => 'pid'), 'where' => 'parentid=###uid### AND deleted=0 AND hidden=0', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'menulevels')), 'settings.' => array('makler.' => array('detailPid' => '896'))), 'aa_outputpagefield' => '< lib.contentElement', 'aa_outputpagefield.' => array('templateName' => 'Outputpagefield', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'variables.' => array('isNewsDetailView' => 'TEXT', 'isNewsDetailView.' => array('value' => '0', 'override' => '1', 'override.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news'))))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_pageelements' => '< lib.contentElement', 'aa_pageelements.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Pageelements/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Pageelements/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Pageelements/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'simpleimage' => '< lib.contentElement', 'simpleimage.' => array('templateName' => 'Simpleimage', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images')), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))))), 'aa_sliderfrompage' => '< lib.contentElement', 'aa_sliderfrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/SliderFromPage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/SliderFromPage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/SliderFromPage/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_stagemedia' => '< lib.contentElement', 'aa_stagemedia.' => array('templateName' => 'Stagemedia/Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'settings.' => array('cropDescription' => '160', 'aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_tilefrompage' => '< lib.contentElement', 'aa_tilefrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Tilefrompage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Tilefrompage/', 'EXT:theme_vfm1/Resources/Private/Partials/Extension/AaContentelements/Tilefrompage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Tilefrompage/'), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid:0'), 'defaultCropDescription' => 'TEXT', 'defaultCropDescription.' => array('value' => '130')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_video' => '< lib.contentElement', 'aa_video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'makler_aboutus' => 'FLUIDTEMPLATE', 'makler_aboutus.' => array('templateName' => 'AboutUs', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_brokerassociation' => 'FLUIDTEMPLATE', 'makler_brokerassociation.' => array('templateName' => 'BrokerAssociation', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_contact' => 'FLUIDTEMPLATE', 'makler_contact.' => array('templateName' => 'Contact', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_law' => 'FLUIDTEMPLATE', 'makler_law.' => array('templateName' => 'Law', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_locations' => 'FLUIDTEMPLATE', 'makler_locations.' => array('templateName' => 'Locations', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'webservice.' => array('imprintUrl' => 'https://www.mein-vfm.de/web/wpimpressum.aspx?id=', 'privatePolicyUrl' => 'https://www.mein-vfm.de/web/Datenschutz.aspx?ID='), 'limit' => '', 'maptiler.' => array('maklerPointerIcon' => 'EXT:vfmmakler/Resources/Public/Maps/pointerVfmMakler.png', 'startingPointerIcon' => 'EXT:vfmmakler/Resources/Public/GoogleMaps/pointerRed.png', 'apiKey' => 'juyof8n8qC3ITXNucJCS', 'mapStyleURL' => 'https://api.maptiler.com/maps/6e1c61de-258c-4b16-9fac-77de684a2c75/style.json?key=', 'jsLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.js', 'cssLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.css')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_logo' => 'FLUIDTEMPLATE', 'makler_logo.' => array('templateName' => 'Logo', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_member' => 'FLUIDTEMPLATE', 'makler_member.' => array('templateName' => 'Member', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '130', 'height' => '173'), 'portrait.' => array('width' => '130c', 'height' => '173c-100'), 'square.' => array('width' => '150c', 'height' => '150c-100'), 'circle.' => array('width' => '150c', 'height' => '150c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_officehours' => 'FLUIDTEMPLATE', 'makler_officehours.' => array('templateName' => 'Officehours', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_options' => 'FLUIDTEMPLATE', 'makler_options.' => array('templateName' => 'Options', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout1.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout2.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_ekomi' => 'FLUIDTEMPLATE', 'reviews_ekomi.' => array('templateName' => 'ReviewsEkomi', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_google' => 'FLUIDTEMPLATE', 'reviews_google.' => array('templateName' => 'ReviewsGoogle', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_socialnetwork' => 'FLUIDTEMPLATE', 'makler_socialnetwork.' => array('templateName' => 'Socialnetwork', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_welcome' => 'FLUIDTEMPLATE', 'makler_welcome.' => array('templateName' => 'Welcome', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'containerMaklerActive' => '< lib.contentElement', 'containerMaklerActive.' => array('templateName' => 'ContainerMaklerActive', 'templateRootPaths.' => array('EXT:vfmmakler/Resources/Private/Templates/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')))), 'tt_content')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 746
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'googlereviews_pi1' => 'USER', 'googlereviews_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'GoogleReviews', 'pluginName' => 'Pi1'), 'lux_fe' => 'USER', 'lux_fe.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Fe'), 'lux_pi1' => 'USER', 'lux_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Lux', 'pluginName' => 'Pi1'), 'vfmmakler_maklerlisting' => 'USER', 'vfmmakler_maklerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Maklerlisting'), 'vfmmakler_keyfeatureslisting' => 'USER', 'vfmmakler_keyfeatureslisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Keyfeatureslisting'), 'vfmmakler_productpartnerlisting' => 'USER', 'vfmmakler_productpartnerlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Productpartnerlisting'), 'vfmmakler_onlinecalculatorlisting' => 'USER', 'vfmmakler_onlinecalculatorlisting.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Vfmmakler', 'pluginName' => 'Onlinecalculatorlisting'), 'wecookieconsent_pi1' => 'USER', 'wecookieconsent_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeCookieConsent', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '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'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stagemedia' => '< lib.contentElement', 'stagemedia.' => array('templateName' => 'Stagemedia', 'settings.' => array('cropDescription' => '160', 'responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))), 'variables.' => array('pageUid' => 'TEXT', 'pageUid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaVhs\\DataProcessor\\FlexFormProcessor'), 'templateRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:theme_vfm1/Resources/Private/Partials/ContentElements/')), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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'))), 'settings.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), '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' => '{$styles.content.textmedia.maxW}', 'maxGalleryWidthInText' => '{$styles.content.textmedia.maxWInText}', 'columnSpacing' => '{$styles.content.textmedia.columnSpacing}', 'borderWidth' => '{$styles.content.textmedia.borderWidth}', 'borderPadding' => '{$styles.content.textmedia.borderPadding}')), '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')))), 'video' => 'FLUIDTEMPLATE', 'video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), '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')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'container1Column' => '< lib.contentElement', 'container1Column.' => array('templateName' => 'Bootstrap/BootstrapGrids', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/Extension/Container/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/Extension/Container/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'container2Columns' => '< tt_content.container1Column', 'container3Columns' => '< tt_content.container1Column', 'container4Columns' => '< tt_content.container1Column', 'container5Columns' => '< tt_content.container1Column', 'container6Columns' => '< tt_content.container1Column', 'container7Columns' => '< tt_content.container1Column', 'container8Columns' => '< tt_content.container1Column', 'container9Columns' => '< tt_content.container1Column', 'container10Columns' => '< tt_content.container1Column', 'container11Columns' => '< tt_content.container1Column', 'container12Columns' => '< tt_content.container1Column', 'containerAccordion' => '< tt_content.container1Column', 'containerAccordion.' => array('templateName' => 'Bootstrap/BootstrapAccordion', 'settings.' => array('defaultIcon' => 'fas fa-check text-success')), 'containerTabs' => '< tt_content.container1Column', 'containerTabs.' => array('templateName' => 'Bootstrap/BootstrapTabs'), 'containerModalBox' => '< tt_content.container1Column', 'containerModalBox.' => array('templateName' => 'Bootstrap/BootstrapModalBox'), 'containerFlexslider2' => '< tt_content.container1Column', 'containerFlexslider2.' => array('templateName' => 'Jquery/Flexslider2', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '105.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media')), 'variables.' => array('cssFile' => 'TEXT', 'cssFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/css/flexslider.css'), 'jsFile' => 'TEXT', 'jsFile.' => array('data' => 'path:EXT:theme_base/Resources/Public/Contrib/Flexslider/js/jquery.flexslider.min.js'))), 'icon' => 'FLUIDTEMPLATE', 'icon.' => array('templateName' => 'ContentElement/Icon', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:fontawesome/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))))), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'aa_copyright' => '< lib.contentElement', 'aa_copyright.' => array('templateName' => 'Copyright', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_feuseroutput' => '< lib.contentElement', 'aa_feuseroutput.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/FeUserOutput/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/FeUserOutput/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/FeUserOutput/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_imagefrompageresource' => '< lib.contentElement', 'aa_imagefrompageresource.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/ImageFromPageResource/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/ImageFromPageResource/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/ImageFromPageResource/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_indexedsearchbox' => '< lib.contentElement', 'aa_indexedsearchbox.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/IndexedSearchbox/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/IndexedSearchbox/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/IndexedSearchbox/'), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_menudesigner' => '< lib.contentElement', 'aa_menudesigner.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Menudesigner/', 'EXT:vfmmakler/Resources/Private/Templates/Extension/AaContentelements/Menudesigner/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Menudesigner/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Menudesigner/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0'), 'cdCurrentPid' => 'TEXT', 'cdCurrentPid.' => array('data' => 'TSFE:id'), 'maklerExcludePages' => 'TEXT', 'maklerExcludePages.' => array('value' => '896', 'value.' => array('insertData' => '1'))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('if.' => array('isTrue.' => array('field' => 'tx_aacontentelements_menudesigner_levels')), 'table' => 'tx_aacontentelements_menudesigner_levels', 'pidInList.' => array('field' => 'pid'), 'where' => 'parentid=###uid### AND deleted=0 AND hidden=0', 'orderBy' => 'sorting', 'markers.' => array('uid.' => array('field' => 'uid')), 'as' => 'menulevels')), 'settings.' => array('makler.' => array('detailPid' => '896'))), 'aa_outputpagefield' => '< lib.contentElement', 'aa_outputpagefield.' => array('templateName' => 'Outputpagefield', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'variables.' => array('isNewsDetailView' => 'TEXT', 'isNewsDetailView.' => array('value' => '0', 'override' => '1', 'override.' => array('if.' => array('isPositive.' => array('data' => 'GP:tx_news_pi1|news'))))), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_pageelements' => '< lib.contentElement', 'aa_pageelements.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Pageelements/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Pageelements/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Pageelements/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'simpleimage' => '< lib.contentElement', 'simpleimage.' => array('templateName' => 'Simpleimage', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images')), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400, 1600, 1800, 2000'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000, 1200'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800')))))), 'aa_sliderfrompage' => '< lib.contentElement', 'aa_sliderfrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/SliderFromPage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/SliderFromPage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/SliderFromPage/'), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid : 0')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_stagemedia' => '< lib.contentElement', 'aa_stagemedia.' => array('templateName' => 'Stagemedia/Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'settings.' => array('cropDescription' => '160', 'aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop_hd', 'media' => '(min-width: 1600px)', 'sizes' => '', 'srcset' => '1600,1800, 2000'), '1.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '2.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '3.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('pageid' => 'TEXT', 'pageid.' => array('data' => 'TSFE:id')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_tilefrompage' => '< lib.contentElement', 'aa_tilefrompage.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/Tilefrompage/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/Tilefrompage/', 'EXT:theme_vfm1/Resources/Private/Partials/Extension/AaContentelements/Tilefrompage/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/Tilefrompage/'), 'settings.' => array('aastarterkit.' => array('responsiveimages.' => array('breakpoints.' => array('0.' => array('cropVariant' => 'desktop', 'media' => '(min-width: 1024px)', 'sizes' => '', 'srcset' => '1000, 1200, 1400'), '1.' => array('cropVariant' => 'tablet', 'media' => '(min-width: 720px)', 'sizes' => '', 'srcset' => '800, 1000'), '2.' => array('cropVariant' => 'mobile', 'sizes' => '', 'srcset' => '300,400, 600, 800'))))), 'variables.' => array('cdRootPid' => 'TEXT', 'cdRootPid.' => array('data' => 'leveluid:0'), 'defaultCropDescription' => 'TEXT', 'defaultCropDescription.' => array('value' => '130')), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor')), 'aa_video' => '< lib.contentElement', 'aa_video.' => array('templateName' => 'Video', 'templateRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aa_contentelements/Resources/Private/Layouts/'), 'dataProcessing.' => array('AltmarkAgentur\\AaContentelements\\DataProcessor\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'))), 'makler_aboutus' => 'FLUIDTEMPLATE', 'makler_aboutus.' => array('templateName' => 'AboutUs', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_brokerassociation' => 'FLUIDTEMPLATE', 'makler_brokerassociation.' => array('templateName' => 'BrokerAssociation', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_contact' => 'FLUIDTEMPLATE', 'makler_contact.' => array('templateName' => 'Contact', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_law' => 'FLUIDTEMPLATE', 'makler_law.' => array('templateName' => 'Law', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_locations' => 'FLUIDTEMPLATE', 'makler_locations.' => array('templateName' => 'Locations', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'webservice.' => array('imprintUrl' => 'https://www.mein-vfm.de/web/wpimpressum.aspx?id=', 'privatePolicyUrl' => 'https://www.mein-vfm.de/web/Datenschutz.aspx?ID='), 'limit' => '', 'maptiler.' => array('maklerPointerIcon' => 'EXT:vfmmakler/Resources/Public/Maps/pointerVfmMakler.png', 'startingPointerIcon' => 'EXT:vfmmakler/Resources/Public/GoogleMaps/pointerRed.png', 'apiKey' => 'juyof8n8qC3ITXNucJCS', 'mapStyleURL' => 'https://api.maptiler.com/maps/6e1c61de-258c-4b16-9fac-77de684a2c75/style.json?key=', 'jsLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.js', 'cssLibrary' => 'https://cdn.maptiler.com/maplibre-gl-js/v2.4.0/maplibre-gl.css')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_logo' => 'FLUIDTEMPLATE', 'makler_logo.' => array('templateName' => 'Logo', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_member' => 'FLUIDTEMPLATE', 'makler_member.' => array('templateName' => 'Member', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '130', 'height' => '173'), 'portrait.' => array('width' => '130c', 'height' => '173c-100'), 'square.' => array('width' => '150c', 'height' => '150c-100'), 'circle.' => array('width' => '150c', 'height' => '150c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_officehours' => 'FLUIDTEMPLATE', 'makler_officehours.' => array('templateName' => 'Officehours', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_options' => 'FLUIDTEMPLATE', 'makler_options.' => array('templateName' => 'Options', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout1.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c'))), 'layout2.' => array('media.' => array('option.' => array('width' => '345c', 'height' => '345c'), 'optionce.' => array('width' => '465c', 'height' => '345c')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_ekomi' => 'FLUIDTEMPLATE', 'reviews_ekomi.' => array('templateName' => 'ReviewsEkomi', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'reviews_google' => 'FLUIDTEMPLATE', 'reviews_google.' => array('templateName' => 'ReviewsGoogle', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_socialnetwork' => 'FLUIDTEMPLATE', 'makler_socialnetwork.' => array('templateName' => 'Socialnetwork', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674')), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'makler_welcome' => 'FLUIDTEMPLATE', 'makler_welcome.' => array('templateName' => 'Welcome', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/ContenElement/', 'EXT:theme_base/Resources/Private/Templates/ContentElement/', 'EXT:vfmmakler/Resources/Private/Templates/ContentElement/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/ContenElement/', 'EXT:theme_base/Resources/Private/Partials/ContentElement/', 'EXT:vfmmakler/Resources/Private/Partials/ContentElement/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/ContenElement/', 'EXT:theme_base/Resources/Private/Layouts/ContentElement/', 'EXT:vfmmakler/Resources/Private/Layouts/ContentElement/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SiteProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\SiteLanguageProcessor', 'DavidKohr\\ThemeBase\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '103.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '104.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '110.' => array('references.' => array('fieldName' => 'menuimage'), 'as' => 'menuimage'), 'Vfm\\Vfmmakler\\DataProcessing\\MaklerProcessor'), 'variables.' => array('siteLanguageNavigationTitle' => 'TEXT', 'siteLanguageNavigationTitle.' => array('data' => 'siteLanguage:navigationTitle'), 'siteLanguageTwoLetterIsoCode' => 'TEXT', 'siteLanguageTwoLetterIsoCode.' => array('data' => 'siteLanguage:twoLetterIsoCode')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'aa-colorbox cbox', 'prefix' => '{$plugin.theme_base_contentelements.lightbox.prefix}', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'responsiveimages.' => array('lazyload' => '0', 'srcset' => '400, 600, 800, 1000, 1200', 'sizes' => '(min-width: %1$dpx) %1$dpx, 100vw', 'breakpoints.' => array(), 'picturefill' => '0', 'class' => ''), 'media.' => array('popup.' => array('JSwindow' => '0', 'height' => '1200', 'width' => '1200', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="aa-colorbox cbox" title="{file:current:title}" data-cbox-rel="cb-group{file:current:uid_foreign}"')))), 'basic.' => array('defaultMaklerUid' => '208', 'maklerTitle' => 'vfm Versicherungs- & Finanzmanagement GmbH', 'maklerCeo' => 'Klaus Liebig, Stefan Liebig', 'maklerDpm' => 'Axel Braune', 'maklerAddress' => 'Schmiedpeunt 1, 91257 Pegnitz', 'maklerPartnerOid' => '91416e19-a76b-4bcd-ba32-4a451d357674'), 'default.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout1.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100'))), 'layout2.' => array('media.' => array('dummy.' => array('width' => '345', 'height' => '465'), 'portrait.' => array('width' => '345c', 'height' => '465c-100'), 'square.' => array('width' => '345c', 'height' => '345c-100'), 'circle.' => array('width' => '345c', 'height' => '345c-100')))), 'persistence.' => array('storagePid' => '892,1477,1571', 'recursive' => '3')), 'containerMaklerActive' => '< lib.contentElement', 'containerMaklerActive.' => array('templateName' => 'ContainerMaklerActive', 'templateRootPaths.' => array('EXT:vfmmakler/Resources/Private/Templates/Extension/Container/'), 'dataProcessing.' => array('B13\\Container\\DataProcessing\\ContainerProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets'), 'as' => 'assets')))), '')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 96
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $registerField;
                        $this->cObj->lastChanged($row['tstamp'] ?? 0);
                        $cObj->start($row, $conf['table'], $this->request);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'variables.OutputContent')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 305
                continue;
            }
            if (!in_array($variableName, $reservedVariables)) {
                $cObjConf = $variablesToProcess[$variableName . '.'] ?? [];
                $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $cObjConf, 'variables.' . $variableName);
            } else {
                throw new \InvalidArgumentException(
                    'Cannot use reserved name "' . $variableName . '" as variable name in FLUIDTEMPLATE.',
                    1288095720
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->getContentObjectVariables(array('templateName' => 'SiteStructure', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/Page/', 'EXT:theme_vfm1/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/Page/', 'EXT:theme_base/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/Page/', 'EXT:theme_base/Resources/Private/Layouts/Page/'), 'variables.' => array('OutputHeader' => 'CONTENT', 'OutputHeader.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'OutputContent' => 'CONTENT', 'OutputContent.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'OutputFooter' => 'CONTENT', 'OutputFooter.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=3', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 100
        $this->setLayoutRootPath($conf);
        $this->setPartialRootPath($conf);
        $this->setExtbaseVariables($conf);
        $this->assignSettings($conf);
        $variables = $this->getContentObjectVariables($conf);
        $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);

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

at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'SiteStructure', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/Page/', 'EXT:theme_vfm1/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/Page/', 'EXT:theme_base/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/Page/', 'EXT:theme_base/Resources/Private/Layouts/Page/'), 'variables.' => array('OutputHeader' => 'CONTENT', 'OutputHeader.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'OutputContent' => 'CONTENT', 'OutputContent.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'OutputFooter' => 'CONTENT', 'OutputFooter.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=3', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // 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' => 'SiteStructure', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/Page/', 'EXT:theme_vfm1/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/Page/', 'EXT:theme_base/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/Page/', 'EXT:theme_base/Resources/Private/Layouts/Page/'), 'variables.' => array('OutputHeader' => 'CONTENT', 'OutputHeader.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'OutputContent' => 'CONTENT', 'OutputContent.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'OutputFooter' => 'CONTENT', 'OutputFooter.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=3', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'SiteStructure', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/Page/', 'EXT:theme_vfm1/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/Page/', 'EXT:theme_base/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/Page/', 'EXT:theme_base/Resources/Private/Layouts/Page/'), 'variables.' => array('OutputHeader' => 'CONTENT', 'OutputHeader.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'OutputContent' => 'CONTENT', 'OutputContent.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'OutputFooter' => 'CONTENT', 'OutputFooter.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=3', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), '10')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $contentObjects[] = $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $contentObjects;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSeparated(array('includeCSS.' => array('aa_colorbox10' => 'EXT:theme_base/Resources/Public/Contrib/Colorbox/css/colorbox.css', 'fontawesome_css' => 'EXT:fontawesome/Resources/Public/Libraries/fontawesome5/css/all.min.css', 'fontawesome_css.' => array('disableCompression' => '1', 'excludeFromConcatenation' => '1', 'if.' => array('isFalse' => '1')), 'googleReviews' => 'EXT:google_reviews/Resources/Public/Styles/google-reviews.css', 'powermailBasicCss' => 'EXT:powermail/Resources/Public/Css/Basic.css', 'powermailDefaultCSS' => 'EXT:theme_base/Resources/Public/Extension/Powermail/Css/powermail.css', 'powermailJQueryUiDatepicker' => 'EXT:theme_base/Resources/Public/Extension/Powermail/Css/jquery.datetimepicker.css', 'theme' => 'EXT:theme_vfm1/Resources/Public/Scss/theme.scss', 'theme.' => array('outputfile' => '/themes/theme581/Public/css/theme.css', 'forceOnTop' => '1')), 'includeJSFooterlibs.' => array('aa_colorbox10' => 'EXT:theme_base/Resources/Public/Contrib/Colorbox/js/jquery.colorbox-1.6.4.min.js', 'aa_colorbox10.' => array('disableCompression' => '1'), 'powermailJQuery' => '', 'powermailJQueryUi' => '', 'vfmmaklerJquerycookie' => 'EXT:vfmmakler/Resources/Public/Scripts/jquerycookie/jquery.cookie.min.js', 'vfmmaklerJquerycookie.' => array('excludeFromConcatenation' => '1', 'disableCompression' => '1'), 'vfmmaklerAjaxGetRedirect' => 'EXT:vfmmakler/Resources/Public/Scripts/Ajax/checkMaklerRedirect.min.js', 'vfmmaklerAjaxGetRedirect.' => array('excludeFromConcatenation' => '1', 'disableCompression' => '1'), 'bootstrap' => 'EXT:theme_base/Resources/Public/Contrib/Bootstrap/js/bootstrap.min.js', 'bootstrap.' => array('forceOnTop' => '1', 'excludeFromConcatenation' => '1', 'disableCompression' => '1'), 'popper' => 'EXT:theme_base/Resources/Public/Contrib/Bootstrap/js/popper.min.js', 'popper.' => array('forceOnTop' => '1', 'excludeFromConcatenation' => '1', 'disableCompression' => '1'), 'jqueryUi' => 'EXT:theme_base/Resources/Public/Contrib/JqueryUi/js/jquery-ui.min.js', 'jqueryUi.' => array('forceOnTop' => '1', 'excludeFromConcatenation' => '1', 'disableCompression' => '1'), 'jqueryLib' => 'EXT:theme_base/Resources/Public/Contrib/Jquery/jquery.min.js', 'jqueryLib.' => array('forceOnTop' => '1', 'excludeFromConcatenation' => '1', 'disableCompression' => '1'), 'meanmenu' => 'EXT:theme_base/Resources/Public/Contrib/Meanmenu/meanmenu.min.js', 'meanmenu.' => array('excludeFromConcatenation' => '1', 'disableCompression' => '1')), 'jsFooterInline.' => array('COA', '980.' => array('TEXT', '100.' => array('value' => 'jQuery(\'.aa-colorbox\').colorbox({opacity:false,'), 'TEXT', '200.' => array('value' => 'current:"{current}'), 'TEXT', '220.' => array('value' => '{LLL:EXT:theme_base/Resources/Private/Language/jqueryColorbox.xlf:of}', 'insertData' => '1'), 'TEXT', '230.' => array('value' => '{total}",'), 'TEXT', '240.' => array('value' => 'previous:"{LLL:EXT:theme_base/Resources/Private/Language/jqueryColorbox.xlf:previous}",', 'insertData' => '1', 'if.' => array('value' => '{$plugin.theme_base.jquerycolorbox.theme}', 'isLessThan' => '"6"')), 'TEXT', '250.' => array('value' => 'next:"{LLL:EXT:theme_base/Resources/Private/Language/jqueryColorbox.xlf:next}",', 'insertData' => '1', 'if.' => array('value' => '{$plugin.theme_base.jquerycolorbox.theme}', 'isLessThan' => '"6"')), 'TEXT', '260.' => array('value' => 'close:"{LLL:EXT:theme_base/Resources/Private/Language/jqueryColorbox.xlf:close}",', 'insertData' => '1', 'if.' => array('value' => '{$plugin.theme_base.jquerycolorbox.theme}', 'isLessThan' => '"6"')), 'TEXT', '270.' => array('value' => 'slideshowStart:"{LLL:EXT:theme_base/Resources/Private/Language/jqueryColorbox.xlf:slideshowstart}",', 'insertData' => '1', 'if.' => array('value' => '{$plugin.theme_base.jquerycolorbox.theme}', 'isLessThan' => '"6"')), 'TEXT', '280.' => array('value' => 'slideshowStop:"{LLL:EXT:theme_base/Resources/Private/Language/jqueryColorbox.xlf:slideshowstop}",', 'insertData' => '1', 'if.' => array('value' => '{$plugin.theme_base.jquerycolorbox.theme}', 'isLessThan' => '"6"')), 'TEXT', '290.' => array('value' => 'close:"<i class=\'fa fa-times\'></i>",next:"<i class=\'fa fa-chevron-right\'></i>",previous:"<i class=\'fa fa-chevron-left\'></i>",slideshowStart:"Slideshow <i class=\'fa fa-forward\'></i>",slideshowStop:"Slideshow <i class=\'fa fa-pause\'></i>",', 'if.' => array('value' => '{$plugin.theme_base.jquerycolorbox.theme}', 'equals' => '6')), 'TEXT', '300.' => array('value' => 'slideshow:1,', 'insertData' => '1', 'if.' => array('isTrue' => '1')), 'TEXT', '310.' => array('value' => 'slideshowAuto:false,', 'insertData' => '1', 'if.' => array('isTrue' => 'false')), 'TEXT', '320.' => array('value' => 'slideshowSpeed:,', 'insertData' => '1', 'if.' => array('isTrue' => '')), 'TEXT', '340.' => array('value' => 'maxWidth:"95%",', 'insertData' => '1', 'if.' => array('isTrue' => '95%')), 'TEXT', '350.' => array('value' => 'maxHeight:"95%",', 'insertData' => '1', 'if.' => array('isTrue' => '95%')), 'TEXT', '900.' => array('value' => 'transition:"fade"', 'insertData' => '1', 'if.' => array('isTrue' => 'transition:"fade"')), 'TEXT', '910.' => array('value' => '});')), 'TEXT', '981.' => array('value' => 'jQuery(".aa-colorbox.iframe").colorbox({iframe:true, width:"80%", height:"80%"});'), 'TEXT', '982.' => array('value' => 'jQuery(".aa-colorbox.inline").colorbox({inline:true, width:"80%"});'), 'TEXT', '983.' => array('value' => 'jQuery(".aa-colorbox.ajax").colorbox();'), 'TEXT', '984.' => array('value' => 'jQuery(".aa-colorbox.youtube").colorbox({iframe:true, innerWidth:640, innerHeight:390});'), 'TEXT', '985.' => array('value' => 'jQuery(".aa-colorbox.vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409});'), 'COA', '1519224720.' => array('COA', '10.' => array('TEXT', '10.' => array('value' => 'container: "div.row-news",'), 'TEXT', '20.' => array('value' => 'scrollContainer: jQuery(window),'), 'TEXT', '30.' => array('value' => 'item: "div.col-news",'), 'TEXT', '40.' => array('value' => 'pagination: ".page-navigation .pagination",'), 'TEXT', '50.' => array('value' => 'next: "li.next a",'), 'TEXT', '80.' => array('value' => 'delay: 0,'), 'TEXT', '90.' => array('value' => 'negativeMargin: 550'), 'wrap' => 'var ias = jQuery.ias({|});'), 'TEXT', '20.' => array('value' => '{src}', 'wrap' => 'html: \'<div class="ias-spinner" style="text-align: center;"><img src="|"/></div>\'', 'wrap3' => 'ias.extension(new IASSpinnerExtension({|}));'), 'TEXT', '30.' => array('value' => 'ias.extension(new IASPagingExtension());'), 'TEXT', '40.' => array('dataWrap' => 'text: \'{LLL:EXT:infinitescrolling/Resources/Private/Language/locallang.xml:loadMoreItems}\', textPrev: \'{LLL:EXT:infinitescrolling/Resources/Private/Language/locallang.xml:loadPrevItems}\', offset: 15', 'wrap3' => 'ias.extension(new IASTriggerExtension({|}));'), 'TEXT', '50.' => array('value' => 'prev: \'li.previous a\'', 'wrap' => 'ias.extension(new IASHistoryExtension({|}));'), 'wrap' => 'jQuery(function() {|});')), 'cssInline.' => array('TEXT', '20210330.' => array('value' => 'html.fa-events-icons-loading body {display: none;} html.fontawesome-i2svg-active body {display: block;}', 'if.' => array('isTrue' => '1')), 'TEXT', '1000.' => array('value' => '.aa-tilefrompage .tiles .tile .thumb .svg-inline { color: var(--primary)}')), 'includeJSFooter.' => array('fontawesome_all' => 'EXT:fontawesome/Resources/Public/Libraries/fontawesome5/js/all.min.js', 'fontawesome_all.' => array('disableCompression' => '1', 'excludeFromConcatenation' => '1', 'defer' => '1', 'if.' => array('isTrue' => '1')), 'theme_base_scripts' => 'EXT:theme_vfm1/Resources/Public/JavaScript/Dist/scripts.js', 'powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1'), 'powermailDisableSubmit' => 'EXT:theme_base/Resources/Public/Extension/Powermail/JavaScripts/powermailDisableSubmit.min.js', 'powermailDisableSubmit.' => array('defer' => '1'), 'powermailIbanValidation' => 'EXT:theme_base/Resources/Public/Extension/Powermail/JavaScripts/IBANValidation.min.js', 'powermailIbanValidation.' => array('defer' => '1'), 'powermailDateRangeValidation' => 'EXT:theme_base/Resources/Public/Extension/Powermail/JavaScripts/DateRangeValidation.min.js', 'powermailDateRangeValidation.' => array('defer' => '1'), 'we_cookie_consent_controller' => 'EXT:we_cookie_consent/Resources/Public/JavaScript/Controller/ConsentController.js', 'jQueryForInfiniteScrolling' => '//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js', 'jQueryForInfiniteScrolling.' => array('external' => '1', 'excludeFromConcatenation' => '1', 'disableCompression' => '1', 'if.' => array('isTrue' => '0')), 'infiniteScrolling_callback' => 'EXT:infinitescrolling/Resources/Public/JavaScript/Ias/callback.js', 'infiniteScrolling_ias' => 'EXT:infinitescrolling/Resources/Public/JavaScript/Ias/jquery-ias.js', 'infiniteScrolling_spinner' => 'EXT:infinitescrolling/Resources/Public/JavaScript/Ias/Extension/Spinner.js', 'infiniteScrolling_paging' => 'EXT:infinitescrolling/Resources/Public/JavaScript/Ias/Extension/Paging.js', 'infiniteScrolling_trigger' => 'EXT:infinitescrolling/Resources/Public/JavaScript/Ias/Extension/Trigger.js', 'infiniteScrolling_history' => 'EXT:infinitescrolling/Resources/Public/JavaScript/Ias/Extension/History.js'), 'typeNum' => '0', 'headerData.' => array('FILES', '880909099.' => array('references.' => array('data' => 'levelfield:-1,favicon,slide'), 'maxItems' => '1', 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('crop.' => array(*DEEP NESTED ARRAY*), 'import.' => array(*DEEP NESTED ARRAY*), 'treatIdAsReference' => '1', 'maxW' => '32')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="icon" href="|" sizes="32x32">', 'required' => '1'), 'TEXT', '50.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('crop.' => array(*DEEP NESTED ARRAY*), 'import.' => array(*DEEP NESTED ARRAY*), 'treatIdAsReference' => '1', 'maxW' => '16')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="icon" type="image/png" href="|" sizes="16x16">', 'required' => '1'), 'TEXT', '60.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('crop.' => array(*DEEP NESTED ARRAY*), 'import.' => array(*DEEP NESTED ARRAY*), 'treatIdAsReference' => '1', 'maxW' => '228')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="icon" type="image/png" href="|" sizes="228x228">', 'required' => '1'), 'TEXT', '70.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('crop.' => array(*DEEP NESTED ARRAY*), 'import.' => array(*DEEP NESTED ARRAY*), 'treatIdAsReference' => '1', 'maxW' => '196')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="shortcut icon" sizes="196x196" href="|">', 'required' => '1'), 'TEXT', '100.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('crop.' => array(*DEEP NESTED ARRAY*), 'import.' => array(*DEEP NESTED ARRAY*), 'treatIdAsReference' => '1', 'maxW' => '180')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="apple-touch-icon" sizes="180x180" href="|">', 'required' => '1'), 'TEXT', '130.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('crop.' => array(*DEEP NESTED ARRAY*), 'import.' => array(*DEEP NESTED ARRAY*), 'treatIdAsReference' => '1', 'maxW' => '310')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<meta name="msapplication-square310x310logo" content="|" />', 'required' => '1')), 'stdWrap.' => array('ifEmpty.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="icon" href="|" sizes="32x32">', 'required' => '1'), 'TEXT', '50.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="icon" type="image/png" href="|" sizes="16x16">', 'required' => '1'), 'TEXT', '60.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="icon" type="image/png" href="|" sizes="228x228">', 'required' => '1'), 'TEXT', '70.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="shortcut icon" sizes="196x196" href="|">', 'required' => '1'), 'TEXT', '100.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="apple-touch-icon" sizes="180x180" href="|">', 'required' => '1'), 'TEXT', '130.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<meta name="msapplication-square310x310logo" content="|" />', 'required' => '1')))))), 'FLUIDTEMPLATE', '10.' => array('templateName' => 'SiteStructure', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/Page/', 'EXT:theme_vfm1/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/Page/', 'EXT:theme_base/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/Page/', 'EXT:theme_base/Resources/Private/Layouts/Page/'), 'variables.' => array('OutputHeader' => 'CONTENT', 'OutputHeader.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'OutputContent' => 'CONTENT', 'OutputContent.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'OutputFooter' => 'CONTENT', 'OutputFooter.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=3', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), 'meta.' => array('viewport' => 'width=device-width, initial-scale=1', 'robots' => 'index,follow', 'apple-mobile-web-app-capable' => 'no', 'description' => 'Alles aus einer Hand. Wir vergleichen – Sie profitieren!', 'description.' => array('override.' => array('field' => 'description')), 'author' => 'vfm-Gruppe', 'author.' => array('override.' => array('field' => 'author')), 'keywords' => 'vfm-Gruppe,vfm-makler, deutschland, germany', 'keywords.' => array('override.' => array('field' => 'keywords')), 'X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'og:title.' => array('attribute' => 'property', 'field' => 'title'), 'og:site_name.' => array('attribute' => 'property', 'data' => 'TSFE:tmpl|setup|sitetitle'), 'og:description' => 'Alles aus einer Hand. Wir vergleichen – Sie profitieren!', 'og:description.' => array('attribute' => 'property', 'field' => 'description'), 'og:image.' => array('attribute' => 'property', 'stdWrap.' => array('cObject' => 'FILES', 'cObject.' => array('references.' => array('data' => 'levelfield:-1, media, slide'), 'maxItems' => '1', 'renderObj' => 'COA', 'renderObj.' => array('IMG_RESOURCE', '10.' => array('file.' => array('import.' => array('data' => 'file:current:uid'), 'treatIdAsReference' => '1', 'width' => '1280c', 'height' => '720c'), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'TSFE:lastImgResourceInfo|3'), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))))))), 'vfmmaklerajaxredirect' => 'checkmaklerredirect.json', 'vfmmaklerajaxredirect.' => array('insertData' => '1')), 'includeCSSLibs.' => array('font1' => 'EXT:theme_vfm1/Resources/Public/Css/ff-sero-web.css', 'font1.' => array('excludeFromConcatenation' => '1', 'disableCompression' => '1'), 'fontawesome_css' => 'EXT:fontawesome/Resources/Public/Libraries/fontawesome5/css/all.min.css', 'fontawesome_css.' => array('disableCompression' => '1', 'excludeFromConcatenation' => '1'), 'themeHelper' => 'EXT:theme_vfm1/Resources/Public/Css/helper.css'), 'includeJSLibs.' => array(), 'includeJS.' => array(), 'footerData.' => array('COA', '10000.' => array('TEXT', '30.' => array('value' => '12960000', 'wrap' => 'var cookielifetime = |;', 'insertData' => '1'), 'TEXT', '100.' => array('value' => 'checkMaklerRedirect(cookielifetime);'), 'wrap' => '<script type="text/javascript">jQuery("document").ready(function(){|});</script>')), 'USER', '525304800.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeCookieConsent', 'pluginName' => 'Pi1')), '')
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 693
    {
        if (!is_array($setup)) {
            return '';
        }
        return implode('', $this->cObjGetSeparated($setup, $addKey));
    }

    /**
     * Rendering of a "numerical array" of cObjects from TypoScript
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeCSS.' => array('aa_colorbox10' => 'EXT:theme_base/Resources/Public/Contrib/Colorbox/css/colorbox.css', 'fontawesome_css' => 'EXT:fontawesome/Resources/Public/Libraries/fontawesome5/css/all.min.css', 'fontawesome_css.' => array('disableCompression' => '1', 'excludeFromConcatenation' => '1', 'if.' => array('isFalse' => '1')), 'googleReviews' => 'EXT:google_reviews/Resources/Public/Styles/google-reviews.css', 'powermailBasicCss' => 'EXT:powermail/Resources/Public/Css/Basic.css', 'powermailDefaultCSS' => 'EXT:theme_base/Resources/Public/Extension/Powermail/Css/powermail.css', 'powermailJQueryUiDatepicker' => 'EXT:theme_base/Resources/Public/Extension/Powermail/Css/jquery.datetimepicker.css', 'theme' => 'EXT:theme_vfm1/Resources/Public/Scss/theme.scss', 'theme.' => array('outputfile' => '/themes/theme581/Public/css/theme.css', 'forceOnTop' => '1')), 'includeJSFooterlibs.' => array('aa_colorbox10' => 'EXT:theme_base/Resources/Public/Contrib/Colorbox/js/jquery.colorbox-1.6.4.min.js', 'aa_colorbox10.' => array('disableCompression' => '1'), 'powermailJQuery' => '', 'powermailJQueryUi' => '', 'vfmmaklerJquerycookie' => 'EXT:vfmmakler/Resources/Public/Scripts/jquerycookie/jquery.cookie.min.js', 'vfmmaklerJquerycookie.' => array('excludeFromConcatenation' => '1', 'disableCompression' => '1'), 'vfmmaklerAjaxGetRedirect' => 'EXT:vfmmakler/Resources/Public/Scripts/Ajax/checkMaklerRedirect.min.js', 'vfmmaklerAjaxGetRedirect.' => array('excludeFromConcatenation' => '1', 'disableCompression' => '1'), 'bootstrap' => 'EXT:theme_base/Resources/Public/Contrib/Bootstrap/js/bootstrap.min.js', 'bootstrap.' => array('forceOnTop' => '1', 'excludeFromConcatenation' => '1', 'disableCompression' => '1'), 'popper' => 'EXT:theme_base/Resources/Public/Contrib/Bootstrap/js/popper.min.js', 'popper.' => array('forceOnTop' => '1', 'excludeFromConcatenation' => '1', 'disableCompression' => '1'), 'jqueryUi' => 'EXT:theme_base/Resources/Public/Contrib/JqueryUi/js/jquery-ui.min.js', 'jqueryUi.' => array('forceOnTop' => '1', 'excludeFromConcatenation' => '1', 'disableCompression' => '1'), 'jqueryLib' => 'EXT:theme_base/Resources/Public/Contrib/Jquery/jquery.min.js', 'jqueryLib.' => array('forceOnTop' => '1', 'excludeFromConcatenation' => '1', 'disableCompression' => '1'), 'meanmenu' => 'EXT:theme_base/Resources/Public/Contrib/Meanmenu/meanmenu.min.js', 'meanmenu.' => array('excludeFromConcatenation' => '1', 'disableCompression' => '1')), 'jsFooterInline.' => array('COA', '980.' => array('TEXT', '100.' => array('value' => 'jQuery(\'.aa-colorbox\').colorbox({opacity:false,'), 'TEXT', '200.' => array('value' => 'current:"{current}'), 'TEXT', '220.' => array('value' => '{LLL:EXT:theme_base/Resources/Private/Language/jqueryColorbox.xlf:of}', 'insertData' => '1'), 'TEXT', '230.' => array('value' => '{total}",'), 'TEXT', '240.' => array('value' => 'previous:"{LLL:EXT:theme_base/Resources/Private/Language/jqueryColorbox.xlf:previous}",', 'insertData' => '1', 'if.' => array('value' => '{$plugin.theme_base.jquerycolorbox.theme}', 'isLessThan' => '"6"')), 'TEXT', '250.' => array('value' => 'next:"{LLL:EXT:theme_base/Resources/Private/Language/jqueryColorbox.xlf:next}",', 'insertData' => '1', 'if.' => array('value' => '{$plugin.theme_base.jquerycolorbox.theme}', 'isLessThan' => '"6"')), 'TEXT', '260.' => array('value' => 'close:"{LLL:EXT:theme_base/Resources/Private/Language/jqueryColorbox.xlf:close}",', 'insertData' => '1', 'if.' => array('value' => '{$plugin.theme_base.jquerycolorbox.theme}', 'isLessThan' => '"6"')), 'TEXT', '270.' => array('value' => 'slideshowStart:"{LLL:EXT:theme_base/Resources/Private/Language/jqueryColorbox.xlf:slideshowstart}",', 'insertData' => '1', 'if.' => array('value' => '{$plugin.theme_base.jquerycolorbox.theme}', 'isLessThan' => '"6"')), 'TEXT', '280.' => array('value' => 'slideshowStop:"{LLL:EXT:theme_base/Resources/Private/Language/jqueryColorbox.xlf:slideshowstop}",', 'insertData' => '1', 'if.' => array('value' => '{$plugin.theme_base.jquerycolorbox.theme}', 'isLessThan' => '"6"')), 'TEXT', '290.' => array('value' => 'close:"<i class=\'fa fa-times\'></i>",next:"<i class=\'fa fa-chevron-right\'></i>",previous:"<i class=\'fa fa-chevron-left\'></i>",slideshowStart:"Slideshow <i class=\'fa fa-forward\'></i>",slideshowStop:"Slideshow <i class=\'fa fa-pause\'></i>",', 'if.' => array('value' => '{$plugin.theme_base.jquerycolorbox.theme}', 'equals' => '6')), 'TEXT', '300.' => array('value' => 'slideshow:1,', 'insertData' => '1', 'if.' => array('isTrue' => '1')), 'TEXT', '310.' => array('value' => 'slideshowAuto:false,', 'insertData' => '1', 'if.' => array('isTrue' => 'false')), 'TEXT', '320.' => array('value' => 'slideshowSpeed:,', 'insertData' => '1', 'if.' => array('isTrue' => '')), 'TEXT', '340.' => array('value' => 'maxWidth:"95%",', 'insertData' => '1', 'if.' => array('isTrue' => '95%')), 'TEXT', '350.' => array('value' => 'maxHeight:"95%",', 'insertData' => '1', 'if.' => array('isTrue' => '95%')), 'TEXT', '900.' => array('value' => 'transition:"fade"', 'insertData' => '1', 'if.' => array('isTrue' => 'transition:"fade"')), 'TEXT', '910.' => array('value' => '});')), 'TEXT', '981.' => array('value' => 'jQuery(".aa-colorbox.iframe").colorbox({iframe:true, width:"80%", height:"80%"});'), 'TEXT', '982.' => array('value' => 'jQuery(".aa-colorbox.inline").colorbox({inline:true, width:"80%"});'), 'TEXT', '983.' => array('value' => 'jQuery(".aa-colorbox.ajax").colorbox();'), 'TEXT', '984.' => array('value' => 'jQuery(".aa-colorbox.youtube").colorbox({iframe:true, innerWidth:640, innerHeight:390});'), 'TEXT', '985.' => array('value' => 'jQuery(".aa-colorbox.vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409});'), 'COA', '1519224720.' => array('COA', '10.' => array('TEXT', '10.' => array('value' => 'container: "div.row-news",'), 'TEXT', '20.' => array('value' => 'scrollContainer: jQuery(window),'), 'TEXT', '30.' => array('value' => 'item: "div.col-news",'), 'TEXT', '40.' => array('value' => 'pagination: ".page-navigation .pagination",'), 'TEXT', '50.' => array('value' => 'next: "li.next a",'), 'TEXT', '80.' => array('value' => 'delay: 0,'), 'TEXT', '90.' => array('value' => 'negativeMargin: 550'), 'wrap' => 'var ias = jQuery.ias({|});'), 'TEXT', '20.' => array('value' => '{src}', 'wrap' => 'html: \'<div class="ias-spinner" style="text-align: center;"><img src="|"/></div>\'', 'wrap3' => 'ias.extension(new IASSpinnerExtension({|}));'), 'TEXT', '30.' => array('value' => 'ias.extension(new IASPagingExtension());'), 'TEXT', '40.' => array('dataWrap' => 'text: \'{LLL:EXT:infinitescrolling/Resources/Private/Language/locallang.xml:loadMoreItems}\', textPrev: \'{LLL:EXT:infinitescrolling/Resources/Private/Language/locallang.xml:loadPrevItems}\', offset: 15', 'wrap3' => 'ias.extension(new IASTriggerExtension({|}));'), 'TEXT', '50.' => array('value' => 'prev: \'li.previous a\'', 'wrap' => 'ias.extension(new IASHistoryExtension({|}));'), 'wrap' => 'jQuery(function() {|});')), 'cssInline.' => array('TEXT', '20210330.' => array('value' => 'html.fa-events-icons-loading body {display: none;} html.fontawesome-i2svg-active body {display: block;}', 'if.' => array('isTrue' => '1')), 'TEXT', '1000.' => array('value' => '.aa-tilefrompage .tiles .tile .thumb .svg-inline { color: var(--primary)}')), 'includeJSFooter.' => array('fontawesome_all' => 'EXT:fontawesome/Resources/Public/Libraries/fontawesome5/js/all.min.js', 'fontawesome_all.' => array('disableCompression' => '1', 'excludeFromConcatenation' => '1', 'defer' => '1', 'if.' => array('isTrue' => '1')), 'theme_base_scripts' => 'EXT:theme_vfm1/Resources/Public/JavaScript/Dist/scripts.js', 'powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1'), 'powermailDisableSubmit' => 'EXT:theme_base/Resources/Public/Extension/Powermail/JavaScripts/powermailDisableSubmit.min.js', 'powermailDisableSubmit.' => array('defer' => '1'), 'powermailIbanValidation' => 'EXT:theme_base/Resources/Public/Extension/Powermail/JavaScripts/IBANValidation.min.js', 'powermailIbanValidation.' => array('defer' => '1'), 'powermailDateRangeValidation' => 'EXT:theme_base/Resources/Public/Extension/Powermail/JavaScripts/DateRangeValidation.min.js', 'powermailDateRangeValidation.' => array('defer' => '1'), 'we_cookie_consent_controller' => 'EXT:we_cookie_consent/Resources/Public/JavaScript/Controller/ConsentController.js', 'jQueryForInfiniteScrolling' => '//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js', 'jQueryForInfiniteScrolling.' => array('external' => '1', 'excludeFromConcatenation' => '1', 'disableCompression' => '1', 'if.' => array('isTrue' => '0')), 'infiniteScrolling_callback' => 'EXT:infinitescrolling/Resources/Public/JavaScript/Ias/callback.js', 'infiniteScrolling_ias' => 'EXT:infinitescrolling/Resources/Public/JavaScript/Ias/jquery-ias.js', 'infiniteScrolling_spinner' => 'EXT:infinitescrolling/Resources/Public/JavaScript/Ias/Extension/Spinner.js', 'infiniteScrolling_paging' => 'EXT:infinitescrolling/Resources/Public/JavaScript/Ias/Extension/Paging.js', 'infiniteScrolling_trigger' => 'EXT:infinitescrolling/Resources/Public/JavaScript/Ias/Extension/Trigger.js', 'infiniteScrolling_history' => 'EXT:infinitescrolling/Resources/Public/JavaScript/Ias/Extension/History.js'), 'typeNum' => '0', 'headerData.' => array('FILES', '880909099.' => array('references.' => array('data' => 'levelfield:-1,favicon,slide'), 'maxItems' => '1', 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('crop.' => array(*DEEP NESTED ARRAY*), 'import.' => array(*DEEP NESTED ARRAY*), 'treatIdAsReference' => '1', 'maxW' => '32')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="icon" href="|" sizes="32x32">', 'required' => '1'), 'TEXT', '50.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('crop.' => array(*DEEP NESTED ARRAY*), 'import.' => array(*DEEP NESTED ARRAY*), 'treatIdAsReference' => '1', 'maxW' => '16')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="icon" type="image/png" href="|" sizes="16x16">', 'required' => '1'), 'TEXT', '60.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('crop.' => array(*DEEP NESTED ARRAY*), 'import.' => array(*DEEP NESTED ARRAY*), 'treatIdAsReference' => '1', 'maxW' => '228')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="icon" type="image/png" href="|" sizes="228x228">', 'required' => '1'), 'TEXT', '70.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('crop.' => array(*DEEP NESTED ARRAY*), 'import.' => array(*DEEP NESTED ARRAY*), 'treatIdAsReference' => '1', 'maxW' => '196')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="shortcut icon" sizes="196x196" href="|">', 'required' => '1'), 'TEXT', '100.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('crop.' => array(*DEEP NESTED ARRAY*), 'import.' => array(*DEEP NESTED ARRAY*), 'treatIdAsReference' => '1', 'maxW' => '180')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="apple-touch-icon" sizes="180x180" href="|">', 'required' => '1'), 'TEXT', '130.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('crop.' => array(*DEEP NESTED ARRAY*), 'import.' => array(*DEEP NESTED ARRAY*), 'treatIdAsReference' => '1', 'maxW' => '310')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<meta name="msapplication-square310x310logo" content="|" />', 'required' => '1')), 'stdWrap.' => array('ifEmpty.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="icon" href="|" sizes="32x32">', 'required' => '1'), 'TEXT', '50.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="icon" type="image/png" href="|" sizes="16x16">', 'required' => '1'), 'TEXT', '60.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="icon" type="image/png" href="|" sizes="228x228">', 'required' => '1'), 'TEXT', '70.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="shortcut icon" sizes="196x196" href="|">', 'required' => '1'), 'TEXT', '100.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<link rel="apple-touch-icon" sizes="180x180" href="|">', 'required' => '1'), 'TEXT', '130.' => array('stdWrap.' => array('typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')), 'wrap' => '<meta name="msapplication-square310x310logo" content="|" />', 'required' => '1')))))), 'FLUIDTEMPLATE', '10.' => array('templateName' => 'SiteStructure', 'templateRootPaths.' => array('EXT:theme_base/Resources/Private/Templates/Page/', 'EXT:theme_vfm1/Resources/Private/Templates/Page/'), 'partialRootPaths.' => array('EXT:theme_base/Resources/Private/Partials/Page/', 'EXT:theme_base/Resources/Private/Partials/Page/'), 'layoutRootPaths.' => array('EXT:theme_base/Resources/Private/Layouts/Page/', 'EXT:theme_base/Resources/Private/Layouts/Page/'), 'variables.' => array('OutputHeader' => 'CONTENT', 'OutputHeader.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=1', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'OutputContent' => 'CONTENT', 'OutputContent.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=2', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this'))), 'OutputFooter' => 'CONTENT', 'OutputFooter.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => 'colPos=3', 'pidInList' => 'TEXT', 'pidInList.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'themeBase__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'this')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), 'meta.' => array('viewport' => 'width=device-width, initial-scale=1', 'robots' => 'index,follow', 'apple-mobile-web-app-capable' => 'no', 'description' => 'Alles aus einer Hand. Wir vergleichen – Sie profitieren!', 'description.' => array('override.' => array('field' => 'description')), 'author' => 'vfm-Gruppe', 'author.' => array('override.' => array('field' => 'author')), 'keywords' => 'vfm-Gruppe,vfm-makler, deutschland, germany', 'keywords.' => array('override.' => array('field' => 'keywords')), 'X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'og:title.' => array('attribute' => 'property', 'field' => 'title'), 'og:site_name.' => array('attribute' => 'property', 'data' => 'TSFE:tmpl|setup|sitetitle'), 'og:description' => 'Alles aus einer Hand. Wir vergleichen – Sie profitieren!', 'og:description.' => array('attribute' => 'property', 'field' => 'description'), 'og:image.' => array('attribute' => 'property', 'stdWrap.' => array('cObject' => 'FILES', 'cObject.' => array('references.' => array('data' => 'levelfield:-1, media, slide'), 'maxItems' => '1', 'renderObj' => 'COA', 'renderObj.' => array('IMG_RESOURCE', '10.' => array('file.' => array('import.' => array('data' => 'file:current:uid'), 'treatIdAsReference' => '1', 'width' => '1280c', 'height' => '720c'), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'TSFE:lastImgResourceInfo|3'), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))))))), 'vfmmaklerajaxredirect' => 'checkmaklerredirect.json', 'vfmmaklerajaxredirect.' => array('insertData' => '1')), 'includeCSSLibs.' => array('font1' => 'EXT:theme_vfm1/Resources/Public/Css/ff-sero-web.css', 'font1.' => array('excludeFromConcatenation' => '1', 'disableCompression' => '1'), 'fontawesome_css' => 'EXT:fontawesome/Resources/Public/Libraries/fontawesome5/css/all.min.css', 'fontawesome_css.' => array('disableCompression' => '1', 'excludeFromConcatenation' => '1'), 'themeHelper' => 'EXT:theme_vfm1/Resources/Public/Css/helper.css'), 'includeJSLibs.' => array(), 'includeJS.' => array(), 'footerData.' => array('COA', '10000.' => array('TEXT', '30.' => array('value' => '12960000', 'wrap' => 'var cookielifetime = |;', 'insertData' => '1'), 'TEXT', '100.' => array('value' => 'checkMaklerRedirect(cookielifetime);'), 'wrap' => '<script type="text/javascript">jQuery("document").ready(function(){|});</script>')), 'USER', '525304800.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeCookieConsent', 'pluginName' => 'Pi1')))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 223
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 189
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 141
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

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

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

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3conf/ext/vhs/Classes/Middleware/AssetInclusion.php line 20
class AssetInclusion implements MiddlewareInterface
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $body = $response->getBody();
        $body->rewind();
        $contents = $body->getContents();
at FluidTYPO3\Vhs\Middleware\AssetInclusion->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/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 (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/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 ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
                && !$GLOBALS['TSFE']->isBackendUserLoggedIn() && !($GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] ?? false)
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 79
                );
            }
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3conf/ext/yoast_seo/Classes/Middleware/PageRequestMiddleware.php line 32
        if (YoastRequestHash::isValid($request->getServerParams())) {
            $context = GeneralUtility::makeInstance(Context::class);
            $context->setAspect('visibility', new VisibilityAspect(true));
        }
        return $handler->handle($request);
    }
}
at YoastSeoForTypo3\YoastSeo\Middleware\PageRequestMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreviewPermissions.php line 47
        $pageArguments = $request->getAttribute('routing', null);
        if ($pageArguments instanceof PageArguments && $GLOBALS['BE_USER'] instanceof PreviewUserAuthentication) {
            $GLOBALS['BE_USER']->setWebmounts([$pageArguments->getPageId()]);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreviewPermissions->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 132
            }
        }

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

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php line 128
            $addInformationAboutDisabledCache = true;
            $setCookieOnCurrentRequest = false;
        }

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

        $tsfe = $this->getTypoScriptFrontendController();
        if ($tsfe instanceof TypoScriptFrontendController && $addInformationAboutDisabledCache) {
            $tsfe->set_no_cache('GET Parameter ADMCMD_prev=LIVE was given', true);
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreview->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3conf/ext/vfmmakler/Classes/Middleware/VfmVfmmaklerResolver.php line 140
                unset($request->getQueryParams()['vfmmakler']);
                unset($request->getAttributes()['vfmmakler']);
            }            
        }
        return $handler->handle($request);
    }
}
at Vfm\Vfmmakler\Middleware\VfmVfmmaklerResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 89
                return $response;
            }
        }

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

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 97
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

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

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$2da))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 86
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/w00c5b42/typo11/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 100
     * @param callable $execute Deprecated, will be removed in TYPO3 v12.0
     */
    final public function run(callable $execute = null)
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        if ($execute !== null) {
            trigger_error('Custom execution of Application code will be removed in TYPO3 v12.0, use PSR-15 Middlewares instead.', E_USER_DEPRECATED);
            $execute();
        }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /www/htdocs/w00c5b42/typo11/public/index.php line 20
// Set up the application for the frontend
call_user_func(static 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 /www/htdocs/w00c5b42/typo11/public/index.php line 21
call_user_func(static 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();
});