Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

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

Find a solution for this exception in the TYPO3 Documentation.

(1/1) #1313855175 TYPO3\CMS\Extbase\Mvc\Exception\InvalidActionNameException

The action "detail" (controller "Suche") is not allowed by this plugin / module. Please check TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin() in your ext_localconf.php / TYPO3\CMS\Extbase\Utility\ExtensionUtility::configureModule() in your ext_tables.php.

in /html/typo3/typo3_src-9.5.45/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php line 276
            }
            if (isset($configuration['mvc']['callDefaultActionIfActionCantBeResolved']) && (bool)$configuration['mvc']['callDefaultActionIfActionCantBeResolved']) {
                return $defaultActionName;
            }
            throw new \TYPO3\CMS\Extbase\Mvc\Exception\InvalidActionNameException('The action "' . $actionName . '" (controller "' . $controllerName . '") is not allowed by this plugin / module. Please check TYPO3\\CMS\\Extbase\\Utility\\ExtensionUtility::configurePlugin() in your ext_localconf.php / TYPO3\\CMS\\Extbase\\Utility\\ExtensionUtility::configureModule() in your ext_tables.php.', 1313855175);
        }
        return filter_var($actionName, FILTER_SANITIZE_STRING);
    }

at TYPO3\CMS\Extbase\Mvc\Web\RequestBuilder->resolveActionName('Suche', array('action' => 'detail', 'controller' => 'Suche', 'hausId' => '3444', 'hkat' => '1', 'ortId' => '203'))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php line 184
            $parameters = array_replace_recursive($parameters, $files[$pluginNamespace]);
        }

        $controllerName = $this->resolveControllerName($parameters);
        $actionName = $this->resolveActionName($controllerName, $parameters);
        /** @var \TYPO3\CMS\Extbase\Mvc\Web\Request $request */
        $request = $this->objectManager->get(\TYPO3\CMS\Extbase\Mvc\Web\Request::class);
        if ($this->vendorName !== null) {
            $request->setControllerVendorName($this->vendorName);
at TYPO3\CMS\Extbase\Mvc\Web\RequestBuilder->build()
in /html/typo3/typo3_src-9.5.45/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 69
     * @return \TYPO3\CMS\Extbase\Mvc\ResponseInterface|null
     */
    public function handleRequest()
    {
        $request = $this->requestBuilder->build();
        if ($this->extensionService->isActionCacheable(null, null, $request->getControllerName(), $request->getControllerActionName())) {
            $request->setIsCached(true);
        } else {
            $contentObject = $this->configurationManager->getContentObject();
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest()
in /html/typo3/typo3_src-9.5.45/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 172
        /** @var \TYPO3\CMS\Extbase\Mvc\RequestHandlerResolver $requestHandlerResolver */
        $requestHandlerResolver = $this->objectManager->get(\TYPO3\CMS\Extbase\Mvc\RequestHandlerResolver::class);
        $requestHandler = $requestHandlerResolver->resolveRequestHandler();

        $response = $requestHandler->handleRequest();
        // If response is NULL after handling the request we need to stop
        // This happens for instance, when a USER object was converted to a USER_INT
        // @see TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()
        if ($response === null) {
at TYPO3\CMS\Extbase\Core\Bootstrap->handleRequest()
in /html/typo3/typo3_src-9.5.45/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 159
     */
    public function run($content, $configuration)
    {
        $this->initialize($configuration);
        return $this->handleRequest();
    }

    /**
     * @throws \TYPO3\CMS\Extbase\Mvc\Exception\CommandException Is thrown if the response object defined an exit code > 0
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb')))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 6015
                        $classObj,
                        $parts[1]
                    ], [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), '')
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 41
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->INTincScript_process()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'tt_content.list.20.wintop_pi1')
in /html/typo3/typo3_src-9.5.45/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 189
        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('wintoppauschalen_pi1' => 'USER', 'wintoppauschalen_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopPauschalen', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'typo3forum_pi1' => 'USER', 'typo3forum_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Pi1', 'vendorName' => 'Mittwald'), 'typo3forum_widget' => 'USER', 'typo3forum_widget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Widget', 'vendorName' => 'Mittwald'), 'typo3forum_ajax' => 'USER', 'typo3forum_ajax.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Ajax', 'vendorName' => 'Mittwald'), 'awphplibs_imgcache' => 'USER', 'awphplibs_imgcache.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Imgcache', 'vendorName' => 'Aktivweb'), 'awphplibs_pi1' => 'USER', 'awphplibs_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi1' => 'USER', 'veranstaltungenneu_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi2' => 'USER', 'veranstaltungenneu_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi3' => 'USER', 'veranstaltungenneu_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awlocations_pi1' => 'USER', 'awlocations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awlocations_pi2' => 'USER', 'awlocations_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awlocations_pi3' => 'USER', 'awlocations_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awpois_pi1' => 'USER', 'awpois_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPois', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsnowreport_pi1' => 'USER', 'awsnowreport_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSnowReport', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'minihomepages_pi1' => 'USER', 'minihomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'minihomepages_pi2' => 'USER', 'minihomepages_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'themefnbw_pi1' => 'USER', 'themefnbw_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ThemeFnbw', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi1' => 'USER', 'wintop_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi2' => 'USER', 'wintop_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'wintop_pi3' => 'USER', 'wintop_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'wintop_pi5' => 'USER', 'wintop_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'advertisingbanner_pi1' => 'USER', 'advertisingbanner_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AdvertisingBanner', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awaddress_pi1' => 'USER', 'awaddress_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwAddress', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi1' => 'USER', 'awdsgvo_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi2' => 'USER', 'awdsgvo_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi1' => 'USER', 'awfrauenaualfresco_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi2' => 'USER', 'awfrauenaualfresco_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi3' => 'USER', 'awfrauenaualfresco_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi4' => 'USER', 'awfrauenaualfresco_pi4.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi4', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi5' => 'USER', 'awfrauenaualfresco_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'awmerkzettel_pi1' => 'USER', 'awmerkzettel_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwMerkzettel', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsocialmedia_pi1' => 'USER', 'awsocialmedia_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSocialmedia', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awwidgethomepages_pi1' => 'USER', 'awwidgethomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwWidgetHomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'challengecounter_pi1' => 'USER', 'challengecounter_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ChallengeCounter', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'poigreensoluations_pi1' => 'USER', 'poigreensoluations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiGreenSoluations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'poimanager_pi1' => 'USER', 'poimanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'sfbanners_pi1' => 'USER', 'sfbanners_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfBanners', 'pluginName' => 'Pi1', 'vendorName' => 'DERHANSEN'), 'sfregister_form' => 'USER', 'sfregister_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfRegister', 'pluginName' => 'Form', 'vendorName' => 'Evoweb'), 'toursmanager_pi1' => 'USER', 'toursmanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ToursManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'weatherapi_pi1' => 'USER', 'weatherapi_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeatherApi', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopbooker_pi1' => 'USER', 'wintopbooker_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopBooker', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi1' => 'USER', 'wintopwidget_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi2' => 'USER', 'wintopwidget_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb')), 'tt_content.list.20.wintop_pi1', 'wintop_pi1')
in /html/typo3/typo3_src-9.5.45/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 166
                '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' => 657, 'pid' => 181, 't3ver_oid' => 0, 't3ver_id' => 0, 't3ver_wsid' => 0, 't3ver_label' => '', 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 't3_origuid' => 0, 'tstamp' => 1467898098, 'crdate' => 1467898091, 'cruser_id' => 3, 'hidden' => 0, 'sorting' => 256, 'CType' => 'list', 'header' => '', 'header_position' => '', 'bodytext' => null, 'assets' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'wintop_pi1', '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="Setup"> <language index="lDEF"> <field index="switchableControllerActions"> <value index="vDEF">Suche-&gt;ggvzDetail</value> </field> <field index="settings.view.suche.fields"> <value index="vDEF"></value> </field> <field index="settings.view.ergebnis.sortby"> <value index="vDEF"></value> </field> <field index="settings.view.ergebnis.sortmode"> <value index="vDEF"></value> </field> <field index="settings.view.ergebnis.filter"> <value index="vDEF"></value> </field> <field index="persistence.storagePid"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => 'a:21:{s:5:"CType";N;s:6:"colPos";N;s:16:"sys_language_uid";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:11:"spaceBefore";N;s:10:"spaceAfter";N;s:13:"section_frame";N;s:6:"hidden";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:5:"pages";N;s:10:"categories";N;}', 'selected_categories' => null, 'category_field' => '', 'categories' => 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, 'image' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'tx_news_related_news' => 0, 'latitude' => '0.00000000000000', 'longitude' => '0.00000000000000', 'zoom' => 0, 'mapswidth' => 0, 'mapsheight' => 0, 'pois' => 0, 'carousel_nav' => 0, 'carousel_dots' => 0, 'carousel_autoplay' => 0, 'carousel_items' => 1, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'gridelements_shortcut_page_order_by' => 0, 'filelink_sorting_direction' => '', 'cookie_group' => 1, 'imagelazy64' => 0, 'carousel_item_content' => 0, 'bootstrap_collapse' => 0, 'bootstrap_buttons' => 0, 'button_text' => '', 'button_link' => '', 'icon' => '', 'carousel_thumbnail' => 1), 'typoscriptObjectPath' => 'tt_content.list.20.wintop_pi1', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3temp/var/cache/code/fluid_template/Standard_action_List_f5931bb0df8abbcbbc3165dd191c945b48cbb8a3.php line 316
$array38 = array (
);$arguments34['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array38);
$arguments34['table'] = 'tt_content';
$renderChildrenClosure35 = ($arguments34['data'] !== null) ? function() use ($arguments34) { return $arguments34['data']; } : $renderChildrenClosure35;
$output30 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments34, $renderChildrenClosure35, $renderingContext);

$output30 .= '
            </div>
        </section>
at Standard_action_List_f5931bb0df8abbcbbc3165dd191c945b48cbb8a3->{closure}()
in /html/typo3/typo3temp/var/cache/code/fluid_template/Standard_action_List_f5931bb0df8abbcbbc3165dd191c945b48cbb8a3.php line 323
            </div>
        </section>
    ';
return $output30;
});
}
}, array($arguments0));
}

at Standard_action_List_f5931bb0df8abbcbbc3165dd191c945b48cbb8a3->{closure}(array('expression' => '0'))
in /html/typo3/typo3temp/var/cache/code/fluid_template/Standard_action_List_f5931bb0df8abbcbbc3165dd191c945b48cbb8a3.php line 325
    ';
return $output30;
});
}
}, array($arguments0));
}


}
at Standard_action_List_f5931bb0df8abbcbbc3165dd191c945b48cbb8a3->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3_src-9.5.45/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 186
        }

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

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 107

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1')), '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('wintoppauschalen_pi1' => 'USER', 'wintoppauschalen_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopPauschalen', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'typo3forum_pi1' => 'USER', 'typo3forum_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Pi1', 'vendorName' => 'Mittwald'), 'typo3forum_widget' => 'USER', 'typo3forum_widget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Widget', 'vendorName' => 'Mittwald'), 'typo3forum_ajax' => 'USER', 'typo3forum_ajax.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Ajax', 'vendorName' => 'Mittwald'), 'awphplibs_imgcache' => 'USER', 'awphplibs_imgcache.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Imgcache', 'vendorName' => 'Aktivweb'), 'awphplibs_pi1' => 'USER', 'awphplibs_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi1' => 'USER', 'veranstaltungenneu_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi2' => 'USER', 'veranstaltungenneu_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi3' => 'USER', 'veranstaltungenneu_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awlocations_pi1' => 'USER', 'awlocations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awlocations_pi2' => 'USER', 'awlocations_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awlocations_pi3' => 'USER', 'awlocations_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awpois_pi1' => 'USER', 'awpois_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPois', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsnowreport_pi1' => 'USER', 'awsnowreport_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSnowReport', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'minihomepages_pi1' => 'USER', 'minihomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'minihomepages_pi2' => 'USER', 'minihomepages_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'themefnbw_pi1' => 'USER', 'themefnbw_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ThemeFnbw', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi1' => 'USER', 'wintop_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi2' => 'USER', 'wintop_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'wintop_pi3' => 'USER', 'wintop_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'wintop_pi5' => 'USER', 'wintop_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'advertisingbanner_pi1' => 'USER', 'advertisingbanner_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AdvertisingBanner', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awaddress_pi1' => 'USER', 'awaddress_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwAddress', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi1' => 'USER', 'awdsgvo_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi2' => 'USER', 'awdsgvo_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi1' => 'USER', 'awfrauenaualfresco_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi2' => 'USER', 'awfrauenaualfresco_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi3' => 'USER', 'awfrauenaualfresco_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi4' => 'USER', 'awfrauenaualfresco_pi4.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi4', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi5' => 'USER', 'awfrauenaualfresco_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'awmerkzettel_pi1' => 'USER', 'awmerkzettel_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwMerkzettel', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsocialmedia_pi1' => 'USER', 'awsocialmedia_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSocialmedia', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awwidgethomepages_pi1' => 'USER', 'awwidgethomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwWidgetHomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'challengecounter_pi1' => 'USER', 'challengecounter_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ChallengeCounter', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'poigreensoluations_pi1' => 'USER', 'poigreensoluations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiGreenSoluations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'poimanager_pi1' => 'USER', 'poimanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'sfbanners_pi1' => 'USER', 'sfbanners_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfBanners', 'pluginName' => 'Pi1', 'vendorName' => 'DERHANSEN'), 'sfregister_form' => 'USER', 'sfregister_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfRegister', 'pluginName' => 'Form', 'vendorName' => 'Evoweb'), 'toursmanager_pi1' => 'USER', 'toursmanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ToursManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'weatherapi_pi1' => 'USER', 'weatherapi_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeatherApi', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopbooker_pi1' => 'USER', 'wintopbooker_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopBooker', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi1' => 'USER', 'wintopwidget_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi2' => 'USER', 'wintopwidget_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'))))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1')), '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('wintoppauschalen_pi1' => 'USER', 'wintoppauschalen_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopPauschalen', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'typo3forum_pi1' => 'USER', 'typo3forum_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Pi1', 'vendorName' => 'Mittwald'), 'typo3forum_widget' => 'USER', 'typo3forum_widget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Widget', 'vendorName' => 'Mittwald'), 'typo3forum_ajax' => 'USER', 'typo3forum_ajax.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Ajax', 'vendorName' => 'Mittwald'), 'awphplibs_imgcache' => 'USER', 'awphplibs_imgcache.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Imgcache', 'vendorName' => 'Aktivweb'), 'awphplibs_pi1' => 'USER', 'awphplibs_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi1' => 'USER', 'veranstaltungenneu_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi2' => 'USER', 'veranstaltungenneu_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi3' => 'USER', 'veranstaltungenneu_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awlocations_pi1' => 'USER', 'awlocations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awlocations_pi2' => 'USER', 'awlocations_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awlocations_pi3' => 'USER', 'awlocations_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awpois_pi1' => 'USER', 'awpois_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPois', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsnowreport_pi1' => 'USER', 'awsnowreport_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSnowReport', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'minihomepages_pi1' => 'USER', 'minihomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'minihomepages_pi2' => 'USER', 'minihomepages_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'themefnbw_pi1' => 'USER', 'themefnbw_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ThemeFnbw', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi1' => 'USER', 'wintop_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi2' => 'USER', 'wintop_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'wintop_pi3' => 'USER', 'wintop_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'wintop_pi5' => 'USER', 'wintop_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'advertisingbanner_pi1' => 'USER', 'advertisingbanner_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AdvertisingBanner', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awaddress_pi1' => 'USER', 'awaddress_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwAddress', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi1' => 'USER', 'awdsgvo_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi2' => 'USER', 'awdsgvo_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi1' => 'USER', 'awfrauenaualfresco_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi2' => 'USER', 'awfrauenaualfresco_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi3' => 'USER', 'awfrauenaualfresco_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi4' => 'USER', 'awfrauenaualfresco_pi4.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi4', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi5' => 'USER', 'awfrauenaualfresco_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'awmerkzettel_pi1' => 'USER', 'awmerkzettel_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwMerkzettel', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsocialmedia_pi1' => 'USER', 'awsocialmedia_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSocialmedia', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awwidgethomepages_pi1' => 'USER', 'awwidgethomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwWidgetHomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'challengecounter_pi1' => 'USER', 'challengecounter_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ChallengeCounter', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'poigreensoluations_pi1' => 'USER', 'poigreensoluations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiGreenSoluations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'poimanager_pi1' => 'USER', 'poimanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'sfbanners_pi1' => 'USER', 'sfbanners_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfBanners', 'pluginName' => 'Pi1', 'vendorName' => 'DERHANSEN'), 'sfregister_form' => 'USER', 'sfregister_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfRegister', 'pluginName' => 'Form', 'vendorName' => 'Evoweb'), 'toursmanager_pi1' => 'USER', 'toursmanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ToursManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'weatherapi_pi1' => 'USER', 'weatherapi_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeatherApi', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopbooker_pi1' => 'USER', 'wintopbooker_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopBooker', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi1' => 'USER', 'wintopwidget_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi2' => 'USER', 'wintopwidget_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'))))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1')), '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('wintoppauschalen_pi1' => 'USER', 'wintoppauschalen_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopPauschalen', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'typo3forum_pi1' => 'USER', 'typo3forum_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Pi1', 'vendorName' => 'Mittwald'), 'typo3forum_widget' => 'USER', 'typo3forum_widget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Widget', 'vendorName' => 'Mittwald'), 'typo3forum_ajax' => 'USER', 'typo3forum_ajax.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Ajax', 'vendorName' => 'Mittwald'), 'awphplibs_imgcache' => 'USER', 'awphplibs_imgcache.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Imgcache', 'vendorName' => 'Aktivweb'), 'awphplibs_pi1' => 'USER', 'awphplibs_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi1' => 'USER', 'veranstaltungenneu_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi2' => 'USER', 'veranstaltungenneu_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi3' => 'USER', 'veranstaltungenneu_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awlocations_pi1' => 'USER', 'awlocations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awlocations_pi2' => 'USER', 'awlocations_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awlocations_pi3' => 'USER', 'awlocations_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awpois_pi1' => 'USER', 'awpois_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPois', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsnowreport_pi1' => 'USER', 'awsnowreport_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSnowReport', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'minihomepages_pi1' => 'USER', 'minihomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'minihomepages_pi2' => 'USER', 'minihomepages_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'themefnbw_pi1' => 'USER', 'themefnbw_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ThemeFnbw', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi1' => 'USER', 'wintop_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi2' => 'USER', 'wintop_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'wintop_pi3' => 'USER', 'wintop_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'wintop_pi5' => 'USER', 'wintop_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'advertisingbanner_pi1' => 'USER', 'advertisingbanner_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AdvertisingBanner', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awaddress_pi1' => 'USER', 'awaddress_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwAddress', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi1' => 'USER', 'awdsgvo_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi2' => 'USER', 'awdsgvo_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi1' => 'USER', 'awfrauenaualfresco_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi2' => 'USER', 'awfrauenaualfresco_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi3' => 'USER', 'awfrauenaualfresco_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi4' => 'USER', 'awfrauenaualfresco_pi4.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi4', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi5' => 'USER', 'awfrauenaualfresco_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'awmerkzettel_pi1' => 'USER', 'awmerkzettel_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwMerkzettel', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsocialmedia_pi1' => 'USER', 'awsocialmedia_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSocialmedia', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awwidgethomepages_pi1' => 'USER', 'awwidgethomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwWidgetHomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'challengecounter_pi1' => 'USER', 'challengecounter_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ChallengeCounter', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'poigreensoluations_pi1' => 'USER', 'poigreensoluations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiGreenSoluations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'poimanager_pi1' => 'USER', 'poimanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'sfbanners_pi1' => 'USER', 'sfbanners_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfBanners', 'pluginName' => 'Pi1', 'vendorName' => 'DERHANSEN'), 'sfregister_form' => 'USER', 'sfregister_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfRegister', 'pluginName' => 'Form', 'vendorName' => 'Evoweb'), 'toursmanager_pi1' => 'USER', 'toursmanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ToursManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'weatherapi_pi1' => 'USER', 'weatherapi_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeatherApi', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopbooker_pi1' => 'USER', 'wintopbooker_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopBooker', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi1' => 'USER', 'wintopwidget_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi2' => 'USER', 'wintopwidget_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'))), 'lib.contentElement')
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 719
                list($name, $conf) = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1')), '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('wintoppauschalen_pi1' => 'USER', 'wintoppauschalen_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopPauschalen', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'typo3forum_pi1' => 'USER', 'typo3forum_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Pi1', 'vendorName' => 'Mittwald'), 'typo3forum_widget' => 'USER', 'typo3forum_widget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Widget', 'vendorName' => 'Mittwald'), 'typo3forum_ajax' => 'USER', 'typo3forum_ajax.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Ajax', 'vendorName' => 'Mittwald'), 'awphplibs_imgcache' => 'USER', 'awphplibs_imgcache.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Imgcache', 'vendorName' => 'Aktivweb'), 'awphplibs_pi1' => 'USER', 'awphplibs_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi1' => 'USER', 'veranstaltungenneu_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi2' => 'USER', 'veranstaltungenneu_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi3' => 'USER', 'veranstaltungenneu_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awlocations_pi1' => 'USER', 'awlocations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awlocations_pi2' => 'USER', 'awlocations_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awlocations_pi3' => 'USER', 'awlocations_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awpois_pi1' => 'USER', 'awpois_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPois', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsnowreport_pi1' => 'USER', 'awsnowreport_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSnowReport', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'minihomepages_pi1' => 'USER', 'minihomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'minihomepages_pi2' => 'USER', 'minihomepages_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'themefnbw_pi1' => 'USER', 'themefnbw_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ThemeFnbw', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi1' => 'USER', 'wintop_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi2' => 'USER', 'wintop_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'wintop_pi3' => 'USER', 'wintop_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'wintop_pi5' => 'USER', 'wintop_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'advertisingbanner_pi1' => 'USER', 'advertisingbanner_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AdvertisingBanner', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awaddress_pi1' => 'USER', 'awaddress_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwAddress', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi1' => 'USER', 'awdsgvo_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi2' => 'USER', 'awdsgvo_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi1' => 'USER', 'awfrauenaualfresco_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi2' => 'USER', 'awfrauenaualfresco_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi3' => 'USER', 'awfrauenaualfresco_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi4' => 'USER', 'awfrauenaualfresco_pi4.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi4', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi5' => 'USER', 'awfrauenaualfresco_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'awmerkzettel_pi1' => 'USER', 'awmerkzettel_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwMerkzettel', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsocialmedia_pi1' => 'USER', 'awsocialmedia_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSocialmedia', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awwidgethomepages_pi1' => 'USER', 'awwidgethomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwWidgetHomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'challengecounter_pi1' => 'USER', 'challengecounter_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ChallengeCounter', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'poigreensoluations_pi1' => 'USER', 'poigreensoluations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiGreenSoluations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'poimanager_pi1' => 'USER', 'poimanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'sfbanners_pi1' => 'USER', 'sfbanners_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfBanners', 'pluginName' => 'Pi1', 'vendorName' => 'DERHANSEN'), 'sfregister_form' => 'USER', 'sfregister_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfRegister', 'pluginName' => 'Form', 'vendorName' => 'Evoweb'), 'toursmanager_pi1' => 'USER', 'toursmanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ToursManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'weatherapi_pi1' => 'USER', 'weatherapi_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeatherApi', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopbooker_pi1' => 'USER', 'wintopbooker_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopBooker', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi1' => 'USER', 'wintopwidget_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi2' => 'USER', 'wintopwidget_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'))), 'list')
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 46
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), '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' => '1080', 'maxGalleryWidthInText' => '555', 'columnSpacing' => '15', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('wintoppauschalen_pi1' => 'USER', 'wintoppauschalen_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopPauschalen', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'typo3forum_pi1' => 'USER', 'typo3forum_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Pi1', 'vendorName' => 'Mittwald'), 'typo3forum_widget' => 'USER', 'typo3forum_widget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Widget', 'vendorName' => 'Mittwald'), 'typo3forum_ajax' => 'USER', 'typo3forum_ajax.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Ajax', 'vendorName' => 'Mittwald'), 'awphplibs_imgcache' => 'USER', 'awphplibs_imgcache.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Imgcache', 'vendorName' => 'Aktivweb'), 'awphplibs_pi1' => 'USER', 'awphplibs_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi1' => 'USER', 'veranstaltungenneu_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi2' => 'USER', 'veranstaltungenneu_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi3' => 'USER', 'veranstaltungenneu_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awlocations_pi1' => 'USER', 'awlocations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awlocations_pi2' => 'USER', 'awlocations_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awlocations_pi3' => 'USER', 'awlocations_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awpois_pi1' => 'USER', 'awpois_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPois', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsnowreport_pi1' => 'USER', 'awsnowreport_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSnowReport', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'minihomepages_pi1' => 'USER', 'minihomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'minihomepages_pi2' => 'USER', 'minihomepages_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'themefnbw_pi1' => 'USER', 'themefnbw_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ThemeFnbw', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi1' => 'USER', 'wintop_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi2' => 'USER', 'wintop_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'wintop_pi3' => 'USER', 'wintop_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'wintop_pi5' => 'USER', 'wintop_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'advertisingbanner_pi1' => 'USER', 'advertisingbanner_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AdvertisingBanner', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awaddress_pi1' => 'USER', 'awaddress_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwAddress', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi1' => 'USER', 'awdsgvo_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi2' => 'USER', 'awdsgvo_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi1' => 'USER', 'awfrauenaualfresco_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi2' => 'USER', 'awfrauenaualfresco_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi3' => 'USER', 'awfrauenaualfresco_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi4' => 'USER', 'awfrauenaualfresco_pi4.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi4', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi5' => 'USER', 'awfrauenaualfresco_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'awmerkzettel_pi1' => 'USER', 'awmerkzettel_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwMerkzettel', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsocialmedia_pi1' => 'USER', 'awsocialmedia_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSocialmedia', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awwidgethomepages_pi1' => 'USER', 'awwidgethomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwWidgetHomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'challengecounter_pi1' => 'USER', 'challengecounter_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ChallengeCounter', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'poigreensoluations_pi1' => 'USER', 'poigreensoluations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiGreenSoluations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'poimanager_pi1' => 'USER', 'poimanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'sfbanners_pi1' => 'USER', 'sfbanners_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfBanners', 'pluginName' => 'Pi1', 'vendorName' => 'DERHANSEN'), 'sfregister_form' => 'USER', 'sfregister_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfRegister', 'pluginName' => 'Form', 'vendorName' => 'Evoweb'), 'toursmanager_pi1' => 'USER', 'toursmanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ToursManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'weatherapi_pi1' => 'USER', 'weatherapi_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeatherApi', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopbooker_pi1' => 'USER', 'wintopbooker_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopBooker', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi1' => 'USER', 'wintopwidget_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi2' => 'USER', 'wintopwidget_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), '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' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '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' => '1080', 'maxGalleryWidthInText' => '555', 'columnSpacing' => '15', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1080', 'maxGalleryWidthInText' => '555', 'columnSpacing' => '15', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/1Column.html'), 'cObject' => 'FLUIDTEMPLATE'), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/2Columns.html'), 'cObject' => 'FLUIDTEMPLATE'), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/3Columns.html'), 'cObject' => 'FLUIDTEMPLATE'), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/1ColumnSidebar.html'), 'cObject' => 'FLUIDTEMPLATE'))))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'carousel' => 'FLUIDTEMPLATE', 'carousel.' => array('templateName' => 'Carousel.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'animateIn' => 'false', 'animateOut' => '\'fadeOut\'', 'loop' => '1', 'drag' => '1', 'autoplay' => '1', 'autoplaySpeed' => '3000', 'autoplayTimeout' => '6000', 'autoHeight' => '1'), 'dataProcessing.' => array('Aktivweb\\OwlCarousel\\DataProcessing\\CarouselProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'assets')))), 'carousel_gallery' => 'FLUIDTEMPLATE', 'carousel_gallery.' => array('templateName' => 'CarouselGallery.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'animateIn' => 'false', 'animateOut' => '\'fadeOut\'', 'loop' => '1', 'drag' => '1', 'autoplay' => '1', 'autoplaySpeed' => '3000', 'autoplayTimeout' => '6000', 'autoHeight' => '1'), 'dataProcessing.' => array('Aktivweb\\OwlCarousel\\DataProcessing\\CarouselGalleryProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'assets')))), 'carousel_textmedia' => 'FLUIDTEMPLATE', 'carousel_textmedia.' => array('templateName' => 'CarouselTextmedia.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'animateIn' => 'false', 'animateOut' => '\'fadeOut\'', 'loop' => '1', 'drag' => '1', 'autoplay' => '1', 'autoplaySpeed' => '3000', 'autoplayTimeout' => '6000', 'autoHeight' => '1'), 'dataProcessing.' => array('Aktivweb\\OwlCarousel\\DataProcessing\\CarouselTextmediaProcessor')), 'awOpenStreetMap' => 'FLUIDTEMPLATE', 'awOpenStreetMap.' => array('templateName' => 'OpenStreetMap', 'templateRootPaths.' => array('EXT:aw_openstreetmap/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aw_openstreetmap/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aw_openstreetmap/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1'))), 'dataProcessing.' => array('Aktivweb\\AwOpenstreetmap\\DataProcessing\\AwOpenstreetmapProcessor')), 'collapse' => 'FLUIDTEMPLATE', 'collapse.' => array('templateName' => 'Collapse.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('Aktivweb\\BootstrapCompos\\DataProcessing\\ContentProcessor')), 'btn_group' => 'FLUIDTEMPLATE', 'btn_group.' => array('templateName' => 'BtnGroup.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('Aktivweb\\BootstrapCompos\\DataProcessing\\ButtonsProcessor')), 'card' => 'FLUIDTEMPLATE', 'card.' => array('templateName' => 'Card.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'contact' => 'FLUIDTEMPLATE', 'contact.' => array('templateName' => 'Contact.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'address.' => array('company' => '{$theme.address.company}', 'street' => '{$theme.address.street}', 'zip' => '{$theme.address.zip}', 'city' => '{$theme.address.city}', 'phone' => '{$theme.address.phone}', 'fax' => '{$theme.address.fax}', 'email' => '{$theme.address.email}', 'www' => '{$theme.address.www}')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext')), 'people' => 'FLUIDTEMPLATE', 'people.' => array('templateName' => 'People.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'areamaps' => 'FLUIDTEMPLATE', 'areamaps.' => array('templateName' => 'AreaMaps.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext')), 'iframe' => 'FLUIDTEMPLATE', 'iframe.' => array('templateName' => 'Iframe.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext')), 'newsletter' => 'FLUIDTEMPLATE', 'newsletter.' => array('templateName' => 'Newsletter.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1'), 'address.' => array('company' => 'Ferienregion Nationalpark Bayerischer Wald GmbH', 'street' => 'Konrad-Wilsdorf-Straße 1', 'zip' => '94518', 'city' => 'Spiegelau', 'phone' => '(+49) 800 / 0008465', 'fax' => '(+49) 8553 / 8919199', 'email' => 'info@ferienregion-nationalpark.de', 'email_public' => 'urlaub@ferienregion-nationalpark.de', 'www' => 'www.ferienregion-nationalpark.de'), 'pages.' => array('dataprotection' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'))))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), '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' => '1080', 'maxGalleryWidthInText' => '555', 'columnSpacing' => '15', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('wintoppauschalen_pi1' => 'USER', 'wintoppauschalen_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopPauschalen', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'typo3forum_pi1' => 'USER', 'typo3forum_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Pi1', 'vendorName' => 'Mittwald'), 'typo3forum_widget' => 'USER', 'typo3forum_widget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Widget', 'vendorName' => 'Mittwald'), 'typo3forum_ajax' => 'USER', 'typo3forum_ajax.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Ajax', 'vendorName' => 'Mittwald'), 'awphplibs_imgcache' => 'USER', 'awphplibs_imgcache.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Imgcache', 'vendorName' => 'Aktivweb'), 'awphplibs_pi1' => 'USER', 'awphplibs_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi1' => 'USER', 'veranstaltungenneu_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi2' => 'USER', 'veranstaltungenneu_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi3' => 'USER', 'veranstaltungenneu_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awlocations_pi1' => 'USER', 'awlocations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awlocations_pi2' => 'USER', 'awlocations_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awlocations_pi3' => 'USER', 'awlocations_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awpois_pi1' => 'USER', 'awpois_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPois', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsnowreport_pi1' => 'USER', 'awsnowreport_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSnowReport', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'minihomepages_pi1' => 'USER', 'minihomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'minihomepages_pi2' => 'USER', 'minihomepages_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'themefnbw_pi1' => 'USER', 'themefnbw_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ThemeFnbw', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi1' => 'USER', 'wintop_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi2' => 'USER', 'wintop_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'wintop_pi3' => 'USER', 'wintop_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'wintop_pi5' => 'USER', 'wintop_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'advertisingbanner_pi1' => 'USER', 'advertisingbanner_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AdvertisingBanner', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awaddress_pi1' => 'USER', 'awaddress_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwAddress', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi1' => 'USER', 'awdsgvo_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi2' => 'USER', 'awdsgvo_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi1' => 'USER', 'awfrauenaualfresco_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi2' => 'USER', 'awfrauenaualfresco_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi3' => 'USER', 'awfrauenaualfresco_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi4' => 'USER', 'awfrauenaualfresco_pi4.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi4', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi5' => 'USER', 'awfrauenaualfresco_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'awmerkzettel_pi1' => 'USER', 'awmerkzettel_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwMerkzettel', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsocialmedia_pi1' => 'USER', 'awsocialmedia_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSocialmedia', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awwidgethomepages_pi1' => 'USER', 'awwidgethomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwWidgetHomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'challengecounter_pi1' => 'USER', 'challengecounter_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ChallengeCounter', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'poigreensoluations_pi1' => 'USER', 'poigreensoluations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiGreenSoluations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'poimanager_pi1' => 'USER', 'poimanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'sfbanners_pi1' => 'USER', 'sfbanners_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfBanners', 'pluginName' => 'Pi1', 'vendorName' => 'DERHANSEN'), 'sfregister_form' => 'USER', 'sfregister_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfRegister', 'pluginName' => 'Form', 'vendorName' => 'Evoweb'), 'toursmanager_pi1' => 'USER', 'toursmanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ToursManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'weatherapi_pi1' => 'USER', 'weatherapi_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeatherApi', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopbooker_pi1' => 'USER', 'wintopbooker_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopBooker', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi1' => 'USER', 'wintopwidget_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi2' => 'USER', 'wintopwidget_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), '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' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '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' => '1080', 'maxGalleryWidthInText' => '555', 'columnSpacing' => '15', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1080', 'maxGalleryWidthInText' => '555', 'columnSpacing' => '15', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/1Column.html'), 'cObject' => 'FLUIDTEMPLATE'), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/2Columns.html'), 'cObject' => 'FLUIDTEMPLATE'), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/3Columns.html'), 'cObject' => 'FLUIDTEMPLATE'), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/1ColumnSidebar.html'), 'cObject' => 'FLUIDTEMPLATE'))))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'carousel' => 'FLUIDTEMPLATE', 'carousel.' => array('templateName' => 'Carousel.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'animateIn' => 'false', 'animateOut' => '\'fadeOut\'', 'loop' => '1', 'drag' => '1', 'autoplay' => '1', 'autoplaySpeed' => '3000', 'autoplayTimeout' => '6000', 'autoHeight' => '1'), 'dataProcessing.' => array('Aktivweb\\OwlCarousel\\DataProcessing\\CarouselProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'assets')))), 'carousel_gallery' => 'FLUIDTEMPLATE', 'carousel_gallery.' => array('templateName' => 'CarouselGallery.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'animateIn' => 'false', 'animateOut' => '\'fadeOut\'', 'loop' => '1', 'drag' => '1', 'autoplay' => '1', 'autoplaySpeed' => '3000', 'autoplayTimeout' => '6000', 'autoHeight' => '1'), 'dataProcessing.' => array('Aktivweb\\OwlCarousel\\DataProcessing\\CarouselGalleryProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'assets')))), 'carousel_textmedia' => 'FLUIDTEMPLATE', 'carousel_textmedia.' => array('templateName' => 'CarouselTextmedia.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'animateIn' => 'false', 'animateOut' => '\'fadeOut\'', 'loop' => '1', 'drag' => '1', 'autoplay' => '1', 'autoplaySpeed' => '3000', 'autoplayTimeout' => '6000', 'autoHeight' => '1'), 'dataProcessing.' => array('Aktivweb\\OwlCarousel\\DataProcessing\\CarouselTextmediaProcessor')), 'awOpenStreetMap' => 'FLUIDTEMPLATE', 'awOpenStreetMap.' => array('templateName' => 'OpenStreetMap', 'templateRootPaths.' => array('EXT:aw_openstreetmap/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aw_openstreetmap/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aw_openstreetmap/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1'))), 'dataProcessing.' => array('Aktivweb\\AwOpenstreetmap\\DataProcessing\\AwOpenstreetmapProcessor')), 'collapse' => 'FLUIDTEMPLATE', 'collapse.' => array('templateName' => 'Collapse.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('Aktivweb\\BootstrapCompos\\DataProcessing\\ContentProcessor')), 'btn_group' => 'FLUIDTEMPLATE', 'btn_group.' => array('templateName' => 'BtnGroup.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('Aktivweb\\BootstrapCompos\\DataProcessing\\ButtonsProcessor')), 'card' => 'FLUIDTEMPLATE', 'card.' => array('templateName' => 'Card.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'contact' => 'FLUIDTEMPLATE', 'contact.' => array('templateName' => 'Contact.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'address.' => array('company' => '{$theme.address.company}', 'street' => '{$theme.address.street}', 'zip' => '{$theme.address.zip}', 'city' => '{$theme.address.city}', 'phone' => '{$theme.address.phone}', 'fax' => '{$theme.address.fax}', 'email' => '{$theme.address.email}', 'www' => '{$theme.address.www}')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext')), 'people' => 'FLUIDTEMPLATE', 'people.' => array('templateName' => 'People.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'areamaps' => 'FLUIDTEMPLATE', 'areamaps.' => array('templateName' => 'AreaMaps.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext')), 'iframe' => 'FLUIDTEMPLATE', 'iframe.' => array('templateName' => 'Iframe.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext')), 'newsletter' => 'FLUIDTEMPLATE', 'newsletter.' => array('templateName' => 'Newsletter.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1'), 'address.' => array('company' => 'Ferienregion Nationalpark Bayerischer Wald GmbH', 'street' => 'Konrad-Wilsdorf-Straße 1', 'zip' => '94518', 'city' => 'Spiegelau', 'phone' => '(+49) 800 / 0008465', 'fax' => '(+49) 8553 / 8919199', 'email' => 'info@ferienregion-nationalpark.de', 'email_public' => 'urlaub@ferienregion-nationalpark.de', 'www' => 'www.ferienregion-nationalpark.de'), 'pages.' => array('dataprotection' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'))))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), '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' => '1080', 'maxGalleryWidthInText' => '555', 'columnSpacing' => '15', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('wintoppauschalen_pi1' => 'USER', 'wintoppauschalen_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopPauschalen', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'typo3forum_pi1' => 'USER', 'typo3forum_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Pi1', 'vendorName' => 'Mittwald'), 'typo3forum_widget' => 'USER', 'typo3forum_widget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Widget', 'vendorName' => 'Mittwald'), 'typo3forum_ajax' => 'USER', 'typo3forum_ajax.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Ajax', 'vendorName' => 'Mittwald'), 'awphplibs_imgcache' => 'USER', 'awphplibs_imgcache.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Imgcache', 'vendorName' => 'Aktivweb'), 'awphplibs_pi1' => 'USER', 'awphplibs_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi1' => 'USER', 'veranstaltungenneu_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi2' => 'USER', 'veranstaltungenneu_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi3' => 'USER', 'veranstaltungenneu_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awlocations_pi1' => 'USER', 'awlocations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awlocations_pi2' => 'USER', 'awlocations_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awlocations_pi3' => 'USER', 'awlocations_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awpois_pi1' => 'USER', 'awpois_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPois', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsnowreport_pi1' => 'USER', 'awsnowreport_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSnowReport', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'minihomepages_pi1' => 'USER', 'minihomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'minihomepages_pi2' => 'USER', 'minihomepages_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'themefnbw_pi1' => 'USER', 'themefnbw_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ThemeFnbw', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi1' => 'USER', 'wintop_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi2' => 'USER', 'wintop_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'wintop_pi3' => 'USER', 'wintop_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'wintop_pi5' => 'USER', 'wintop_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'advertisingbanner_pi1' => 'USER', 'advertisingbanner_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AdvertisingBanner', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awaddress_pi1' => 'USER', 'awaddress_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwAddress', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi1' => 'USER', 'awdsgvo_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi2' => 'USER', 'awdsgvo_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi1' => 'USER', 'awfrauenaualfresco_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi2' => 'USER', 'awfrauenaualfresco_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi3' => 'USER', 'awfrauenaualfresco_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi4' => 'USER', 'awfrauenaualfresco_pi4.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi4', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi5' => 'USER', 'awfrauenaualfresco_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'awmerkzettel_pi1' => 'USER', 'awmerkzettel_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwMerkzettel', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsocialmedia_pi1' => 'USER', 'awsocialmedia_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSocialmedia', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awwidgethomepages_pi1' => 'USER', 'awwidgethomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwWidgetHomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'challengecounter_pi1' => 'USER', 'challengecounter_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ChallengeCounter', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'poigreensoluations_pi1' => 'USER', 'poigreensoluations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiGreenSoluations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'poimanager_pi1' => 'USER', 'poimanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'sfbanners_pi1' => 'USER', 'sfbanners_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfBanners', 'pluginName' => 'Pi1', 'vendorName' => 'DERHANSEN'), 'sfregister_form' => 'USER', 'sfregister_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfRegister', 'pluginName' => 'Form', 'vendorName' => 'Evoweb'), 'toursmanager_pi1' => 'USER', 'toursmanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ToursManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'weatherapi_pi1' => 'USER', 'weatherapi_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeatherApi', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopbooker_pi1' => 'USER', 'wintopbooker_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopBooker', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi1' => 'USER', 'wintopwidget_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi2' => 'USER', 'wintopwidget_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), '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' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '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' => '1080', 'maxGalleryWidthInText' => '555', 'columnSpacing' => '15', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1080', 'maxGalleryWidthInText' => '555', 'columnSpacing' => '15', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/1Column.html'), 'cObject' => 'FLUIDTEMPLATE'), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/2Columns.html'), 'cObject' => 'FLUIDTEMPLATE'), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/3Columns.html'), 'cObject' => 'FLUIDTEMPLATE'), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/1ColumnSidebar.html'), 'cObject' => 'FLUIDTEMPLATE'))))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'carousel' => 'FLUIDTEMPLATE', 'carousel.' => array('templateName' => 'Carousel.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'animateIn' => 'false', 'animateOut' => '\'fadeOut\'', 'loop' => '1', 'drag' => '1', 'autoplay' => '1', 'autoplaySpeed' => '3000', 'autoplayTimeout' => '6000', 'autoHeight' => '1'), 'dataProcessing.' => array('Aktivweb\\OwlCarousel\\DataProcessing\\CarouselProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'assets')))), 'carousel_gallery' => 'FLUIDTEMPLATE', 'carousel_gallery.' => array('templateName' => 'CarouselGallery.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'animateIn' => 'false', 'animateOut' => '\'fadeOut\'', 'loop' => '1', 'drag' => '1', 'autoplay' => '1', 'autoplaySpeed' => '3000', 'autoplayTimeout' => '6000', 'autoHeight' => '1'), 'dataProcessing.' => array('Aktivweb\\OwlCarousel\\DataProcessing\\CarouselGalleryProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'assets')))), 'carousel_textmedia' => 'FLUIDTEMPLATE', 'carousel_textmedia.' => array('templateName' => 'CarouselTextmedia.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'animateIn' => 'false', 'animateOut' => '\'fadeOut\'', 'loop' => '1', 'drag' => '1', 'autoplay' => '1', 'autoplaySpeed' => '3000', 'autoplayTimeout' => '6000', 'autoHeight' => '1'), 'dataProcessing.' => array('Aktivweb\\OwlCarousel\\DataProcessing\\CarouselTextmediaProcessor')), 'awOpenStreetMap' => 'FLUIDTEMPLATE', 'awOpenStreetMap.' => array('templateName' => 'OpenStreetMap', 'templateRootPaths.' => array('EXT:aw_openstreetmap/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aw_openstreetmap/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aw_openstreetmap/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1'))), 'dataProcessing.' => array('Aktivweb\\AwOpenstreetmap\\DataProcessing\\AwOpenstreetmapProcessor')), 'collapse' => 'FLUIDTEMPLATE', 'collapse.' => array('templateName' => 'Collapse.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('Aktivweb\\BootstrapCompos\\DataProcessing\\ContentProcessor')), 'btn_group' => 'FLUIDTEMPLATE', 'btn_group.' => array('templateName' => 'BtnGroup.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('Aktivweb\\BootstrapCompos\\DataProcessing\\ButtonsProcessor')), 'card' => 'FLUIDTEMPLATE', 'card.' => array('templateName' => 'Card.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'contact' => 'FLUIDTEMPLATE', 'contact.' => array('templateName' => 'Contact.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'address.' => array('company' => '{$theme.address.company}', 'street' => '{$theme.address.street}', 'zip' => '{$theme.address.zip}', 'city' => '{$theme.address.city}', 'phone' => '{$theme.address.phone}', 'fax' => '{$theme.address.fax}', 'email' => '{$theme.address.email}', 'www' => '{$theme.address.www}')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext')), 'people' => 'FLUIDTEMPLATE', 'people.' => array('templateName' => 'People.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'areamaps' => 'FLUIDTEMPLATE', 'areamaps.' => array('templateName' => 'AreaMaps.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext')), 'iframe' => 'FLUIDTEMPLATE', 'iframe.' => array('templateName' => 'Iframe.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext')), 'newsletter' => 'FLUIDTEMPLATE', 'newsletter.' => array('templateName' => 'Newsletter.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1'), 'address.' => array('company' => 'Ferienregion Nationalpark Bayerischer Wald GmbH', 'street' => 'Konrad-Wilsdorf-Straße 1', 'zip' => '94518', 'city' => 'Spiegelau', 'phone' => '(+49) 800 / 0008465', 'fax' => '(+49) 8553 / 8919199', 'email' => 'info@ferienregion-nationalpark.de', 'email_public' => 'urlaub@ferienregion-nationalpark.de', 'www' => 'www.ferienregion-nationalpark.de'), 'pages.' => array('dataprotection' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'))), 'tt_content')
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 719
                list($name, $conf) = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'login' => '< lib.contentElement', 'login.' => array('templateName' => 'Generic', 'variables.' => array('content' => '< plugin.tx_felogin_pi1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1'))), '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' => '1080', 'maxGalleryWidthInText' => '555', 'columnSpacing' => '15', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('wintoppauschalen_pi1' => 'USER', 'wintoppauschalen_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopPauschalen', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'typo3forum_pi1' => 'USER', 'typo3forum_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Pi1', 'vendorName' => 'Mittwald'), 'typo3forum_widget' => 'USER', 'typo3forum_widget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Widget', 'vendorName' => 'Mittwald'), 'typo3forum_ajax' => 'USER', 'typo3forum_ajax.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Typo3Forum', 'pluginName' => 'Ajax', 'vendorName' => 'Mittwald'), 'awphplibs_imgcache' => 'USER', 'awphplibs_imgcache.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Imgcache', 'vendorName' => 'Aktivweb'), 'awphplibs_pi1' => 'USER', 'awphplibs_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPhpLibs', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi1' => 'USER', 'veranstaltungenneu_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi2' => 'USER', 'veranstaltungenneu_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'veranstaltungenneu_pi3' => 'USER', 'veranstaltungenneu_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'VeranstaltungenNeu', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awlocations_pi1' => 'USER', 'awlocations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awlocations_pi2' => 'USER', 'awlocations_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awlocations_pi3' => 'USER', 'awlocations_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwLocations', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awpois_pi1' => 'USER', 'awpois_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwPois', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsnowreport_pi1' => 'USER', 'awsnowreport_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSnowReport', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger'), 'minihomepages_pi1' => 'USER', 'minihomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'minihomepages_pi2' => 'USER', 'minihomepages_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Minihomepages', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2', 'vendorName' => 'In2code'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1', 'vendorName' => 'In2code'), 'themefnbw_pi1' => 'USER', 'themefnbw_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ThemeFnbw', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi1' => 'USER', 'wintop_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintop_pi2' => 'USER', 'wintop_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'wintop_pi3' => 'USER', 'wintop_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'wintop_pi5' => 'USER', 'wintop_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintop', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'advertisingbanner_pi1' => 'USER', 'advertisingbanner_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AdvertisingBanner', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awaddress_pi1' => 'USER', 'awaddress_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwAddress', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi1' => 'USER', 'awdsgvo_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awdsgvo_pi2' => 'USER', 'awdsgvo_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi1' => 'USER', 'awfrauenaualfresco_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi2' => 'USER', 'awfrauenaualfresco_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi3' => 'USER', 'awfrauenaualfresco_pi3.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi3', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi4' => 'USER', 'awfrauenaualfresco_pi4.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi4', 'vendorName' => 'Aktivweb'), 'awfrauenaualfresco_pi5' => 'USER', 'awfrauenaualfresco_pi5.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwFrauenauAlfresco', 'pluginName' => 'Pi5', 'vendorName' => 'Aktivweb'), 'awmerkzettel_pi1' => 'USER', 'awmerkzettel_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwMerkzettel', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awsocialmedia_pi1' => 'USER', 'awsocialmedia_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwSocialmedia', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'awwidgethomepages_pi1' => 'USER', 'awwidgethomepages_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwWidgetHomepages', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'challengecounter_pi1' => 'USER', 'challengecounter_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ChallengeCounter', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'poigreensoluations_pi1' => 'USER', 'poigreensoluations_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiGreenSoluations', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'poimanager_pi1' => 'USER', 'poimanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PoiManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'sfbanners_pi1' => 'USER', 'sfbanners_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfBanners', 'pluginName' => 'Pi1', 'vendorName' => 'DERHANSEN'), 'sfregister_form' => 'USER', 'sfregister_form.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'SfRegister', 'pluginName' => 'Form', 'vendorName' => 'Evoweb'), 'toursmanager_pi1' => 'USER', 'toursmanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'ToursManager', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'weatherapi_pi1' => 'USER', 'weatherapi_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WeatherApi', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopbooker_pi1' => 'USER', 'wintopbooker_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WintopBooker', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi1' => 'USER', 'wintopwidget_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb'), 'wintopwidget_pi2' => 'USER', 'wintopwidget_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,pages,tx_news_domain_model_news', 'conf.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), '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' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array('News.' => array('detail')), 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), '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' => '1080', 'maxGalleryWidthInText' => '555', 'columnSpacing' => '15', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1080', 'maxGalleryWidthInText' => '555', 'columnSpacing' => '15', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => 'tt_content.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => 'sys_category_record_mm ON uid = sys_category_record_mm.uid_foreign AND sys_category_record_mm.uid_local IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => 'tablenames=\'tt_content\' and fieldname=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/1Column.html'), 'cObject' => 'FLUIDTEMPLATE'), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/2Columns.html'), 'cObject' => 'FLUIDTEMPLATE'), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/3Columns.html'), 'cObject' => 'FLUIDTEMPLATE'), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/'), 'file' => 'EXT:theme_fnbw/Resources/Private/Templates/GridElements/1ColumnSidebar.html'), 'cObject' => 'FLUIDTEMPLATE'))))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'carousel' => 'FLUIDTEMPLATE', 'carousel.' => array('templateName' => 'Carousel.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'animateIn' => 'false', 'animateOut' => '\'fadeOut\'', 'loop' => '1', 'drag' => '1', 'autoplay' => '1', 'autoplaySpeed' => '3000', 'autoplayTimeout' => '6000', 'autoHeight' => '1'), 'dataProcessing.' => array('Aktivweb\\OwlCarousel\\DataProcessing\\CarouselProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'assets')))), 'carousel_gallery' => 'FLUIDTEMPLATE', 'carousel_gallery.' => array('templateName' => 'CarouselGallery.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'animateIn' => 'false', 'animateOut' => '\'fadeOut\'', 'loop' => '1', 'drag' => '1', 'autoplay' => '1', 'autoplaySpeed' => '3000', 'autoplayTimeout' => '6000', 'autoHeight' => '1'), 'dataProcessing.' => array('Aktivweb\\OwlCarousel\\DataProcessing\\CarouselGalleryProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'assets')))), 'carousel_textmedia' => 'FLUIDTEMPLATE', 'carousel_textmedia.' => array('templateName' => 'CarouselTextmedia.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'animateIn' => 'false', 'animateOut' => '\'fadeOut\'', 'loop' => '1', 'drag' => '1', 'autoplay' => '1', 'autoplaySpeed' => '3000', 'autoplayTimeout' => '6000', 'autoHeight' => '1'), 'dataProcessing.' => array('Aktivweb\\OwlCarousel\\DataProcessing\\CarouselTextmediaProcessor')), 'awOpenStreetMap' => 'FLUIDTEMPLATE', 'awOpenStreetMap.' => array('templateName' => 'OpenStreetMap', 'templateRootPaths.' => array('EXT:aw_openstreetmap/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:aw_openstreetmap/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:aw_openstreetmap/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1'))), 'dataProcessing.' => array('Aktivweb\\AwOpenstreetmap\\DataProcessing\\AwOpenstreetmapProcessor')), 'collapse' => 'FLUIDTEMPLATE', 'collapse.' => array('templateName' => 'Collapse.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('Aktivweb\\BootstrapCompos\\DataProcessing\\ContentProcessor')), 'btn_group' => 'FLUIDTEMPLATE', 'btn_group.' => array('templateName' => 'BtnGroup.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('Aktivweb\\BootstrapCompos\\DataProcessing\\ButtonsProcessor')), 'card' => 'FLUIDTEMPLATE', 'card.' => array('templateName' => 'Card.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'contact' => 'FLUIDTEMPLATE', 'contact.' => array('templateName' => 'Contact.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'address.' => array('company' => '{$theme.address.company}', 'street' => '{$theme.address.street}', 'zip' => '{$theme.address.zip}', 'city' => '{$theme.address.city}', 'phone' => '{$theme.address.phone}', 'fax' => '{$theme.address.fax}', 'email' => '{$theme.address.email}', 'www' => '{$theme.address.www}')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext')), 'people' => 'FLUIDTEMPLATE', 'people.' => array('templateName' => 'People.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'areamaps' => 'FLUIDTEMPLATE', 'areamaps.' => array('templateName' => 'AreaMaps.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext')), 'iframe' => 'FLUIDTEMPLATE', 'iframe.' => array('templateName' => 'Iframe.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext')), 'newsletter' => 'FLUIDTEMPLATE', 'newsletter.' => array('templateName' => 'Newsletter.html', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1'), 'address.' => array('company' => 'Ferienregion Nationalpark Bayerischer Wald GmbH', 'street' => 'Konrad-Wilsdorf-Straße 1', 'zip' => '94518', 'city' => 'Spiegelau', 'phone' => '(+49) 800 / 0008465', 'fax' => '(+49) 8553 / 8919199', 'email' => 'info@ferienregion-nationalpark.de', 'email_public' => 'urlaub@ferienregion-nationalpark.de', 'www' => 'www.ferienregion-nationalpark.de'), 'pages.' => array('dataprotection' => '28')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext'))), '')
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 94
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $conf['table'] . ':' . $row['uid'];
                        $this->cObj->lastChanged($row['tstamp']);
                        $cObj->start($row, $conf['table']);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentContentObject), array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')))
in /html/typo3/typo3conf/ext/frontend_editing/Classes/Hook/ContentObjectRendererHook.php line 47
        if (!$contentObject) {
            return '';
        }

        $content = $pObject->render($contentObject, $conf);

        // If content found or not tt_content with colPos is fetched or not in
        // frontend_editing context than return the content.
        if ($content
at TYPO3\CMS\FrontendEditing\Hook\ContentObjectRendererHook->cObjGetSingleExt('CONTENT', array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'lib.Content', object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 730
                        $this->cObjHookObjectsArr[$name] = GeneralUtility::makeInstance($this->cObjHookObjectsRegistry[$name]);
                    }
                    $hookObj = $this->cObjHookObjectsArr[$name];
                    if (method_exists($hookObj, 'cObjGetSingleExt')) {
                        $content .= $hookObj->cObjGetSingleExt($name, $conf, $TSkey, $this);
                        $hooked = true;
                    }
                }
                if (!$hooked) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'lib.Content')
in /html/typo3/typo3_src-9.5.45/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 189
        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:fluid_styled_content/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:owl_carousel/Resources/Private/Templates/', 'EXT:bootstrap_compos/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:owl_carousel/Resources/Private/Partials/', 'EXT:photoswipe/Resources/Private/Partials/', 'EXT:bootstrap_compos/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:owl_carousel/Resources/Private/Layouts/', 'EXT:bootstrap_compos/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1400m', 'height' => '740m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="" rel=""'))), 'additionalConfig.' => array('no-cookie' => '1')), 'dsgvo.' => array('page' => '28'), 'teaser.' => array('width' => '360c', 'height' => '240c', 'maxChars' => '100', 'dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png', 'more-button' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content:bodytext')), '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('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), '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, s, 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="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'), '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('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')))), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\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, s, 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="ce-sword">|</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'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => '')), 'htmlSanitize' => '1', 'externalBlocks' => 'article, 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')), 'pre.' => array('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('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), '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, s, 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="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array('default' => 'contenttable', 'always' => '1', 'list' => 'contenttable')))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => ''))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => 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'))), 'gridelements.' => array('defaultGridSetup.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))), 'cObject.' => array('layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/GridElements/')))), 'tt_content.' => array('shortcut.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'))), 'fluidContent.' => array('templateRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Templates/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Templates/', 'EXT:theme_fnbw/Resources/Private/Templates/Fluid/'), 'partialRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Partials/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Partials/', 'EXT:aw_dsgvo/Resources/Private/Partials/Fluid/', 'EXT:theme_fnbw/Resources/Private/Partials/Fluid/'), 'layoutRootPaths.' => array('EXT:theme_fnbw/Resources/Private/Layouts/Fluid/', 'EXT:aw_openstreetmap/Resources/Private/Layouts/', 'EXT:theme_fnbw/Resources/Private/Layouts/Fluid/')), 'tx_news.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'math' => 'TEXT', 'math.' => array('current' => '1', 'prioriCalc' => '1'), 'WintopContact' => 'USER', 'WintopContact.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1', 'vendorName' => 'In2code', 'controller' => 'Form', 'action' => 'form', 'switchableControllerActions.' => array('Form.' => array('form', 'create', 'confirmation', 'optinConfirm', 'marketing')), 'view.' => array('templateRootPath' => 'EXT:theme_fnbw/Resources/Private/Templates/Powermail/', 'partialRootPath' => 'EXT:theme_fnbw/Resources/Private/Partials/Powermail/', 'layoutRootPath' => 'EXT:theme_fnbw/Resources/Private/Layouts/Powermail/'), 'settings.' => array('setup.' => array('main.' => array('pid' => '', 'form' => '', 'confirmation' => '', 'optin' => '', 'moresteps' => '', 'dataprotection' => '28'), 'validation.' => array('native' => '1', 'client' => '1', 'server' => '1', 'unique.' => array(), 'customValidation.' => array()), 'receiver.' => array('enable' => '1', 'email' => '', 'subject' => '', 'body' => '', 'attachment' => '1', 'mailformat' => 'both', 'default.' => array('senderName' => 'TEXT', 'senderName.' => array('value' => ''), 'senderEmail' => 'TEXT', 'senderEmail.' => array('value' => '')), 'predefinedReceiver.' => array(), 'overwrite.' => array('email' => 'TEXT', 'email.' => array('value' => ''), 'name' => 'TEXT', 'name.' => array('value' => ''), 'senderName' => 'TEXT', 'senderName.' => array('value' => 'Ferienregion Nationalpark Bayerischer Wald GmbH'), 'senderEmail' => 'TEXT', 'senderEmail.' => array('value' => 'urlaub@ferienregion-nationalpark.de'), 'subject' => 'TEXT', 'subject.' => array('value' => ''), 'cc' => 'TEXT', 'cc.' => array('value' => ''), 'bcc' => 'TEXT', 'bcc.' => array('value' => ''), 'returnPath' => 'TEXT', 'returnPath.' => array('value' => ''), 'replyToEmail' => 'TEXT', 'replyToEmail.' => array('value' => ''), 'replyToName' => 'TEXT', 'replyToName.' => array('value' => ''), 'priority' => '3'), 'senderHeader.' => array('email' => 'TEXT', 'email.' => array('value' => ''), 'name' => 'TEXT', 'name.' => array('value' => ''))), 'sender.' => array('enable' => '1', 'name' => '', 'email' => '', 'subject' => '', 'body' => '', 'attachment' => '0', 'mailformat' => 'both', 'addDisclaimerLink' => '1', 'default.' => array('senderEmail' => 'TEXT', 'senderEmail.' => array('value' => ''), 'senderName' => 'TEXT', 'senderName.' => array('value' => '')), 'overwrite.' => array('email' => 'TEXT', 'email.' => array('value' => ''), 'name' => 'TEXT', 'name.' => array('value' => ''), 'senderName' => 'TEXT', 'senderName.' => array('value' => ''), 'senderEmail' => 'TEXT', 'senderEmail.' => array('value' => ''), 'subject' => 'TEXT', 'subject.' => array('value' => ''), 'cc' => 'TEXT', 'cc.' => array('value' => ''), 'bcc' => 'TEXT', 'bcc.' => array('value' => ''), 'returnPath' => 'TEXT', 'returnPath.' => array('value' => ''), 'replyToEmail' => 'TEXT', 'replyToEmail.' => array('value' => 'urlaub@ferienregion-nationalpark.de'), 'replyToName' => 'TEXT', 'replyToName.' => array('value' => 'Ferienregion Nationalpark Bayerischer Wald GmbH'), 'priority' => '3'), 'senderHeader.' => array('email' => 'TEXT', 'email.' => array('value' => ''), 'name' => 'TEXT', 'name.' => array('value' => ''))), 'thx.' => array('body' => '', 'redirect' => '', 'overwrite.' => array()), 'db.' => array('enable' => '1', 'hidden' => '0'), 'optin.' => array('subject' => 'TEXT', 'subject.' => array('data' => 'LLL:EXT:powermail/Resources/Private/Language/locallang.xlf:optin_subject'), 'overwrite.' => array()), 'disclaimer.' => array('subject' => 'TEXT', 'subject.' => array('data' => 'LLL:EXT:powermail/Resources/Private/Language/locallang.xlf:disclaimed_subject')), 'captcha.' => array('use' => 'default', 'default.' => array('image' => 'EXT:powermail/Resources/Private/Image/captcha_bg.png', 'font' => 'EXT:powermail/Resources/Private/Fonts/Segment16cBold.ttf', 'textColor' => '#111111', 'textSize' => '32', 'textAngle' => '-5,5', 'distanceHor' => '20,100', 'distanceVer' => '30,45')), 'spamshield.' => array('_enable' => '1', 'factor' => '75', 'email' => '', 'senderEmail' => '', 'emailSubject' => 'Spam in powermail form recognized', 'emailTemplate' => 'EXT:powermail/Resources/Private/Templates/Mail/SpamNotification.html', 'logfileLocation' => '', 'logTemplate' => 'EXT:powermail/Resources/Private/Templates/Log/SpamNotification.html', 'methods.' => array('1.' => array('_enable' => '1', 'name' => 'Honey Pot', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\HoneyPodMethod', 'indication' => '5', 'configuration.' => array()), '2.' => array('_enable' => '1', 'name' => 'Link check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\LinkMethod', 'indication' => '3', 'configuration.' => array('linkLimit' => '2')), '3.' => array('_enable' => '1', 'name' => 'Name check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\NameMethod', 'indication' => '3', 'configuration.' => array()), '4.' => array('_enable' => '0', 'name' => 'Session check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\SessionMethod', 'indication' => '5', 'configuration.' => array()), '5.' => array('_enable' => '1', 'name' => 'Unique check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\UniqueMethod', 'indication' => '2', 'configuration.' => array()), '6.' => array('_enable' => '1', 'name' => 'Value blacklist check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\ValueBlacklistMethod', 'indication' => '7', 'configuration.' => array('values' => 'TEXT', 'values.' => array('value' => 'viagra,sex,porn,p0rn'))), '7.' => array('_enable' => '1', 'name' => 'IP blacklist check', 'class' => 'In2code\\Powermail\\Domain\\Validator\\SpamShield\\IpBlacklistMethod', 'indication' => '7', 'configuration.' => array('values' => 'TEXT', 'values.' => array('value' => '123.132.125.123,123.132.125.124'))), '11.' => array('_enable' => '1', 'name' => 'reCAPTCHA (jh_captcha)', 'class' => 'Haffner\\JhCaptcha\\Validation\\Validator\\Powermail', 'indication' => '11', 'configuration.' => array('secret' => 'A1632HG72CABITILQHVVVCJ261Q0CQVI76MPUA0VOJA5J3O7ONGVKT4P2S', 'sitekey' => 'FCMMIQ48F0VOJR3Q', 'secretkey' => '')))), 'misc.' => array('htmlForHtmlFields' => '0', 'htmlForLabels' => '0', 'showOnlyFilledValues' => '1', 'ajaxSubmit' => '0', 'addQueryString' => '0', 'file.' => array('folder' => 'uploads/tx_powermail/', 'size' => '10485760', 'extension' => 'jpg,jpeg,gif,png,tif,txt,doc,docx,xls,xlsx,ppt,pptx,pdf,mpg,mpeg,avi,mp3,zip,rar,ace,csv,svg', 'randomizeFileName' => '1'), 'datepicker.' => array('forceJavaScriptDatePicker' => '0')), 'prefill.' => array(), 'excludeFromPowermailAllMarker.' => array('confirmationPage.' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'submitPage.' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'receiverMail.' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'senderMail.' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => ''), 'optinMail.' => array('excludeFromMarkerNames' => '', 'excludeFromFieldTypes' => '')), 'manipulateVariablesInPowermailAllMarker.' => array('confirmationPage.' => array(), 'submitPage.' => array(), 'receiverMail.' => array(), 'senderMail.' => array(), 'optinMail.' => array()), 'saveSession.' => array(), 'marketing.' => array('googleAdwords.' => array('_enable' => '0', 'google_conversion_id' => '1234567890', 'google_conversion_label' => 'abcdefghijklmnopqrs', 'google_conversion_language' => 'en', 'google_conversion_format' => '3'), 'sendPost.' => array('_enable' => 'TEXT', '_enable.' => array('value' => '0'), 'targetUrl' => 'http://eloqua.com/e/f.aspx', 'username' => '', 'password' => '', 'values' => 'COA', 'values.' => array('TEXT', '10.' => array('field' => 'vorname', 'wrap' => '&firstname=|'), 'TEXT', '20.' => array('field' => 'e_mail', 'wrap' => '&email=|'), 'TEXT', '30.' => array('field' => 'comment', 'wrap' => '&text=|')), 'debug' => '0')), 'dbEntry.' => array('1.' => array(), '2.' => array()), 'validators.' => array(), 'dataProcessors.' => array('10.' => array('class' => 'In2code\\Powermail\\DataProcessor\\UploadDataProcessor'), '20.' => array('class' => 'In2code\\Powermail\\DataProcessor\\SessionDataProcessor')), 'finishers.' => array('10.' => array('class' => 'In2code\\Powermail\\Finisher\\SaveToAnyTableFinisher'), '20.' => array('class' => 'In2code\\Powermail\\Finisher\\SendParametersFinisher'), '100.' => array('class' => 'In2code\\Powermail\\Finisher\\RedirectFinisher'), '1.' => array('class' => 'Aktivweb\\SoapWebserviceWintop\\Finisher\\SoapServiceFinisher')), 'debug.' => array('settings' => '0', 'variables' => '0', 'mail' => '0', 'saveToTable' => '0', 'spamshield' => '0'), 'staticTemplate' => '1', 'styles.' => array('numberOfColumns' => '0', 'framework.' => array('rowClasses' => 'row', 'formClasses' => '', 'fieldAndLabelWrappingClasses' => '', 'fieldWrappingClasses' => 'powermail_field', 'labelClasses' => 'powermail_label', 'fieldClasses' => '', 'offsetClasses' => '', 'radioClasses' => 'radio', 'checkClasses' => 'checkbox', 'submitClasses' => 'powermail_submit', 'createClasses' => 'powermail_create'))), 'flexform.' => array('setup.' => array('misc.' => array('ajaxSubmit' => '1')), 'main.' => array('form' => '4', 'confirmation' => '0', 'optin' => '0', 'moresteps' => '0', 'pid' => '186'), 'receiver.' => array('type' => '0', 'name' => 'Ferienregion Nationalpark Bayerischer Wald', 'subject' => 'Ihre Anfrage über www.ferienregion-nationalpark.de')))), '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('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')), 'forceAbsoluteUrl' => '1')), 'img' => 'TEXT', 'img.' => array('current' => '1', 'preUserFunc' => 'TYPO3\\CMS\\Rtehtmlarea\\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, s, 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="ce-sword">|</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'))))), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, 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')), 'pre.' => array('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('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), '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, s, 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="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array('default' => 'contenttable', 'always' => '1', 'list' => 'contenttable')))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => ''))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => 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'))), 'themebodytag' => 'CASE', 'themebodytag.' => array('key.' => array('data' => 'levelfield: -1, backend_layout_next_level, slide', 'override.' => array('data' => 'TSFE:page|backend_layout')), 'pagets__fnbw01' => 'TEXT', 'pagets__fnbw01.' => array('value' => 'frontpage'), 'default' => 'TEXT', 'default.' => array('value' => 'frontpage'), 'stdWrap.' => array('noTrimWrap' => '|| |')), 'getThemeId' => 'TEXT', 'getThemeId.' => array('data' => 'levelfield:0, layout, slide', 'override.' => array('data' => 'GP:season')), 'Logo.' => array('10.' => array('typolink.' => array('ATagParams' => 'rel="home" class="logo-wrapper"', 'parameter.' => array('data' => 'leveluid:0'), 'target' => '_self', 'title' => 'Vom Wald das Beste. – Nationalparkregion Bayerischer Wald', 'ATagParams.' => array('insertData' => '1')), 'value' => 'Vom Wald das Beste. – Nationalparkregion Bayerischer Wald'), 'TEXT'), 'Logo' => 'COA', 'Header' => 'CONTENT', 'Header.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=11'), 'stdWrap.' => array('wrap' => '<div class="header-wrapper">|</div>'), 'slide' => '-1', 'slide.' => array('collect' => '0', 'collectReverse' => '1')), 'TabNavigation' => 'COA', 'TabNavigation.' => array('stdWrap.' => array('wrap' => '<nav class="navigation-wrapper">|</nav>', 'innerWrap' => '<ul class="nav-tabs">|</ul>'), 'COA', '10.' => array('stdWrap.' => array('wrap' => '<li class="nav-tabs-item nav-tabs-bar">|</li>', 'typolink.' => array('parameter' => '#', 'title' => 'LLL:EXT:theme_fnbw/Resources/Private/Language/locallang.xlf:menu', 'ATagParams' => 'class="nav-tabs-item-a" id-target="tab_navigation" data-action="nav_tabs" data-target="#navigation" data-uid="14" data-doktype="1"', 'ATagParams.' => array('insertData' => '1'))), 'TEXT', '10.' => array('wrap' => '<span class="nav-tabs-item-icon"><span class="icon-bar"></span></span>'), 'TEXT', '20.' => array('value' => 'LLL:EXT:theme_fnbw/Resources/Private/Language/locallang.xlf:menu', 'wrap' => '<span class="nav-tabs-item-label">|</span>')), 'HMENU', '20.' => array('excludeUidList' => '14,235,159', 'TMENU', '1.' => array('NO' => '1', 'NO.' => array('doNotLinkIt' => '1', 'wrapItemAndSub' => '<li class="nav-tabs-item {field:nav_smart_hide} {field:nav_tablet_hide} d-lg-block">|</li>', 'wrapItemAndSub.' => array('insertData' => '1'), 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'uid'), 'target.' => array('field' => 'target'), 'title.' => array('field' => 'nav_title // title'), 'ATagParams' => 'class="nav-tabs-item-a" id="tab_{field:category_icon}" data-action="nav_tabs" data-target="#{field:category_icon}" data-ifsub="0" data-uid="{field:uid}" data-doktype="{field:doktype}"', 'ATagParams.' => array('insertData' => '1')), 'cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('if.' => array('isTrue.' => array('field' => 'category_icon')), 'field' => 'subtitle // nav_title // title', 'wrap' => '<span class="nav-tabs-item-icon svg-{field:category_icon}">|</span>', 'wrap.' => array('insertData' => '1')), 'TEXT', '20.' => array('field' => 'subtitle // nav_title // title', 'wrap' => '<span class="nav-tabs-item-label">|</span>')))), 'IFSUB' => '1', 'IFSUB.' => array('doNotLinkIt' => '1', 'wrapItemAndSub' => '<li class="nav-tabs-item {field:nav_smart_hide} {field:nav_tablet_hide} d-lg-block">|</li>', 'wrapItemAndSub.' => array('insertData' => '1'), 'stdWrap.' => array('typolink.' => array('parameter.' => array('field' => 'uid'), 'target.' => array('field' => 'target'), 'title.' => array('field' => 'nav_title // title'), 'ATagParams' => 'class="nav-tabs-item-a" id="tab_{field:category_icon}" data-action="nav_tabs" data-target="#{field:category_icon}" data-ifsub="1" data-uid="{field:uid}" data-doktype="{field:doktype}"', 'ATagParams.' => array('insertData' => '1')), 'cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('if.' => array('isTrue.' => array('field' => 'category_icon')), 'field' => 'subtitle // nav_title // title', 'wrap' => '<span class="nav-tabs-item-icon svg-{field:category_icon}">|</span>', 'wrap.' => array('insertData' => '1')), 'TEXT', '20.' => array('field' => 'subtitle // nav_title // title', 'wrap' => '<span class="nav-tabs-item-label">|</span>'))))))), 'TabContainer' => 'HMENU', 'TabContainer.' => array('stdWrap.' => array('wrap' => '<nav class="navigation-container">|</nav>'), 'excludeUidList' => '244', 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<div id="navigation" class="navigation-pane">|</div> |*| <div id="{field:category_icon}" class="navigation-pane">|</div>', 'wrapItemAndSub.' => array('insertData' => '1'), 'doNotLinkIt' => '1', 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'nav_title // title', 'stdWrap.' => array('wrap' => '<div class="pane-header">|</div>', 'innerWrap' => '<span class="h2 text-underline">|</span>'))), 'after.' => array('stdWrap.' => array('wrap' => '<div class="pane-body"><div class="ajax-wrapper"></div>|</div>', 'wrap.' => array('insertData' => '1')))), 'IFSUB' => '1', 'IFSUB.' => array('wrapItemAndSub' => '<div id="navigation" class="navigation-pane">|</div> |*| <div id="{field:category_icon}" class="navigation-pane">|</div>', 'wrapItemAndSub.' => array('insertData' => '1'), 'doNotLinkIt' => '1', 'stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'nav_title // title', 'stdWrap.' => array('wrap' => '<div class="pane-header">|</div>', 'innerWrap' => '<span class="h2 text-underline">|</span>'))), 'after.' => array('stdWrap.' => array('wrap' => '<div class="pane-body">|</div>', 'wrap.' => array('insertData' => '1')), 'cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => ' <div class="ajax-wrapper"> <div class="progress"> <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 100%"></div> </div> </div>'))))), 'TMENU', '2.' => array('stdWrap.' => array('wrap' => '<nav class="list-nav list-nav-special">|</nav>', 'innerWrap' => '<ul class="first-level">|</ul>'), 'expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li class="first-level-li">|</li>', 'ATagParams' => 'class="first-level-a"s'), 'CUR' => '1', 'CUR.' => array('wrapItemAndSub' => '<li class="first-level-li active">|</li>', 'ATagParams' => 'class="first-level-a active"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="first-level-li active">|</li>', 'ATagParams' => 'class="first-level-a active"'), 'IFSUB' => '1', 'IFSUB.' => array('wrapItemAndSub' => '<li class="first-level-li first-level-ifsub">|</li>', 'ATagParams' => 'class="first-level-a"s', 'linkWrap' => '<a href="#" class="arrow" data-action="toogle_secound_level"></a>'), 'CURIFSUB' => '1', 'CURIFSUB.' => array('wrapItemAndSub' => '<li class="first-level-li first-level-ifsub active">|</li>', 'ATagParams' => 'class="first-level-a active"', 'linkWrap' => '<a href="#" class="arrow" data-action="toogle_secound_level"></a>'), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('wrapItemAndSub' => '<li class="first-level-li first-level-ifsub active">|</li>', 'ATagParams' => 'class="first-level-a active"', 'linkWrap' => '<a href="#" class="arrow" data-action="toogle_secound_level"></a>')), 'TMENU', '3.' => array('stdWrap.' => array('wrap' => '<ul class="secound-level">|</ul>'), 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li class="secound-level-li">|</li>', 'ATagParams' => 'class="secound-level-a"'), 'CUR' => '1', 'CUR.' => array('wrapItemAndSub' => '<li class="secound-level-li active">|</li>', 'ATagParams' => 'class="secound-level-a active"'), 'ACT' => '1', 'ACT.' => array('wrapItemAndSub' => '<li class="secound-level-li active">|</li>', 'ATagParams' => 'class="secound-level-a active"'))), 'BreadCrump' => 'COA', 'BreadCrump.' => array('stdWrap.' => array('innerWrap' => '<ul class="breadcrump-nav">|</ul>'), 'TEXT', '10.' => array('value' => 'Sie sind hier:', 'stdWrap.' => array('wrap' => '<li class="breadcrump-nav-label d-none d-lg-block">|</li>')), 'TEXT', '20.' => array('value' => 'Startseite', 'stdWrap.' => array('wrap' => '<li class="breadcrump-nav-item d-none d-lg-block">|</li>', 'typolink.' => array('parameter.' => array('data' => 'levelfield:0, uid'), 'title' => 'Startseite'))), 'HMENU', '30.' => array('special' => 'rootline', 'excludeUidList' => '1,13', 'includeNotInMenu' => '1', 'TMENU', '1.' => array('NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li class="breadcrump-nav-item">|</li>', 'ATagTitle.' => array('field' => 'nav_title // title'), 'stdWrap.' => array('htmlSpecialChars' => '0', 'stripHtml' => '1')), 'CUR' => '1', 'CUR.' => array('wrapItemAndSub' => '<li class="breadcrump-nav-item"><span>|</span></li>', 'ATagTitle.' => array('field' => 'nav_title // title'), 'stdWrap.' => array('htmlSpecialChars' => '0', 'stripHtml' => '1'), 'doNotLinkIt' => '1')))), 'BreadCrumpPlugin' => 'COA', 'BreadCrumpPlugin.' => array('stdWrap.' => array(), 'TEXT', '10.' => array('value' => 'Sie sind hier:', 'stdWrap.' => array('wrap' => '<li class="breadcrump-nav-label d-none d-lg-block">|</li>')), 'TEXT', '20.' => array('value' => 'Startseite', 'stdWrap.' => array('wrap' => '<li class="breadcrump-nav-item d-none d-lg-block">|</li>', 'typolink.' => array('parameter.' => array('data' => 'levelfield:0, uid'), 'title' => 'Startseite'))), 'HMENU', '30.' => array('special' => 'rootline', 'excludeUidList' => '1,13', 'includeNotInMenu' => '1', 'TMENU', '1.' => array('NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li class="breadcrump-nav-item">|</li>', 'ATagTitle.' => array('field' => 'nav_title // title'), 'stdWrap.' => array('htmlSpecialChars' => '0', 'stripHtml' => '1')), 'CUR' => '1', 'CUR.' => array('wrapItemAndSub' => '<li class="breadcrump-nav-item"><span>|</span></li>', 'ATagTitle.' => array('field' => 'nav_title // title'), 'stdWrap.' => array('htmlSpecialChars' => '0', 'stripHtml' => '1'), 'doNotLinkIt' => '1')))), 'SectionNav' => 'COA', 'SectionNav.' => array('stdWrap.' => array('outerWrap' => '<section class="section-nav-wrapper d-none d-xl-block">|</section>', 'wrap' => '<div class="container">|</div>', 'innerWrap' => '<div class="row justify-content-md-center">|</div>', 'required' => '1'), 'COA', '10.' => array('stdWrap.' => array('outerWrap' => '<div class="col col-auto">|</div>', 'wrap' => '<ul class="section-nav">|</ul>'), 'CONTENT', '10.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'this'), 'where' => 'AND CType = \'gridelements_pi1\' AND header != \'\'', 'max' => '5'), 'renderObj' => 'TEXT', 'renderObj.' => array('field' => 'header', 'stdWrap.' => array('wrap' => '<li class="section-nav-item">|</li>', 'innerWrap' => '<a href="#c{field:uid}" class="section-nav-link nav-link" data-uid="c{field:uid}" />|</a>', 'innerWrap.' => array('insertData' => '1')))))), 'Content' => 'CONTENT', 'Content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'Footer' => 'CONTENT', 'Footer.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=13'), 'slide' => '-1', 'slide.' => array('collect' => '0', 'collectReverse' => '1')), 'ServiceNav' => 'COA', 'ServiceNav.' => array('HMENU', '10.' => array('special' => 'list', 'special.' => array('value' => '218,132,389,28,27'), 'stdWrap.' => array('required' => '1'), 'TMENU', '1.' => array('expAll' => '1', 'NO' => '1', 'NO.' => array('wrapItemAndSub' => '<li class="first-level-a">|</li>', 'wrapItemAndSub.' => array('insertData' => '1'), 'ATagBeforeWrap' => '1', 'ATagTitle.' => array('field' => 'nav_title // title'), 'ATagParams' => 'class="first-level-a"'), 'CUR' => '1', 'CUR.' => array('wrapItemAndSub' => '<li class="first-level-a active">|</li>', 'wrapItemAndSub.' => array('insertData' => '1'), 'ATagBeforeWrap' => '1', 'ATagTitle.' => array('field' => 'nav_title // title'), 'ATagParams' => 'class="first-level-a"')))), 'WintopSearchWidget' => 'USER', 'WintopSearchWidget.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Wintopwidget', 'pluginName' => 'Pi1', 'vendorName' => 'Aktivweb', 'controller' => 'Suche', 'action' => 'suche', 'switchableControllerActions.' => array('Suche.' => array('suche')), 'persistence.' => array('storagePid' => '19'), 'settings.' => array('translationPath' => 'LLL:EXT:wintop/Resources/Private/Language/locallang.xlf', 'ci' => 'fnbw_2', 'hzk' => '800004', 'hzkModus' => '0', 'pages.' => array('resultPid' => '171', 'ggvzPid' => '', 'ggvzDetailPid' => '', 'ajaxLoadOnScrollGgvz' => '550', 'ajaxSortGgvz' => '551', 'detailsuchePid' => '170'), 'view.' => array('ergebnis.' => array('enable.' => array('typ' => '', 'adresse' => '', 'telefon' => '', 'fax' => '', 'email' => '', 'web' => '', 'beschreibung' => '', 'karte' => '', 'piktos' => '', 'zimmer' => '', 'pagination' => ''), 'beschreibung.' => array('crop' => '{$plugin.tx_wintopwidget.settings.view.ergebnis.beschreibung.crop}'), 'piktos.' => array('extras.' => array('height' => '{$plugin.tx_wintopwidget.settings.view.ergebnis.piktos.extras.height}'), 'ausstattung.' => array('width' => '{$plugin.tx_wintopwidget.settings.view.ergebnis.piktos.ausstattung.width}', 'height' => '{$plugin.tx_wintopwidget.settings.view.ergebnis.piktos.ausstattung.height}')), 'multiPageModus' => '', 'resultsPerPage' => '', 'sortmode' => ''), 'detail.' => array('striptags' => '{$plugin.tx_wintopwidget.settings.view.detail.striptags}', 'gallerie.' => array('lightbox.' => array('css' => '{$plugin.tx_wintopwidget.settings.view.detail.gallerie.lightbox.css}', 'rel' => '{$plugin.tx_wintopwidget.settings.view.detail.gallerie.lightbox.rel}'), 'dummy' => '{$plugin.tx_wintopwidget.settings.view.detail.gallerie.dummy}', 'width' => '{$plugin.tx_wintopwidget.settings.view.detail.gallerie.width}', 'height' => '{$plugin.tx_wintopwidget.settings.view.detail.gallerie.height}'), 'zoom.' => array('width' => '{$plugin.tx_wintopwidget.settings.view.detail.zoom.width}', 'height' => '{$plugin.tx_wintopwidget.settings.view.detail.zoom.height}')), 'suche.' => array('ortModus' => '{$plugin.tx_wintopwidget.settings.view.suche.ortModus}', 'valueOrtId' => '', 'valueBezirkId' => '')), 'showPid' => '181', 'teaser.' => array('dummy' => 'EXT:theme_fnbw/Resources/Public/images/gfx/dummyImage.png'), 'viewType' => 'html'))), 'lib.Content', 'Content')
in /html/typo3/typo3_src-9.5.45/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 166
                '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' => null, 'typoscriptObjectPath' => 'lib.Content', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3temp/var/cache/code/fluid_template/Standard_action_index_58cfb18016b82c5278fe39379030828766c5c3bb.php line 51
$arguments1['currentValueKey'] = NULL;
$arguments1['table'] = '';
$arguments1['typoscriptObjectPath'] = 'lib.Content';
$renderChildrenClosure2 = ($arguments1['data'] !== null) ? function() use ($arguments1) { return $arguments1['data']; } : $renderChildrenClosure2;
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '
';

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

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

$output0 .= '
</div>

at layout_Default_html_f8b4967655ac097b4b0f86447dc84850a0e7ed64->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/typo3/typo3_src-9.5.45/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 201
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

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

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 107

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('dataProcessing.' => array('Aktivweb\\BootstrapCompos\\DataProcessing\\LinksProcessor', 'Aktivweb\\ThemeFnbw\\DataProcessing\\ThemeProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '3', 'as' => 'menuMain'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '30.' => array('languages' => '0,1', 'as' => 'menuLanguage')), 'file.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield: -1, backend_layout_next_level, slide', 'override.' => array('data' => 'TSFE:page|backend_layout')), 'pagets__frontPage' => 'TEXT', 'pagets__frontPage.' => array('value' => 'EXT:theme_fnbw/Resources/Private/Templates/FrontPage.html'), 'pagets__onePage' => 'TEXT', 'pagets__onePage.' => array('value' => 'EXT:theme_fnbw/Resources/Private/Templates/OnePage.html'), 'pagets__pluginPage' => 'TEXT', 'pagets__pluginPage.' => array('value' => 'EXT:theme_fnbw/Resources/Private/Templates/PluginPage.html'))), 'layoutRootPath' => 'EXT:theme_fnbw/Resources/Private/Layouts/', 'partialRootPath' => 'EXT:theme_fnbw/Resources/Private/Partials/', 'extbase.' => array('controllerExtensionName' => 'theme_fnbw'), 'settings.' => array('theme' => 'theme_fnbw', 'hideLanguage' => '1', 'hideSeason' => '1', 'cleverreachId' => '81664-201264', 'pages.' => array('cookie-notice' => '', 'blog' => '155', 'contact' => '229', 'search' => '23', 'ibe' => '18', 'news' => '4', 'events' => '11', 'weather' => '57', 'imprint' => '27', 'dataprotection' => '28'), 'socialmedia.' => array('facebook' => 'https://www.facebook.com/ferienregion.nationalpark.bayerischer.wald/', 'instagram' => 'https://www.instagram.com/ferienregion_nationalpark/', 'youtube' => 'https://www.youtube.com/channel/UCS9MCrg5cgiyBl3TR_e1VGg', 'whatsapp' => 'https://whatsapp.com/channel/0029VaHXUpaLNSaAtzxyct3p'), 'address.' => array('company' => 'Ferienregion Nationalpark Bayerischer Wald GmbH', 'street' => 'Konrad-Wilsdorf-Straße 1', 'zip' => '94518', 'city' => 'Spiegelau', 'phone' => '(+49) 800 / 0008465', 'fax' => '(+49) 8553 / 8919199', 'email' => 'info@ferienregion-nationalpark.de', 'email_public' => 'urlaub@ferienregion-nationalpark.de', 'www' => 'www.ferienregion-nationalpark.de'), 'navs.' => array('label' => '', 'main.' => array('start' => '14', 'exclude' => '14,235,159', 'ibe' => '18'), 'service' => '218,132,389,28,27', 'breadcrumb.' => array('exclude' => '1,13')), 'showBookingSearch' => '1')))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 821
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('dataProcessing.' => array('Aktivweb\\BootstrapCompos\\DataProcessing\\LinksProcessor', 'Aktivweb\\ThemeFnbw\\DataProcessing\\ThemeProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '3', 'as' => 'menuMain'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '30.' => array('languages' => '0,1', 'as' => 'menuLanguage')), 'file.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield: -1, backend_layout_next_level, slide', 'override.' => array('data' => 'TSFE:page|backend_layout')), 'pagets__frontPage' => 'TEXT', 'pagets__frontPage.' => array('value' => 'EXT:theme_fnbw/Resources/Private/Templates/FrontPage.html'), 'pagets__onePage' => 'TEXT', 'pagets__onePage.' => array('value' => 'EXT:theme_fnbw/Resources/Private/Templates/OnePage.html'), 'pagets__pluginPage' => 'TEXT', 'pagets__pluginPage.' => array('value' => 'EXT:theme_fnbw/Resources/Private/Templates/PluginPage.html'))), 'layoutRootPath' => 'EXT:theme_fnbw/Resources/Private/Layouts/', 'partialRootPath' => 'EXT:theme_fnbw/Resources/Private/Partials/', 'extbase.' => array('controllerExtensionName' => 'theme_fnbw'), 'settings.' => array('theme' => 'theme_fnbw', 'hideLanguage' => '1', 'hideSeason' => '1', 'cleverreachId' => '81664-201264', 'pages.' => array('cookie-notice' => '', 'blog' => '155', 'contact' => '229', 'search' => '23', 'ibe' => '18', 'news' => '4', 'events' => '11', 'weather' => '57', 'imprint' => '27', 'dataprotection' => '28'), 'socialmedia.' => array('facebook' => 'https://www.facebook.com/ferienregion.nationalpark.bayerischer.wald/', 'instagram' => 'https://www.instagram.com/ferienregion_nationalpark/', 'youtube' => 'https://www.youtube.com/channel/UCS9MCrg5cgiyBl3TR_e1VGg', 'whatsapp' => 'https://whatsapp.com/channel/0029VaHXUpaLNSaAtzxyct3p'), 'address.' => array('company' => 'Ferienregion Nationalpark Bayerischer Wald GmbH', 'street' => 'Konrad-Wilsdorf-Straße 1', 'zip' => '94518', 'city' => 'Spiegelau', 'phone' => '(+49) 800 / 0008465', 'fax' => '(+49) 8553 / 8919199', 'email' => 'info@ferienregion-nationalpark.de', 'email_public' => 'urlaub@ferienregion-nationalpark.de', 'www' => 'www.ferienregion-nationalpark.de'), 'navs.' => array('label' => '', 'main.' => array('start' => '14', 'exclude' => '14,235,159', 'ibe' => '18'), 'service' => '218,132,389,28,27', 'breadcrumb.' => array('exclude' => '1,13')), 'showBookingSearch' => '1')))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('dataProcessing.' => array('Aktivweb\\BootstrapCompos\\DataProcessing\\LinksProcessor', 'Aktivweb\\ThemeFnbw\\DataProcessing\\ThemeProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '3', 'as' => 'menuMain'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '30.' => array('languages' => '0,1', 'as' => 'menuLanguage')), 'file.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield: -1, backend_layout_next_level, slide', 'override.' => array('data' => 'TSFE:page|backend_layout')), 'pagets__frontPage' => 'TEXT', 'pagets__frontPage.' => array('value' => 'EXT:theme_fnbw/Resources/Private/Templates/FrontPage.html'), 'pagets__onePage' => 'TEXT', 'pagets__onePage.' => array('value' => 'EXT:theme_fnbw/Resources/Private/Templates/OnePage.html'), 'pagets__pluginPage' => 'TEXT', 'pagets__pluginPage.' => array('value' => 'EXT:theme_fnbw/Resources/Private/Templates/PluginPage.html'))), 'layoutRootPath' => 'EXT:theme_fnbw/Resources/Private/Layouts/', 'partialRootPath' => 'EXT:theme_fnbw/Resources/Private/Partials/', 'extbase.' => array('controllerExtensionName' => 'theme_fnbw'), 'settings.' => array('theme' => 'theme_fnbw', 'hideLanguage' => '1', 'hideSeason' => '1', 'cleverreachId' => '81664-201264', 'pages.' => array('cookie-notice' => '', 'blog' => '155', 'contact' => '229', 'search' => '23', 'ibe' => '18', 'news' => '4', 'events' => '11', 'weather' => '57', 'imprint' => '27', 'dataprotection' => '28'), 'socialmedia.' => array('facebook' => 'https://www.facebook.com/ferienregion.nationalpark.bayerischer.wald/', 'instagram' => 'https://www.instagram.com/ferienregion_nationalpark/', 'youtube' => 'https://www.youtube.com/channel/UCS9MCrg5cgiyBl3TR_e1VGg', 'whatsapp' => 'https://whatsapp.com/channel/0029VaHXUpaLNSaAtzxyct3p'), 'address.' => array('company' => 'Ferienregion Nationalpark Bayerischer Wald GmbH', 'street' => 'Konrad-Wilsdorf-Straße 1', 'zip' => '94518', 'city' => 'Spiegelau', 'phone' => '(+49) 800 / 0008465', 'fax' => '(+49) 8553 / 8919199', 'email' => 'info@ferienregion-nationalpark.de', 'email_public' => 'urlaub@ferienregion-nationalpark.de', 'www' => 'www.ferienregion-nationalpark.de'), 'navs.' => array('label' => '', 'main.' => array('start' => '14', 'exclude' => '14,235,159', 'ibe' => '18'), 'service' => '218,132,389,28,27', 'breadcrumb.' => array('exclude' => '1,13')), 'showBookingSearch' => '1')), '20')
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 683
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeCSS.' => array('photoswipe' => 'EXT:photoswipe/Resources/Public/javascript/libs/photoswipe.css', 'photoswipe.' => array('media' => 'screen', 'disableCompression' => '1', 'excludeFromConcatenation' => '1'), 'photoswipe-skin' => 'EXT:photoswipe/Resources/Public/javascript/libs/default-skin/default-skin.css', 'photoswipe-skin.' => array('media' => 'screen', 'disableCompression' => '1', 'excludeFromConcatenation' => '1'), 'wintop' => 'EXT:wintop/Resources/Public/Css/ibe.css', 'aw_events' => 'EXT:veranstaltungen_neu/Resources/Public/Css/events.css', 'dsgvo' => 'EXT:aw_dsgvo/Resources/Public/css/dsgvo.css', 'dsgvo.' => array('media' => 'screen'), 'cookie-panel' => 'EXT:aw_dsgvo/Resources/Public/css/cookie-panel.css', 'cookie-panel.' => array('media' => 'screen'), 'weather' => 'EXT:weather_api/Resources/Public/css/screen.css', 'screen' => 'EXT:theme_fnbw/Resources/Public/css/screen.css', 'screen.' => array('media' => 'screen'), 'print' => 'EXT:theme_fnbw/Resources/Public/css/print.css', 'print.' => array('media' => 'print'), 'tempimagelightbox' => 'EXT:theme_fnbw/Resources/Public/css/imagelightbox.min.css'), 'includeJSFooterlibs.' => array('photoswipe' => 'EXT:photoswipe/Resources/Public/javascript/libs/photoswipe.min.js', 'photoswipe-ui-default' => 'EXT:photoswipe/Resources/Public/javascript/libs/photoswipe-ui-default.min.js', 'jquery' => 'EXT:theme_fnbw/Resources/Public/javascript/libs/jquery/jquery-3.3.1.min.js', 'jquery.' => array('forceOnTop' => '1'), 'popper' => 'EXT:theme_fnbw/Resources/Public/javascript/libs/popper/popper.min.js', 'bootstrap-util' => 'EXT:theme_fnbw/Resources/Public/javascript/libs/bootstrap/util.js', 'bootstrap-tooltip' => 'EXT:theme_fnbw/Resources/Public/javascript/libs/bootstrap/tooltip.js', 'bootstrap-popover' => 'EXT:theme_fnbw/Resources/Public/javascript/libs/bootstrap/popover.js', 'bootstrap-scrollspy' => 'EXT:theme_fnbw/Resources/Public/javascript/libs/bootstrap/scrollspy.js', 'bootstrap-dropdown' => 'EXT:theme_fnbw/Resources/Public/javascript/libs/bootstrap/dropdown.js', 'bootstrap-datepicker' => 'EXT:theme_fnbw/Resources/Public/javascript/libs/bootstrap-datepicker/bootstrap-sass-datepicker.js', 'bootstrap-datepicker-locale-de' => 'EXT:theme_fnbw/Resources/Public/javascript/libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.js', 'multiinput' => 'EXT:theme_fnbw/Resources/Public/javascript/libs/jquery.multiinput.js', 'imagelightbox' => 'EXT:theme_fnbw/Resources/Public/javascript/libs/imagelightbox/imagelightbox.js'), 'includeJSFooter.' => array('photoswipe-miscellaneous' => 'EXT:photoswipe/Resources/Public/javascript/miscellaneous.js', 'powermailJQueryDatepicker' => 'EXT:powermail/Resources/Public/JavaScript/Libraries/jquery.datetimepicker.min.js', 'powermailJQueryFormValidation' => 'EXT:powermail/Resources/Public/JavaScript/Libraries/parsley.min.js', 'powermailJQueryTabs' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Tabs.min.js', 'powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailCond' => 'EXT:powermail_cond/Resources/Public/JavaScript/PowermailCondition.min.js', 'merkzettel' => 'EXT:aw_merkzettel/Resources/Public/javascript/miscellaneous.js', 'cookie-edit' => 'EXT:aw_dsgvo/Resources/Public/javascript/cookie-edit.js', 'miscellaneous' => 'EXT:theme_fnbw/Resources/Public/javascript/miscellaneous.js'), 'FLUIDTEMPLATE', '99.' => array('file' => 'EXT:photoswipe/Resources/Private/Templates/DomItem.html'), 'COA', '3132.' => array('wrap' => '<script id="powermail_conditions_container"|></script>', 'TEXT', '10.' => array('noTrimWrap' => '| data-condition-uri="|"|', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams' => '&type=3132', 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'USER', '1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb', 'controller' => 'CookieBar', 'action' => 'view', 'switchableControllerActions.' => array('CookieBar.' => array('view')), 'persistence' => '< plugin.tx_awdsgvo.persistence', 'settings' => '< plugin.tx_awdsgvo.settings', 'settings.' => array('theme' => 'Default', 'switch' => '1', 'pages.' => array('privacyStatement' => '28', 'imprint' => '27'), 'cookie.' => array('expires' => '7', 'account' => '1', 'objects' => '1'))), 'USER', '2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AwDsgvo', 'pluginName' => 'Pi2', 'vendorName' => 'Aktivweb', 'controller' => 'CookieBar', 'action' => 'cookie', 'switchableControllerActions.' => array('CookieBar.' => array('cookie')), 'persistence' => '< plugin.tx_awdsgvo.persistence', 'settings' => '< plugin.tx_awdsgvo.settings', 'settings.' => array('theme' => 'Default', 'switch' => '1', 'pages.' => array('privacyStatement' => '28', 'imprint' => '27'), 'cookie.' => array('expires' => '7', 'account' => '1', 'objects' => '1'))), '20.' => array('dataProcessing.' => array('Aktivweb\\BootstrapCompos\\DataProcessing\\LinksProcessor', 'Aktivweb\\ThemeFnbw\\DataProcessing\\ThemeProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('levels' => '3', 'as' => 'menuMain'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '30.' => array('languages' => '0,1', 'as' => 'menuLanguage')), 'file.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield: -1, backend_layout_next_level, slide', 'override.' => array('data' => 'TSFE:page|backend_layout')), 'pagets__frontPage' => 'TEXT', 'pagets__frontPage.' => array('value' => 'EXT:theme_fnbw/Resources/Private/Templates/FrontPage.html'), 'pagets__onePage' => 'TEXT', 'pagets__onePage.' => array('value' => 'EXT:theme_fnbw/Resources/Private/Templates/OnePage.html'), 'pagets__pluginPage' => 'TEXT', 'pagets__pluginPage.' => array('value' => 'EXT:theme_fnbw/Resources/Private/Templates/PluginPage.html'))), 'layoutRootPath' => 'EXT:theme_fnbw/Resources/Private/Layouts/', 'partialRootPath' => 'EXT:theme_fnbw/Resources/Private/Partials/', 'extbase.' => array('controllerExtensionName' => 'theme_fnbw'), 'settings.' => array('theme' => 'theme_fnbw', 'hideLanguage' => '1', 'hideSeason' => '1', 'cleverreachId' => '81664-201264', 'pages.' => array('cookie-notice' => '', 'blog' => '155', 'contact' => '229', 'search' => '23', 'ibe' => '18', 'news' => '4', 'events' => '11', 'weather' => '57', 'imprint' => '27', 'dataprotection' => '28'), 'socialmedia.' => array('facebook' => 'https://www.facebook.com/ferienregion.nationalpark.bayerischer.wald/', 'instagram' => 'https://www.instagram.com/ferienregion_nationalpark/', 'youtube' => 'https://www.youtube.com/channel/UCS9MCrg5cgiyBl3TR_e1VGg', 'whatsapp' => 'https://whatsapp.com/channel/0029VaHXUpaLNSaAtzxyct3p'), 'address.' => array('company' => 'Ferienregion Nationalpark Bayerischer Wald GmbH', 'street' => 'Konrad-Wilsdorf-Straße 1', 'zip' => '94518', 'city' => 'Spiegelau', 'phone' => '(+49) 800 / 0008465', 'fax' => '(+49) 8553 / 8919199', 'email' => 'info@ferienregion-nationalpark.de', 'email_public' => 'urlaub@ferienregion-nationalpark.de', 'www' => 'www.ferienregion-nationalpark.de'), 'navs.' => array('label' => '', 'main.' => array('start' => '14', 'exclude' => '14,235,159', 'ibe' => '18'), 'service' => '218,132,389,28,27', 'breadcrumb.' => array('exclude' => '1,13')), 'showBookingSearch' => '1')), 'typeNum' => '0', 'config.' => array('compressCss' => '1', 'concatenateCss' => '1', 'compressJs' => '1', 'concatenateJs' => '1', 'no_cache' => '0', 'admPanel' => '0', 'contentObjectExceptionHandler' => '0'), 'meta.' => array('X-UA-Compatible' => 'IE=edge,chrome=1', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'viewport' => 'width=device-width, initial-scale=1.0, user-scalable=no', 'author' => 'Ferienregion Nationalpark Bayerischer Wald GmbH', 'copyright' => 'aktivweb GmbH', 'robots' => 'index,follow', 'revisit-after' => '7 days', 'format-detection' => 'telephone=no', 'description.' => array('data' => 'TSFE:page|description'), 'MobileOptimized' => '320', 'msapplication-TileColor' => '#4f5864', 'theme-color' => '#4f5864', 'apple-mobile-web-app-capable' => 'yes', 'apple-mobile-web-app-status-bar-style' => 'default', 'msapplication-starturl' => 'https://www.ferienrergion-nationalpark.de/', 'msapplication-TileImage' => 'https://www.ferienrergion-nationalpark.de/typo3conf/ext/theme_fnbw/Resources/Public/images/AppIcon.jpg'), 'headerData.' => array('TEXT', '10.' => array('value' => '<meta name="geo.region" content="DE-BY" /><meta name="geo.placename" content="Spiegelau" /><meta name="geo.position" content="48.919648;13.345342" /><meta name="ICBM" content="48.919648, 13.345342" />'), 'TEXT', '20.' => array('value' => '<link rel="apple-touch-icon" href="/typo3conf/ext/theme_fnbw/Resources/Public/images/AppIcon.jpg">')), 'shortcutIcon' => 'EXT:theme_fnbw/Resources/Public/images/AppIcon.jpg', 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('wrap' => '<body class="|">', '< lib.themebodytag'), 'FLUIDTEMPLATE'))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 246
     * @return string
     */
    protected function generatePageContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 268
     */
    protected function generatePageContentWithHeader(TypoScriptFrontendController $controller, ?SiteLanguage $siteLanguage): string
    {
        // Generate the page content, this has to be first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageContent($controller);
        $pageRenderer = $this->getPageRenderer();
        if ($controller->config['config']['moveJsFromHeaderToFooter'] ?? false) {
            $pageRenderer->enableMoveJsFromHeaderToFooter();
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContentWithHeader(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Site\Entity\SiteLanguage))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 168
            // If 'disableAllHeaderCode' is set, all the header-code is discarded
            if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
                $controller->content = $this->generatePageContent($controller);
            } else {
                $controller->content = $this->generatePageContentWithHeader($controller, $request->getAttribute('language', null));
            }

            $this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
            $this->timeTracker->decStackPointer();
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 46
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3conf/ext/sf_register/Classes/Middleware/AjaxMiddleware.php line 66
    {
        $requestArguments = $this->getParamFromRequest($request, 'tx_sfregister');

        if (!\TYPO3\CMS\Core\Utility\GeneralUtility::_GET('ajax') == 'sf_register') {
            $response = $handler->handle($request);
        } else {
            switch ($requestArguments['action']) {
                case 'zones':
                    $this->zonesAction($requestArguments['parent']);
at Evoweb\SfRegister\Middleware\AjaxMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting()) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 65
                return new RedirectResponse($externalUrl, 303);
            }
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 118
                GeneralUtility::makeInstance($className)->checkDataSubmission($this->controller);
            }
        }

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

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3conf/ext/frontend_editing/Classes/Middleware/FrontendEditingAspect.php line 56
            // Change the sanitizer to allow the attributes used in Frontend Editing.
            $GLOBALS['TYPO3_CONF_VARS']['SYS']['htmlSanitizer']['default'] =
                \TYPO3\CMS\FrontendEditing\Html\FrontendEditingSanitizerBuilder::class;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\FrontendEditing\Middleware\FrontendEditingAspect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 99
                    ['code' => PageAccessFailureReasons::CACHEHASH_COMPARISON_FAILED]
                );
            }
        }
        return $handler->handle($request);
    }

    /**
     * Calculates a hash string based on additional parameters in the url.
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3conf/ext/frontend_editing/Classes/Middleware/FrontendEditingInitiator.php line 45
            $GLOBALS['TSFE']->displayFieldEditIcons = 1;
            // Disable cHash check when browsing the frontend in frontend editing
            $GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFoundOnCHashError'] = false;
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\FrontendEditing\Middleware\FrontendEditingInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 171
            }
            $this->controller->determineId();
        }

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

    /**
     * Provides ways to bypass the '?id=[xxx]&type=[xx]' format, using either PATH_INFO or Server Rewrites
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 62
            $showHiddenRecords = ($this->context->hasAspect('visibility') ? $this->context->getAspect('visibility')->includeHidden() : false);
            $GLOBALS['TSFE']->fePreview = ($simulatingDate || $simulatingGroup || $showHiddenRecords);
        }

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

    /**
     * Creates a PSR-7 compatible Response object
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 86
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }
    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
     *
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 68
        // At this point, we later get further route modifiers
        // for bw-compat we update $GLOBALS[TYPO3_REQUEST] to be used later in TSFE.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 95
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect(GeneralUtility::makeInstance(Context::class), $GLOBALS['BE_USER']);
        }

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

    /**
     * Creates the backend user object and returns it.
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 85

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

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

    /**
     * It's possible to transfer a frontend user session via a GET/POST parameter 'FE_SESSION_KEY'.
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 90
                GeneralUtility::callUserFunction($_funcRef, $_params, $GLOBALS['TSFE']);
            }
        }

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Middleware/PreprocessRequestHook.php line 57
                $hookParameters = [];
                GeneralUtility::callUserFunction($hookFunction, $hookParameters, $hookParameters);
            }
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PreprocessRequestHook->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 58
        // refactored to have ServerRequest object available where it is needed. This global will be
        // deprecated then and removed.
        $GLOBALS['TYPO3_REQUEST'] = $request;

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 49
        );
        $timeTracker->start();
        $timeTracker->push('');

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:121$177))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/AbstractApplication.php line 108
    {
        $requestHandler = GeneralUtility::makeInstance($this->requestHandler);
        $dispatcher = $this->createMiddlewareDispatcher($requestHandler);

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

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/frontend/Classes/Http/Application.php line 69
        if (!$this->checkIfEssentialConfigurationExists()) {
            return $this->installToolRedirect();
        }
        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-9.5.45/typo3/sysext/core/Classes/Http/AbstractApplication.php line 120
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                \TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /html/typo3/typo3_src-9.5.45/index.php line 24
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /html/typo3/typo3_src-9.5.45/index.php line 25
call_user_func(function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});