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 "terms" (controller "Wunderbit\WbMarketplace\Controller\SupplierController") 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-11.5.36/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php line 269
            }
            if (isset($configuration['mvc']['callDefaultActionIfActionCantBeResolved']) && (bool)$configuration['mvc']['callDefaultActionIfActionCantBeResolved']) {
                return $defaultActionName;
            }
            throw new InvalidActionNameException('The action "' . $actionName . '" (controller "' . $controllerClassName . '") 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 preg_replace('/[^a-zA-Z0-9]+/', '', $actionName);
    }

at TYPO3\CMS\Extbase\Mvc\Web\RequestBuilder->resolveActionName('Wunderbit\\WbMarketplace\\Controller\\SupplierController', array('action' => 'terms', 'controller' => 'Supplier', 'supplier' => '250'))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php line 182
            $parameters = array_replace_recursive($parameters, $files[$pluginNamespace]);
        }

        $controllerClassName = $this->resolveControllerClassName($parameters);
        $actionName = $this->resolveActionName($controllerClassName, $parameters);

        $extbaseAttribute = new ExtbaseRequestParameters();
        $extbaseAttribute->setPluginName($this->pluginName);
        $extbaseAttribute->setControllerExtensionName($this->extensionName);
at TYPO3\CMS\Extbase\Mvc\Web\RequestBuilder->build(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 153
    }

    protected function handleFrontendRequest(ServerRequestInterface $request): string
    {
        $extbaseRequest = $this->extbaseRequestBuilder->build($request);
        if (!$this->isExtbaseRequestCacheable($extbaseRequest)) {
            if ($this->cObj->getUserObjectType() === ContentObjectRenderer::OBJECTTYPE_USER) {
                // ContentObjectRenderer::convertToUserIntObject() will recreate the object,
                // so we have to stop the request here before the action is actually called
at TYPO3\CMS\Extbase\Core\Bootstrap->handleFrontendRequest(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 148
    public function run(string $content, array $configuration, ?ServerRequestInterface $request = null): string
    {
        $request = $request ?? $GLOBALS['TYPO3_REQUEST'];
        $this->initialize($configuration);
        return $this->handleFrontendRequest($request);
    }

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

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierDetail'))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierDetail'), 'tt_content.list.20.wbmarketplace_supplierdetail')
in /html/typo3/typo3_src-11.5.36/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 197
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('wblibrary_flashmessages' => 'USER', 'wblibrary_flashmessages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbLibrary', 'pluginName' => 'FlashMessages'), 'wbbreadcrumb_breadcrumb' => 'USER', 'wbbreadcrumb_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBreadcrumb', 'pluginName' => 'Breadcrumb'), 'wbmarketplace_productgroup' => 'USER', 'wbmarketplace_productgroup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroup'), 'wbmarketplace_productgroupdetail' => 'USER', 'wbmarketplace_productgroupdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroupDetail'), 'wbmarketplace_product' => 'USER', 'wbmarketplace_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Product'), 'wbmarketplace_productdetail' => 'USER', 'wbmarketplace_productdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductDetail'), 'wbmarketplace_productrelated' => 'USER', 'wbmarketplace_productrelated.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductRelated'), 'wbmarketplace_productsoftheweek' => 'USER', 'wbmarketplace_productsoftheweek.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeek'), 'wbmarketplace_productsoftheweeksmall' => 'USER', 'wbmarketplace_productsoftheweeksmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeekSmall'), 'wbmarketplace_supplier' => 'USER', 'wbmarketplace_supplier.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Supplier'), 'wbmarketplace_supplierrandom' => 'USER', 'wbmarketplace_supplierrandom.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierRandom'), 'wbmarketplace_supplierdetail' => 'USER', 'wbmarketplace_supplierdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierDetail'), 'wbmarketplace_cart' => 'USER', 'wbmarketplace_cart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Cart'), 'wbmarketplace_cartadditem' => 'USER', 'wbmarketplace_cartadditem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartAddItem'), 'wbmarketplace_cartordervalue' => 'USER', 'wbmarketplace_cartordervalue.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartOrderValue'), 'wbmarketplace_checkoutrestricted' => 'USER', 'wbmarketplace_checkoutrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestricted'), 'wbmarketplace_checkoutrestrictedpersonaldata' => 'USER', 'wbmarketplace_checkoutrestrictedpersonaldata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestrictedPersonalData'), 'wbmarketplace_supplierarearestricted' => 'USER', 'wbmarketplace_supplierarearestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaRestricted'), 'wbmarketplace_supplierareabasicinformationsrestricted' => 'USER', 'wbmarketplace_supplierareabasicinformationsrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaBasicInformationsRestricted'), 'wbmarketplace_supplierarealocationrestricted' => 'USER', 'wbmarketplace_supplierarealocationrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaLocationRestricted'), 'wbmarketplace_supplierareashippingrestricted' => 'USER', 'wbmarketplace_supplierareashippingrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaShippingRestricted'), 'wbmarketplace_supplierareaproductrestricted' => 'USER', 'wbmarketplace_supplierareaproductrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProductRestricted'), 'wbmarketplace_supplierareajobrestricted' => 'USER', 'wbmarketplace_supplierareajobrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaJobRestricted'), 'wbmarketplace_supplierareaeventrestricted' => 'USER', 'wbmarketplace_supplierareaeventrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaEventRestricted'), 'wbmarketplace_supplierareaprofilerestricted' => 'USER', 'wbmarketplace_supplierareaprofilerestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProfileRestricted'), 'wbmarketplace_customeraddressrestricted' => 'USER', 'wbmarketplace_customeraddressrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressRestricted'), 'wbmarketplace_customeraddresseditrestricted' => 'USER', 'wbmarketplace_customeraddresseditrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressEditRestricted'), 'wbmarketplace_orderrestricted' => 'USER', 'wbmarketplace_orderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'OrderRestricted'), 'wbmarketplace_supplierorderrestricted' => 'USER', 'wbmarketplace_supplierorderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierOrderRestricted'), 'wbmarketplace_joboffer' => 'USER', 'wbmarketplace_joboffer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'JobOffer'), 'wbmarketplace_event' => 'USER', 'wbmarketplace_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Event'), 'wbmarketplace_voucher' => 'USER', 'wbmarketplace_voucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Voucher'), 'wbmarketplace_supplierareavoucherrestricted' => 'USER', 'wbmarketplace_supplierareavoucherrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaVoucherRestricted'), 'wbmarketplace_search' => 'USER', 'wbmarketplace_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Search'), 'wbmarketplace_searchform' => 'USER', 'wbmarketplace_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchForm'), 'wbmarketplace_searchsuggestion' => 'USER', 'wbmarketplace_searchsuggestion.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchSuggestion'), 'wbmarketplace_welcomemenu' => 'USER', 'wbmarketplace_welcomemenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'WelcomeMenu'), 'wbmarketplace_welcomenews' => 'USER', 'wbmarketplace_welcomenews.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeNews'), 'wbmarketplace_welcomesection' => 'USER', 'wbmarketplace_welcomesection.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeSection'), 'wbmarketplace_reportpage' => 'USER', 'wbmarketplace_reportpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ReportPage'), 'wbfrontenduser_registration' => 'USER', 'wbfrontenduser_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Registration'), 'wbfrontenduser_overview' => 'USER', 'wbfrontenduser_overview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Overview'), 'wbfrontenduser_basicdata' => 'USER', 'wbfrontenduser_basicdata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'BasicData'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'ke_search_pi3' => '< plugin.tx_kesearch_pi3', 'wbbanners_banner' => 'USER', 'wbbanners_banner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBanners', 'pluginName' => 'Banner')), 'tt_content.list.20.wbmarketplace_supplierdetail', 'wbmarketplace_supplierdetail')
in /html/typo3/typo3_src-11.5.36/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 174
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 308, 'pid' => 96, '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' => 1709569109, 'crdate' => 1709569093, 'cruser_id' => 1, 'hidden' => 0, 'sorting' => 512, 'CType' => 'list', 'header' => '', 'header_position' => '', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecaption' => null, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => 0, 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => '8', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'spaceBefore' => 0, 'spaceAfter' => 0, 'fe_group' => '', 'header_link' => '', 'imagecaption_position' => '', 'image_link' => null, 'image_zoom' => 0, 'image_noRows' => 0, 'image_effects' => 0, 'image_compression' => 0, 'altText' => null, 'titleText' => null, 'longdescURL' => null, 'header_layout' => '0', 'menu_type' => '0', 'list_type' => 'wbmarketplace_supplierdetail', 'table_border' => 0, 'table_cellspacing' => 0, 'table_cellpadding' => 0, 'table_bgColor' => 0, 'select_key' => '', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'target' => '', 'section_frame' => 0, 'date' => 0, 'multimedia' => null, 'image_frames' => 0, 'recursive' => 0, 'imageheight' => 0, 'rte_enabled' => 0, 'sys_language_uid' => 0, 'tx_impexp_origuid' => 0, 'pi_flexform' => null, 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"CType":"","colPos":"","header":"","header_layout":"","header_position":"","date":"","header_link":"","subheader":"","list_type":"","pages":"","recursive":"","layout":"","frame_class":"","space_before_class":"","space_after_class":"","tx_wbbootstrap_visibility":"","sectionIndex":"","linkToTop":"","sys_language_uid":"","hidden":"","starttime":"","endtime":"","fe_group":"","editlock":"","categories":"","rowDescription":""}', 'selected_categories' => null, 'category_field' => '', 'categories' => 0, 'tx_wbbootstrap_visibility' => '', 'tx_wbfontawesome_header_icon' => '0', 'tx_news_related_news' => 0, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'l10n_source' => 0, 'table_class' => '', 'l10n_state' => null, 'filelink_sorting_direction' => ''), 'typoscriptObjectPath' => 'tt_content.list.20.wbmarketplace_supplierdetail', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/git-staging/production/typo3/typo3temp/var/cache/code/fluid_template/Standard_action_list_d8372b6b53b9c2b6458e6c4c1b370bcbfb70ad5b.php line 62
$array11 = array (
);$arguments7['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array11);
$arguments7['table'] = 'tt_content';
$renderChildrenClosure8 = ($arguments7['data'] !== null) ? function() use ($arguments7) { return $arguments7['data']; } : $renderChildrenClosure8;
$output6 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);

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

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

$output0 .= '

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

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

$output3 .= '
                ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_c0da7975559599002e03bfd35386f378d216a95d->{closure}()
in /html/typo3/typo3_src-11.5.36/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/git-staging/production/typo3/typo3temp/var/cache/code/fluid_template/layout_Default_html_c0da7975559599002e03bfd35386f378d216a95d.php line 1661
        ';
return $output65;
};

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

$output0 .= '

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

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

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

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'fileadmin/wb_distribution/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'fileadmin/wb_distribution/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'fileadmin/wb_distribution/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), '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('wblibrary_flashmessages' => 'USER', 'wblibrary_flashmessages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbLibrary', 'pluginName' => 'FlashMessages'), 'wbbreadcrumb_breadcrumb' => 'USER', 'wbbreadcrumb_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBreadcrumb', 'pluginName' => 'Breadcrumb'), 'wbmarketplace_productgroup' => 'USER', 'wbmarketplace_productgroup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroup'), 'wbmarketplace_productgroupdetail' => 'USER', 'wbmarketplace_productgroupdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroupDetail'), 'wbmarketplace_product' => 'USER', 'wbmarketplace_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Product'), 'wbmarketplace_productdetail' => 'USER', 'wbmarketplace_productdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductDetail'), 'wbmarketplace_productrelated' => 'USER', 'wbmarketplace_productrelated.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductRelated'), 'wbmarketplace_productsoftheweek' => 'USER', 'wbmarketplace_productsoftheweek.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeek'), 'wbmarketplace_productsoftheweeksmall' => 'USER', 'wbmarketplace_productsoftheweeksmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeekSmall'), 'wbmarketplace_supplier' => 'USER', 'wbmarketplace_supplier.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Supplier'), 'wbmarketplace_supplierrandom' => 'USER', 'wbmarketplace_supplierrandom.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierRandom'), 'wbmarketplace_supplierdetail' => 'USER', 'wbmarketplace_supplierdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierDetail'), 'wbmarketplace_cart' => 'USER', 'wbmarketplace_cart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Cart'), 'wbmarketplace_cartadditem' => 'USER', 'wbmarketplace_cartadditem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartAddItem'), 'wbmarketplace_cartordervalue' => 'USER', 'wbmarketplace_cartordervalue.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartOrderValue'), 'wbmarketplace_checkoutrestricted' => 'USER', 'wbmarketplace_checkoutrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestricted'), 'wbmarketplace_checkoutrestrictedpersonaldata' => 'USER', 'wbmarketplace_checkoutrestrictedpersonaldata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestrictedPersonalData'), 'wbmarketplace_supplierarearestricted' => 'USER', 'wbmarketplace_supplierarearestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaRestricted'), 'wbmarketplace_supplierareabasicinformationsrestricted' => 'USER', 'wbmarketplace_supplierareabasicinformationsrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaBasicInformationsRestricted'), 'wbmarketplace_supplierarealocationrestricted' => 'USER', 'wbmarketplace_supplierarealocationrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaLocationRestricted'), 'wbmarketplace_supplierareashippingrestricted' => 'USER', 'wbmarketplace_supplierareashippingrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaShippingRestricted'), 'wbmarketplace_supplierareaproductrestricted' => 'USER', 'wbmarketplace_supplierareaproductrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProductRestricted'), 'wbmarketplace_supplierareajobrestricted' => 'USER', 'wbmarketplace_supplierareajobrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaJobRestricted'), 'wbmarketplace_supplierareaeventrestricted' => 'USER', 'wbmarketplace_supplierareaeventrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaEventRestricted'), 'wbmarketplace_supplierareaprofilerestricted' => 'USER', 'wbmarketplace_supplierareaprofilerestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProfileRestricted'), 'wbmarketplace_customeraddressrestricted' => 'USER', 'wbmarketplace_customeraddressrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressRestricted'), 'wbmarketplace_customeraddresseditrestricted' => 'USER', 'wbmarketplace_customeraddresseditrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressEditRestricted'), 'wbmarketplace_orderrestricted' => 'USER', 'wbmarketplace_orderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'OrderRestricted'), 'wbmarketplace_supplierorderrestricted' => 'USER', 'wbmarketplace_supplierorderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierOrderRestricted'), 'wbmarketplace_joboffer' => 'USER', 'wbmarketplace_joboffer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'JobOffer'), 'wbmarketplace_event' => 'USER', 'wbmarketplace_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Event'), 'wbmarketplace_voucher' => 'USER', 'wbmarketplace_voucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Voucher'), 'wbmarketplace_supplierareavoucherrestricted' => 'USER', 'wbmarketplace_supplierareavoucherrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaVoucherRestricted'), 'wbmarketplace_search' => 'USER', 'wbmarketplace_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Search'), 'wbmarketplace_searchform' => 'USER', 'wbmarketplace_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchForm'), 'wbmarketplace_searchsuggestion' => 'USER', 'wbmarketplace_searchsuggestion.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchSuggestion'), 'wbmarketplace_welcomemenu' => 'USER', 'wbmarketplace_welcomemenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'WelcomeMenu'), 'wbmarketplace_welcomenews' => 'USER', 'wbmarketplace_welcomenews.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeNews'), 'wbmarketplace_welcomesection' => 'USER', 'wbmarketplace_welcomesection.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeSection'), 'wbmarketplace_reportpage' => 'USER', 'wbmarketplace_reportpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ReportPage'), 'wbfrontenduser_registration' => 'USER', 'wbfrontenduser_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Registration'), 'wbfrontenduser_overview' => 'USER', 'wbfrontenduser_overview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Overview'), 'wbfrontenduser_basicdata' => 'USER', 'wbfrontenduser_basicdata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'BasicData'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'ke_search_pi3' => '< plugin.tx_kesearch_pi3', 'wbbanners_banner' => 'USER', 'wbbanners_banner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBanners', 'pluginName' => 'Banner'))))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'fileadmin/wb_distribution/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'fileadmin/wb_distribution/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'fileadmin/wb_distribution/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), '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('wblibrary_flashmessages' => 'USER', 'wblibrary_flashmessages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbLibrary', 'pluginName' => 'FlashMessages'), 'wbbreadcrumb_breadcrumb' => 'USER', 'wbbreadcrumb_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBreadcrumb', 'pluginName' => 'Breadcrumb'), 'wbmarketplace_productgroup' => 'USER', 'wbmarketplace_productgroup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroup'), 'wbmarketplace_productgroupdetail' => 'USER', 'wbmarketplace_productgroupdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroupDetail'), 'wbmarketplace_product' => 'USER', 'wbmarketplace_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Product'), 'wbmarketplace_productdetail' => 'USER', 'wbmarketplace_productdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductDetail'), 'wbmarketplace_productrelated' => 'USER', 'wbmarketplace_productrelated.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductRelated'), 'wbmarketplace_productsoftheweek' => 'USER', 'wbmarketplace_productsoftheweek.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeek'), 'wbmarketplace_productsoftheweeksmall' => 'USER', 'wbmarketplace_productsoftheweeksmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeekSmall'), 'wbmarketplace_supplier' => 'USER', 'wbmarketplace_supplier.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Supplier'), 'wbmarketplace_supplierrandom' => 'USER', 'wbmarketplace_supplierrandom.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierRandom'), 'wbmarketplace_supplierdetail' => 'USER', 'wbmarketplace_supplierdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierDetail'), 'wbmarketplace_cart' => 'USER', 'wbmarketplace_cart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Cart'), 'wbmarketplace_cartadditem' => 'USER', 'wbmarketplace_cartadditem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartAddItem'), 'wbmarketplace_cartordervalue' => 'USER', 'wbmarketplace_cartordervalue.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartOrderValue'), 'wbmarketplace_checkoutrestricted' => 'USER', 'wbmarketplace_checkoutrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestricted'), 'wbmarketplace_checkoutrestrictedpersonaldata' => 'USER', 'wbmarketplace_checkoutrestrictedpersonaldata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestrictedPersonalData'), 'wbmarketplace_supplierarearestricted' => 'USER', 'wbmarketplace_supplierarearestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaRestricted'), 'wbmarketplace_supplierareabasicinformationsrestricted' => 'USER', 'wbmarketplace_supplierareabasicinformationsrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaBasicInformationsRestricted'), 'wbmarketplace_supplierarealocationrestricted' => 'USER', 'wbmarketplace_supplierarealocationrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaLocationRestricted'), 'wbmarketplace_supplierareashippingrestricted' => 'USER', 'wbmarketplace_supplierareashippingrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaShippingRestricted'), 'wbmarketplace_supplierareaproductrestricted' => 'USER', 'wbmarketplace_supplierareaproductrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProductRestricted'), 'wbmarketplace_supplierareajobrestricted' => 'USER', 'wbmarketplace_supplierareajobrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaJobRestricted'), 'wbmarketplace_supplierareaeventrestricted' => 'USER', 'wbmarketplace_supplierareaeventrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaEventRestricted'), 'wbmarketplace_supplierareaprofilerestricted' => 'USER', 'wbmarketplace_supplierareaprofilerestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProfileRestricted'), 'wbmarketplace_customeraddressrestricted' => 'USER', 'wbmarketplace_customeraddressrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressRestricted'), 'wbmarketplace_customeraddresseditrestricted' => 'USER', 'wbmarketplace_customeraddresseditrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressEditRestricted'), 'wbmarketplace_orderrestricted' => 'USER', 'wbmarketplace_orderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'OrderRestricted'), 'wbmarketplace_supplierorderrestricted' => 'USER', 'wbmarketplace_supplierorderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierOrderRestricted'), 'wbmarketplace_joboffer' => 'USER', 'wbmarketplace_joboffer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'JobOffer'), 'wbmarketplace_event' => 'USER', 'wbmarketplace_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Event'), 'wbmarketplace_voucher' => 'USER', 'wbmarketplace_voucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Voucher'), 'wbmarketplace_supplierareavoucherrestricted' => 'USER', 'wbmarketplace_supplierareavoucherrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaVoucherRestricted'), 'wbmarketplace_search' => 'USER', 'wbmarketplace_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Search'), 'wbmarketplace_searchform' => 'USER', 'wbmarketplace_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchForm'), 'wbmarketplace_searchsuggestion' => 'USER', 'wbmarketplace_searchsuggestion.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchSuggestion'), 'wbmarketplace_welcomemenu' => 'USER', 'wbmarketplace_welcomemenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'WelcomeMenu'), 'wbmarketplace_welcomenews' => 'USER', 'wbmarketplace_welcomenews.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeNews'), 'wbmarketplace_welcomesection' => 'USER', 'wbmarketplace_welcomesection.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeSection'), 'wbmarketplace_reportpage' => 'USER', 'wbmarketplace_reportpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ReportPage'), 'wbfrontenduser_registration' => 'USER', 'wbfrontenduser_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Registration'), 'wbfrontenduser_overview' => 'USER', 'wbfrontenduser_overview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Overview'), 'wbfrontenduser_basicdata' => 'USER', 'wbfrontenduser_basicdata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'BasicData'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'ke_search_pi3' => '< plugin.tx_kesearch_pi3', 'wbbanners_banner' => 'USER', 'wbbanners_banner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBanners', 'pluginName' => 'Banner'))))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'fileadmin/wb_distribution/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'fileadmin/wb_distribution/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'fileadmin/wb_distribution/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), '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('wblibrary_flashmessages' => 'USER', 'wblibrary_flashmessages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbLibrary', 'pluginName' => 'FlashMessages'), 'wbbreadcrumb_breadcrumb' => 'USER', 'wbbreadcrumb_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBreadcrumb', 'pluginName' => 'Breadcrumb'), 'wbmarketplace_productgroup' => 'USER', 'wbmarketplace_productgroup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroup'), 'wbmarketplace_productgroupdetail' => 'USER', 'wbmarketplace_productgroupdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroupDetail'), 'wbmarketplace_product' => 'USER', 'wbmarketplace_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Product'), 'wbmarketplace_productdetail' => 'USER', 'wbmarketplace_productdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductDetail'), 'wbmarketplace_productrelated' => 'USER', 'wbmarketplace_productrelated.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductRelated'), 'wbmarketplace_productsoftheweek' => 'USER', 'wbmarketplace_productsoftheweek.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeek'), 'wbmarketplace_productsoftheweeksmall' => 'USER', 'wbmarketplace_productsoftheweeksmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeekSmall'), 'wbmarketplace_supplier' => 'USER', 'wbmarketplace_supplier.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Supplier'), 'wbmarketplace_supplierrandom' => 'USER', 'wbmarketplace_supplierrandom.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierRandom'), 'wbmarketplace_supplierdetail' => 'USER', 'wbmarketplace_supplierdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierDetail'), 'wbmarketplace_cart' => 'USER', 'wbmarketplace_cart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Cart'), 'wbmarketplace_cartadditem' => 'USER', 'wbmarketplace_cartadditem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartAddItem'), 'wbmarketplace_cartordervalue' => 'USER', 'wbmarketplace_cartordervalue.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartOrderValue'), 'wbmarketplace_checkoutrestricted' => 'USER', 'wbmarketplace_checkoutrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestricted'), 'wbmarketplace_checkoutrestrictedpersonaldata' => 'USER', 'wbmarketplace_checkoutrestrictedpersonaldata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestrictedPersonalData'), 'wbmarketplace_supplierarearestricted' => 'USER', 'wbmarketplace_supplierarearestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaRestricted'), 'wbmarketplace_supplierareabasicinformationsrestricted' => 'USER', 'wbmarketplace_supplierareabasicinformationsrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaBasicInformationsRestricted'), 'wbmarketplace_supplierarealocationrestricted' => 'USER', 'wbmarketplace_supplierarealocationrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaLocationRestricted'), 'wbmarketplace_supplierareashippingrestricted' => 'USER', 'wbmarketplace_supplierareashippingrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaShippingRestricted'), 'wbmarketplace_supplierareaproductrestricted' => 'USER', 'wbmarketplace_supplierareaproductrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProductRestricted'), 'wbmarketplace_supplierareajobrestricted' => 'USER', 'wbmarketplace_supplierareajobrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaJobRestricted'), 'wbmarketplace_supplierareaeventrestricted' => 'USER', 'wbmarketplace_supplierareaeventrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaEventRestricted'), 'wbmarketplace_supplierareaprofilerestricted' => 'USER', 'wbmarketplace_supplierareaprofilerestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProfileRestricted'), 'wbmarketplace_customeraddressrestricted' => 'USER', 'wbmarketplace_customeraddressrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressRestricted'), 'wbmarketplace_customeraddresseditrestricted' => 'USER', 'wbmarketplace_customeraddresseditrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressEditRestricted'), 'wbmarketplace_orderrestricted' => 'USER', 'wbmarketplace_orderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'OrderRestricted'), 'wbmarketplace_supplierorderrestricted' => 'USER', 'wbmarketplace_supplierorderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierOrderRestricted'), 'wbmarketplace_joboffer' => 'USER', 'wbmarketplace_joboffer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'JobOffer'), 'wbmarketplace_event' => 'USER', 'wbmarketplace_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Event'), 'wbmarketplace_voucher' => 'USER', 'wbmarketplace_voucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Voucher'), 'wbmarketplace_supplierareavoucherrestricted' => 'USER', 'wbmarketplace_supplierareavoucherrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaVoucherRestricted'), 'wbmarketplace_search' => 'USER', 'wbmarketplace_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Search'), 'wbmarketplace_searchform' => 'USER', 'wbmarketplace_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchForm'), 'wbmarketplace_searchsuggestion' => 'USER', 'wbmarketplace_searchsuggestion.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchSuggestion'), 'wbmarketplace_welcomemenu' => 'USER', 'wbmarketplace_welcomemenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'WelcomeMenu'), 'wbmarketplace_welcomenews' => 'USER', 'wbmarketplace_welcomenews.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeNews'), 'wbmarketplace_welcomesection' => 'USER', 'wbmarketplace_welcomesection.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeSection'), 'wbmarketplace_reportpage' => 'USER', 'wbmarketplace_reportpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ReportPage'), 'wbfrontenduser_registration' => 'USER', 'wbfrontenduser_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Registration'), 'wbfrontenduser_overview' => 'USER', 'wbfrontenduser_overview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Overview'), 'wbfrontenduser_basicdata' => 'USER', 'wbfrontenduser_basicdata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'BasicData'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'ke_search_pi3' => '< plugin.tx_kesearch_pi3', 'wbbanners_banner' => 'USER', 'wbbanners_banner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBanners', 'pluginName' => 'Banner'))), 'lib.contentElement')
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 746
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', '', 'fileadmin/wb_distribution/Resources/Private/Templates/Extensions/fluid_styled_content/Templates/'), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', '', 'fileadmin/wb_distribution/Resources/Private/Templates/Extensions/fluid_styled_content/Partials/'), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', '', 'fileadmin/wb_distribution/Resources/Private/Templates/Extensions/fluid_styled_content/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '800m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '0')), 'directImageLink' => '0', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="lightbox" rel="lightbox[{field:uid}]"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0'))), '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('wblibrary_flashmessages' => 'USER', 'wblibrary_flashmessages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbLibrary', 'pluginName' => 'FlashMessages'), 'wbbreadcrumb_breadcrumb' => 'USER', 'wbbreadcrumb_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBreadcrumb', 'pluginName' => 'Breadcrumb'), 'wbmarketplace_productgroup' => 'USER', 'wbmarketplace_productgroup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroup'), 'wbmarketplace_productgroupdetail' => 'USER', 'wbmarketplace_productgroupdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroupDetail'), 'wbmarketplace_product' => 'USER', 'wbmarketplace_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Product'), 'wbmarketplace_productdetail' => 'USER', 'wbmarketplace_productdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductDetail'), 'wbmarketplace_productrelated' => 'USER', 'wbmarketplace_productrelated.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductRelated'), 'wbmarketplace_productsoftheweek' => 'USER', 'wbmarketplace_productsoftheweek.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeek'), 'wbmarketplace_productsoftheweeksmall' => 'USER', 'wbmarketplace_productsoftheweeksmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeekSmall'), 'wbmarketplace_supplier' => 'USER', 'wbmarketplace_supplier.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Supplier'), 'wbmarketplace_supplierrandom' => 'USER', 'wbmarketplace_supplierrandom.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierRandom'), 'wbmarketplace_supplierdetail' => 'USER', 'wbmarketplace_supplierdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierDetail'), 'wbmarketplace_cart' => 'USER', 'wbmarketplace_cart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Cart'), 'wbmarketplace_cartadditem' => 'USER', 'wbmarketplace_cartadditem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartAddItem'), 'wbmarketplace_cartordervalue' => 'USER', 'wbmarketplace_cartordervalue.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartOrderValue'), 'wbmarketplace_checkoutrestricted' => 'USER', 'wbmarketplace_checkoutrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestricted'), 'wbmarketplace_checkoutrestrictedpersonaldata' => 'USER', 'wbmarketplace_checkoutrestrictedpersonaldata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestrictedPersonalData'), 'wbmarketplace_supplierarearestricted' => 'USER', 'wbmarketplace_supplierarearestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaRestricted'), 'wbmarketplace_supplierareabasicinformationsrestricted' => 'USER', 'wbmarketplace_supplierareabasicinformationsrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaBasicInformationsRestricted'), 'wbmarketplace_supplierarealocationrestricted' => 'USER', 'wbmarketplace_supplierarealocationrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaLocationRestricted'), 'wbmarketplace_supplierareashippingrestricted' => 'USER', 'wbmarketplace_supplierareashippingrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaShippingRestricted'), 'wbmarketplace_supplierareaproductrestricted' => 'USER', 'wbmarketplace_supplierareaproductrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProductRestricted'), 'wbmarketplace_supplierareajobrestricted' => 'USER', 'wbmarketplace_supplierareajobrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaJobRestricted'), 'wbmarketplace_supplierareaeventrestricted' => 'USER', 'wbmarketplace_supplierareaeventrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaEventRestricted'), 'wbmarketplace_supplierareaprofilerestricted' => 'USER', 'wbmarketplace_supplierareaprofilerestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProfileRestricted'), 'wbmarketplace_customeraddressrestricted' => 'USER', 'wbmarketplace_customeraddressrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressRestricted'), 'wbmarketplace_customeraddresseditrestricted' => 'USER', 'wbmarketplace_customeraddresseditrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressEditRestricted'), 'wbmarketplace_orderrestricted' => 'USER', 'wbmarketplace_orderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'OrderRestricted'), 'wbmarketplace_supplierorderrestricted' => 'USER', 'wbmarketplace_supplierorderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierOrderRestricted'), 'wbmarketplace_joboffer' => 'USER', 'wbmarketplace_joboffer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'JobOffer'), 'wbmarketplace_event' => 'USER', 'wbmarketplace_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Event'), 'wbmarketplace_voucher' => 'USER', 'wbmarketplace_voucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Voucher'), 'wbmarketplace_supplierareavoucherrestricted' => 'USER', 'wbmarketplace_supplierareavoucherrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaVoucherRestricted'), 'wbmarketplace_search' => 'USER', 'wbmarketplace_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Search'), 'wbmarketplace_searchform' => 'USER', 'wbmarketplace_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchForm'), 'wbmarketplace_searchsuggestion' => 'USER', 'wbmarketplace_searchsuggestion.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchSuggestion'), 'wbmarketplace_welcomemenu' => 'USER', 'wbmarketplace_welcomemenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'WelcomeMenu'), 'wbmarketplace_welcomenews' => 'USER', 'wbmarketplace_welcomenews.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeNews'), 'wbmarketplace_welcomesection' => 'USER', 'wbmarketplace_welcomesection.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeSection'), 'wbmarketplace_reportpage' => 'USER', 'wbmarketplace_reportpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ReportPage'), 'wbfrontenduser_registration' => 'USER', 'wbfrontenduser_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Registration'), 'wbfrontenduser_overview' => 'USER', 'wbfrontenduser_overview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Overview'), 'wbfrontenduser_basicdata' => 'USER', 'wbfrontenduser_basicdata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'BasicData'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'ke_search_pi3' => '< plugin.tx_kesearch_pi3', 'wbbanners_banner' => 'USER', 'wbbanners_banner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBanners', 'pluginName' => 'Banner'))), 'list')
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 45
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject.' => array('default.' => array('20.' => array('10.' => array(), 'TEXT', '15.' => array('value.' => array('field' => 'tx_wbbootstrap_visibility', 'replacement.' => array('10.' => array('search' => ',', 'replace.' => array('char' => '32')))), 'noTrimWrap' => '| ||', 'required' => '1')), '30.' => array('cObject.' => array('default' => 'CASE', 'default.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</div>'), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>')), 'menu' => 'CASE', 'menu.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</nav>'), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>')), 'menu_subpages' => 'TEXT', 'menu_subpages.' => array('value' => '><map name="map{field:uid}" title="{field:subheader}"><div class="panel panel-default"><div class="panel-heading">{field:subheader}</div>|</div></map></nav>', 'insertData' => '1'))), '10.' => array('cObject.' => array('menu_subpages' => 'TEXT', 'menu_subpages.' => array('value' => '<nav id="c{field:uid}"')))), '1.' => array('20.' => array('10.' => array('value' => 'frame invisible'))), '5.' => array('20.' => array('10.' => array('value' => 'frame rulerbefore'))), '6.' => array('20.' => array('10.' => array('value' => 'frame rulerafter'))), '10.' => array('TEXT', '5.' => array('value' => '<div class="row">'), '20.' => array('10.' => array('value' => 'frame col-xs-11 col-xs-push-1')), 'TEXT', '35.' => array('value' => '</div>')), '< tt_content.stdWrap.innerWrap.cObject.10', '11.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9 col-xs-push-3'))), '< tt_content.stdWrap.innerWrap.cObject.10', '12.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9'))), '20.' => array('20.' => array('10.' => array('value' => 'frame well'))), '21.' => array('20.' => array('10.' => array('value' => 'frame jumbotron')))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets'))), '20.' => array('dataWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'COA', 'default.' => array('TEXT', '10.' => array('value' => '<ul'), 'COA', '20.' => array('TEXT', '10.' => array('value' => 'list', 'required' => '1', 'noTrimWrap' => '|| |'), 'stdWrap.' => array('trim' => '1', 'noTrimWrap' => '| class="|"|', 'required' => '1')), 'TEXT', '30.' => array('value' => '>|</ul>')), '< tt_content.bullets.20.dataWrap.cObject.default', '110.' => array('10.' => array('value' => '<ol'), '30.' => array('value' => '>|</ol>')), '< tt_content.bullets.20.dataWrap.cObject.default', '120.' => array('20.' => array('10.' => array('value' => 'list list-unstyled'))), '< tt_content.bullets.20.dataWrap.cObject.default', '130.' => array('20.' => array('10.' => array('value' => 'list list-inline'))))))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('caption.' => array('1.' => array('1.' => array('dataWrap' => '<p class="caption-{field:imagecaption_position}">|</p>'))), '1.' => array('params.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => 'class="img-responsive img-content"'), 'TEXT', '1.' => array('value' => 'class="img-content"'), 'TEXT', '2.' => array('value' => 'class="img-rounded img-content"'), 'TEXT', '3.' => array('value' => 'class="img-rounded img-responsive img-content"'), 'TEXT', '4.' => array('value' => 'class="img-circle img-content"'), 'TEXT', '5.' => array('value' => 'class="img-circle img-responsive img-content"'))), 'imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="fancybox" rel="fancybox{field:uid}"')))), 'addClassesCol.' => array('ifEmpty' => '', 'override.' => array('cObject' => 'COA', 'cObject.' => array('CASE', '10.' => array('key.' => array('field' => 'imagecols'), 'default' => 'TEXT', 'default.' => array('value' => 'col-md-12'), 'TEXT', '2.' => array('value' => 'col-md-6 col-sm-6'), 'TEXT', '3.' => array('value' => 'col-md-4 col-sm-4 col-xs-6'), 'TEXT', '4.' => array('value' => 'col-md-3 col-sm-4 col-xs-6'), 'TEXT', '6.' => array('value' => 'col-md-2 col-sm-3 col-xs-4'))), 'if.' => array('isGreaterThan.' => array('field' => 'imagecols'), 'value' => '1')), 'override' => ''), 'layout.' => array('default.' => array('value' => '<div class="img-center img-above###CLASSES###">###IMAGES######TEXT###</div>'), '1.' => array('value' => '<div class="img-right img-above###CLASSES###">###IMAGES######TEXT###</div>'), '2.' => array('value' => '<div class="img-left img-below###CLASSES###">###IMAGES######TEXT###</div>'), '8.' => array('value' => '<div class="img-center img-below###CLASSES###">###TEXT######IMAGES###</div>'), '9.' => array('value' => '<div class="img-right img-below###CLASSES###">###TEXT######IMAGES###</div>'), '10.' => array('value' => '<div class="img-left img-below###CLASSES###">###TEXT######IMAGES###</div>'), '17.' => array('value' => '<div class="img-intext-right img-intext###CLASSES###">###IMAGES######TEXT###</div>'), '18.' => array('value' => '<div class="img-intext-left img-intext###CLASSES###">###IMAGES######TEXT###</div>'), '25.' => array('value' => '<div class="img-beside-right img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="img-header-{field:header_layout} img-beside-right img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1')), '26.' => array('value' => '<div class="img-beside-left img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="img-header-{field:header_layout} img-beside-left img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1'))), 'rendering.' => array('singleNoCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="img-wrap"> | </div>', 'dataWrap.' => array(), 'innerWrap.' => array('cObject.' => array('0.' => array('value' => '<div class="img-center-outer"><div class="img-center-inner"> | </div></div>'), '8.' => array('value' => '<div class="img-center-outer"><div class="img-center-inner"> | </div></div>')))), 'singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom')))))), 'noCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="img-wrap"> | </div>', 'dataWrap.' => array()), 'singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'rowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="col-image###CLASSES###"> | </div>')), 'singleCaption.' => array('singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'caption.' => array('wrap' => '<figcaption class="caption"> | </figcaption>', 'wrap.' => array())), 'splitCaption.' => array('singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'caption.' => array('wrap' => '<figcaption class="caption"> | </figcaption>', 'wrap.' => array()), 'rowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="col-image###CLASSES###"> | </div>')), 'globalCaption.' => array('allStdWrap.' => array('dataWrap' => '<figure class="img-wrap"> | ###CAPTION###</figure>'), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override' => '<div class="image fancybox-wrapper###CLASSES###">|</div>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'caption.' => array('wrap' => '<figcaption class="caption"> | </figcaption>'), 'rowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="col-image###CLASSES###"> | </div>'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('wblibrary_flashmessages' => 'USER', 'wblibrary_flashmessages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbLibrary', 'pluginName' => 'FlashMessages'), 'wbbreadcrumb_breadcrumb' => 'USER', 'wbbreadcrumb_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBreadcrumb', 'pluginName' => 'Breadcrumb'), 'wbmarketplace_productgroup' => 'USER', 'wbmarketplace_productgroup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroup'), 'wbmarketplace_productgroupdetail' => 'USER', 'wbmarketplace_productgroupdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroupDetail'), 'wbmarketplace_product' => 'USER', 'wbmarketplace_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Product'), 'wbmarketplace_productdetail' => 'USER', 'wbmarketplace_productdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductDetail'), 'wbmarketplace_productrelated' => 'USER', 'wbmarketplace_productrelated.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductRelated'), 'wbmarketplace_productsoftheweek' => 'USER', 'wbmarketplace_productsoftheweek.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeek'), 'wbmarketplace_productsoftheweeksmall' => 'USER', 'wbmarketplace_productsoftheweeksmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeekSmall'), 'wbmarketplace_supplier' => 'USER', 'wbmarketplace_supplier.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Supplier'), 'wbmarketplace_supplierrandom' => 'USER', 'wbmarketplace_supplierrandom.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierRandom'), 'wbmarketplace_supplierdetail' => 'USER', 'wbmarketplace_supplierdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierDetail'), 'wbmarketplace_cart' => 'USER', 'wbmarketplace_cart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Cart'), 'wbmarketplace_cartadditem' => 'USER', 'wbmarketplace_cartadditem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartAddItem'), 'wbmarketplace_cartordervalue' => 'USER', 'wbmarketplace_cartordervalue.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartOrderValue'), 'wbmarketplace_checkoutrestricted' => 'USER', 'wbmarketplace_checkoutrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestricted'), 'wbmarketplace_checkoutrestrictedpersonaldata' => 'USER', 'wbmarketplace_checkoutrestrictedpersonaldata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestrictedPersonalData'), 'wbmarketplace_supplierarearestricted' => 'USER', 'wbmarketplace_supplierarearestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaRestricted'), 'wbmarketplace_supplierareabasicinformationsrestricted' => 'USER', 'wbmarketplace_supplierareabasicinformationsrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaBasicInformationsRestricted'), 'wbmarketplace_supplierarealocationrestricted' => 'USER', 'wbmarketplace_supplierarealocationrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaLocationRestricted'), 'wbmarketplace_supplierareashippingrestricted' => 'USER', 'wbmarketplace_supplierareashippingrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaShippingRestricted'), 'wbmarketplace_supplierareaproductrestricted' => 'USER', 'wbmarketplace_supplierareaproductrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProductRestricted'), 'wbmarketplace_supplierareajobrestricted' => 'USER', 'wbmarketplace_supplierareajobrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaJobRestricted'), 'wbmarketplace_supplierareaeventrestricted' => 'USER', 'wbmarketplace_supplierareaeventrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaEventRestricted'), 'wbmarketplace_supplierareaprofilerestricted' => 'USER', 'wbmarketplace_supplierareaprofilerestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProfileRestricted'), 'wbmarketplace_customeraddressrestricted' => 'USER', 'wbmarketplace_customeraddressrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressRestricted'), 'wbmarketplace_customeraddresseditrestricted' => 'USER', 'wbmarketplace_customeraddresseditrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressEditRestricted'), 'wbmarketplace_orderrestricted' => 'USER', 'wbmarketplace_orderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'OrderRestricted'), 'wbmarketplace_supplierorderrestricted' => 'USER', 'wbmarketplace_supplierorderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierOrderRestricted'), 'wbmarketplace_joboffer' => 'USER', 'wbmarketplace_joboffer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'JobOffer'), 'wbmarketplace_event' => 'USER', 'wbmarketplace_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Event'), 'wbmarketplace_voucher' => 'USER', 'wbmarketplace_voucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Voucher'), 'wbmarketplace_supplierareavoucherrestricted' => 'USER', 'wbmarketplace_supplierareavoucherrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaVoucherRestricted'), 'wbmarketplace_search' => 'USER', 'wbmarketplace_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Search'), 'wbmarketplace_searchform' => 'USER', 'wbmarketplace_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchForm'), 'wbmarketplace_searchsuggestion' => 'USER', 'wbmarketplace_searchsuggestion.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchSuggestion'), 'wbmarketplace_welcomemenu' => 'USER', 'wbmarketplace_welcomemenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'WelcomeMenu'), 'wbmarketplace_welcomenews' => 'USER', 'wbmarketplace_welcomenews.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeNews'), 'wbmarketplace_welcomesection' => 'USER', 'wbmarketplace_welcomesection.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeSection'), 'wbmarketplace_reportpage' => 'USER', 'wbmarketplace_reportpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ReportPage'), 'wbfrontenduser_registration' => 'USER', 'wbfrontenduser_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Registration'), 'wbfrontenduser_overview' => 'USER', 'wbfrontenduser_overview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Overview'), 'wbfrontenduser_basicdata' => 'USER', 'wbfrontenduser_basicdata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'BasicData'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'ke_search_pi3' => '< plugin.tx_kesearch_pi3', 'wbbanners_banner' => 'USER', 'wbbanners_banner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBanners', 'pluginName' => 'Banner'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic'))), '20.' => array('text.' => array('wrap' => '<div class="text"> | </div>', '10.' => array('10.' => array('stdWrap.' => array('dataWrap' => '|')))))), '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'))), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('IMAGE', '10.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid'), 'width' => '100'), 'stdWrap.' => array('if.' => array('value' => '1', 'isGreaterThan.' => array('field' => 'layout')), 'typolink.' => array('parameter.' => array('data' => 'file:current:originalUid // file:current:uid', 'wrap' => 'file:|'), 'fileTarget' => '', 'fileTarget.' => array('override' => '{$styles.content.uploads.target}', 'override.' => array('override.' => array('field' => 'target'))), 'removePrependedNumbers' => '1', 'ATagParams' => 'class="pull-left"'))), 'COA', '20.' => array('COA', '10.' => array('COA', '10.' => array('CASE', '10.' => array('key.' => array('data' => 'file:current:extension', 'case' => 'lower'), 'default' => 'TEXT', 'default.' => array('value' => 'glyphicon glyphicon-file', 'stdWrap.' => array('noTrimWrap' => '|<span class="|"></span> |')), 'avi' => '< tt_content.uploads.20.renderObj.20.10.10.10.default', 'avi.' => array('value' => 'glyphicon glyphicon-film'), 'mov' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'mpg' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'mpeg' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'mkv' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'jpg' => '< tt_content.uploads.20.renderObj.20.10.10.10.default', 'jpg.' => array('value' => 'glyphicon glyphicon-picture'), 'gif' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'png' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'bmp' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'ai' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'eps' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'ico' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'tga' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'tif' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'if.' => array('value' => '0', 'isGreaterThan.' => array('field' => 'layout'))), 'TEXT', '20.' => array('data' => 'file:current:name', 'override.' => array('data' => 'file:current:title'), 'htmlSpecialChars' => '1', 'required' => '1', 'replacement.' => array('10.' => array('search' => '_', 'replace.' => array('char' => '32')))), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:originalUid // file:current:uid', 'wrap' => 'file:|'), 'fileTarget' => '', 'fileTarget.' => array('override' => '{$styles.content.uploads.target}', 'override.' => array('override.' => array(*DEEP NESTED ARRAY*))), 'removePrependedNumbers' => '1'))), 'TEXT', '40.' => array('if.' => array('isTrue.' => array('field' => 'filelink_size')), 'data' => 'file:current:size', 'noTrimWrap' => '| <small class="text-muted">|</small>|', 'bytes' => '1', 'bytes.' => array('labels' => '{$styles.content.uploads.filesizeBytesLabels}')), 'stdWrap.' => array('wrap' => '<h4 class="media-heading">|</h4>')), 'TEXT', '30.' => array('data' => 'file:current:description', 'htmlSpecialChars' => '1', 'wrap' => '|', 'required' => '1'), 'wrap' => '<div class="media-body">|</div>'), 'wrap' => '<li class="media">|</li>'), 'stdWrap.' => array('dataWrap' => '<ul class="media-list">|</ul>'))), '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'))), '< lib.stdheader', '20.' => array('stdWrap.' => array('outerWrap' => '<div class="list-group">|</div>'), '1.' => array('NO.' => array('ATagParams' => 'class="list-group-item"'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="list-group-item active"'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="list-group-item active"')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', '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')))), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'menu.' => array('20.' => array('bootstrap_panel_menu_level_1' => 'HMENU', 'bootstrap_panel_menu_level_1.' => array('TMENU', '1.' => array('expAll' => '0', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="list-group-item"', 'subst_elementUid' => '1'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="list-group-item active"', 'subst_elementUid' => '1'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="list-group-item active"', 'subst_elementUid' => '1'), 'IFSUB' => '1', 'IFSUB.' => array('ATagParams' => 'class="list-group-item"', 'subst_elementUid' => '1', 'stdWrap.' => array('wrap' => '<i class="fa fa-chevron-right pull-right"></i> |')), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagParams' => 'class="list-group-item"', 'subst_elementUid' => '1', 'stdWrap.' => array('wrap' => '<i class="fa fa-chevron-down pull-right"></i> |'))), 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'stdWrap.' => array('outerWrap.' => array('cObject' => 'COA', 'cObject.' => array('CASE', '10.' => array('if.' => array('isTrue.' => array('field' => 'subheader')), 'key.' => array('field' => 'subheader'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="panel panel-default"><div class="panel-heading">{field:subheader}</div><div class="list-group">|</div></div>', 'insertData' => '1')), 'CASE', '20.' => array('if.' => array('isFalse.' => array('field' => 'subheader')), 'key.' => array('field' => 'subheader'), 'default' => 'TEXT', 'default.' => array('insertData' => '1', 'value' => '<div class="list-group">|</div>'))))), 'TMENU', '2.' => array('wrap' => '<div class="list-group list-group-submenu list-group-submenu-level-1">|</div>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="list-group-item"', 'stdWrap.' => array('wrap' => '<i class="fa fa-angle-double-right"></i> |'), 'subst_elementUid' => '1'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="list-group-item active"', 'stdWrap.' => array('wrap' => '<i class="fa fa-angle-double-right"></i> |'), 'subst_elementUid' => '1'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="list-group-item active"', 'stdWrap.' => array('wrap' => '<i class="fa fa-angle-double-right"></i> |'), 'subst_elementUid' => '1'))))), 'mailform.' => array('20.' => array('form.' => array('layout.' => array('form' => ' <form class="form-horizontal"> <containerWrap /> </form>', 'containerWrap' => ' <div> <elements /> </div>', 'elementWrap' => ' <div> <element /> </div>', 'fieldset' => ' <fieldset> <legend /> <containerWrap /> </fieldset>', 'checkbox' => ' <div class="checkbox"> <input /> <label /> </div>', 'radio' => ' <div class="radio"> <input /> <label /> </div>', 'radiogroup' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <legend /> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'checkboxgroup' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <legend /> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'label' => ' <label> <labelvalue /> <mandatory /> <error /> </label>', 'legend' => ' <legend> <legendvalue /> <mandatory /> <error /> </legend>', 'error' => ' <span class="help-block text-danger"><errorvalue /></span>', 'textline' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <input class="form-control" /> </div> </div>', 'fileupload' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <input class="form-control" /> </div> </div>', 'textarea' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <textarea class="form-control" /> </div> </div>', 'submit' => ' <div class="form-group"> <div class="col-sm-offset-3 col-sm-9"> <input class="btn btn-primary" /> </div> </div>', 'select' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <select class="form-control"> <elements /> </select> </div> </div>')), 'confirmation.' => array('layout.' => array('confirmation' => ' <div class="form-horizontal"> <containerWrap /> </div>', 'containerWrap' => ' <div> <elements /> </div>', 'elementWrap' => ' <div> <element /> </div>', 'fieldset' => ' <containerWrap />', 'checkbox' => ' <label /> <inputvalue />', 'radio' => ' <label /> <inputvalue />', 'radiogroup' => ' <div class="form-group"> <div class="col-sm-3"> <strong><legend /></strong> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'checkboxgroup' => ' <div class="form-group"> <div class="col-sm-3"> <strong><legend /></strong> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'label' => ' <labelvalue />', 'legend' => ' <legendvalue />', 'textline' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <inputvalue /> </div> </div>', 'fileupload' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <inputvalue /> </div> </div>', 'textarea' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <inputvalue /> </div> </div>', 'select' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <elements /> </div> </div>')), 'stdWrap.' => array('wrap' => '|')))))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject.' => array('default.' => array('20.' => array('10.' => array(), 'TEXT', '15.' => array('value.' => array('field' => 'tx_wbbootstrap_visibility', 'replacement.' => array('10.' => array('search' => ',', 'replace.' => array('char' => '32')))), 'noTrimWrap' => '| ||', 'required' => '1')), '30.' => array('cObject.' => array('default' => 'CASE', 'default.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</div>'), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>')), 'menu' => 'CASE', 'menu.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</nav>'), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>')), 'menu_subpages' => 'TEXT', 'menu_subpages.' => array('value' => '><map name="map{field:uid}" title="{field:subheader}"><div class="panel panel-default"><div class="panel-heading">{field:subheader}</div>|</div></map></nav>', 'insertData' => '1'))), '10.' => array('cObject.' => array('menu_subpages' => 'TEXT', 'menu_subpages.' => array('value' => '<nav id="c{field:uid}"')))), '1.' => array('20.' => array('10.' => array('value' => 'frame invisible'))), '5.' => array('20.' => array('10.' => array('value' => 'frame rulerbefore'))), '6.' => array('20.' => array('10.' => array('value' => 'frame rulerafter'))), '10.' => array('TEXT', '5.' => array('value' => '<div class="row">'), '20.' => array('10.' => array('value' => 'frame col-xs-11 col-xs-push-1')), 'TEXT', '35.' => array('value' => '</div>')), '< tt_content.stdWrap.innerWrap.cObject.10', '11.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9 col-xs-push-3'))), '< tt_content.stdWrap.innerWrap.cObject.10', '12.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9'))), '20.' => array('20.' => array('10.' => array('value' => 'frame well'))), '21.' => array('20.' => array('10.' => array('value' => 'frame jumbotron')))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets'))), '20.' => array('dataWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'COA', 'default.' => array('TEXT', '10.' => array('value' => '<ul'), 'COA', '20.' => array('TEXT', '10.' => array('value' => 'list', 'required' => '1', 'noTrimWrap' => '|| |'), 'stdWrap.' => array('trim' => '1', 'noTrimWrap' => '| class="|"|', 'required' => '1')), 'TEXT', '30.' => array('value' => '>|</ul>')), '< tt_content.bullets.20.dataWrap.cObject.default', '110.' => array('10.' => array('value' => '<ol'), '30.' => array('value' => '>|</ol>')), '< tt_content.bullets.20.dataWrap.cObject.default', '120.' => array('20.' => array('10.' => array('value' => 'list list-unstyled'))), '< tt_content.bullets.20.dataWrap.cObject.default', '130.' => array('20.' => array('10.' => array('value' => 'list list-inline'))))))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('caption.' => array('1.' => array('1.' => array('dataWrap' => '<p class="caption-{field:imagecaption_position}">|</p>'))), '1.' => array('params.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => 'class="img-responsive img-content"'), 'TEXT', '1.' => array('value' => 'class="img-content"'), 'TEXT', '2.' => array('value' => 'class="img-rounded img-content"'), 'TEXT', '3.' => array('value' => 'class="img-rounded img-responsive img-content"'), 'TEXT', '4.' => array('value' => 'class="img-circle img-content"'), 'TEXT', '5.' => array('value' => 'class="img-circle img-responsive img-content"'))), 'imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="fancybox" rel="fancybox{field:uid}"')))), 'addClassesCol.' => array('ifEmpty' => '', 'override.' => array('cObject' => 'COA', 'cObject.' => array('CASE', '10.' => array('key.' => array('field' => 'imagecols'), 'default' => 'TEXT', 'default.' => array('value' => 'col-md-12'), 'TEXT', '2.' => array('value' => 'col-md-6 col-sm-6'), 'TEXT', '3.' => array('value' => 'col-md-4 col-sm-4 col-xs-6'), 'TEXT', '4.' => array('value' => 'col-md-3 col-sm-4 col-xs-6'), 'TEXT', '6.' => array('value' => 'col-md-2 col-sm-3 col-xs-4'))), 'if.' => array('isGreaterThan.' => array('field' => 'imagecols'), 'value' => '1')), 'override' => ''), 'layout.' => array('default.' => array('value' => '<div class="img-center img-above###CLASSES###">###IMAGES######TEXT###</div>'), '1.' => array('value' => '<div class="img-right img-above###CLASSES###">###IMAGES######TEXT###</div>'), '2.' => array('value' => '<div class="img-left img-below###CLASSES###">###IMAGES######TEXT###</div>'), '8.' => array('value' => '<div class="img-center img-below###CLASSES###">###TEXT######IMAGES###</div>'), '9.' => array('value' => '<div class="img-right img-below###CLASSES###">###TEXT######IMAGES###</div>'), '10.' => array('value' => '<div class="img-left img-below###CLASSES###">###TEXT######IMAGES###</div>'), '17.' => array('value' => '<div class="img-intext-right img-intext###CLASSES###">###IMAGES######TEXT###</div>'), '18.' => array('value' => '<div class="img-intext-left img-intext###CLASSES###">###IMAGES######TEXT###</div>'), '25.' => array('value' => '<div class="img-beside-right img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="img-header-{field:header_layout} img-beside-right img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1')), '26.' => array('value' => '<div class="img-beside-left img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="img-header-{field:header_layout} img-beside-left img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1'))), 'rendering.' => array('singleNoCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="img-wrap"> | </div>', 'dataWrap.' => array(), 'innerWrap.' => array('cObject.' => array('0.' => array('value' => '<div class="img-center-outer"><div class="img-center-inner"> | </div></div>'), '8.' => array('value' => '<div class="img-center-outer"><div class="img-center-inner"> | </div></div>')))), 'singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom')))))), 'noCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="img-wrap"> | </div>', 'dataWrap.' => array()), 'singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'rowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="col-image###CLASSES###"> | </div>')), 'singleCaption.' => array('singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'caption.' => array('wrap' => '<figcaption class="caption"> | </figcaption>', 'wrap.' => array())), 'splitCaption.' => array('singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'caption.' => array('wrap' => '<figcaption class="caption"> | </figcaption>', 'wrap.' => array()), 'rowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="col-image###CLASSES###"> | </div>')), 'globalCaption.' => array('allStdWrap.' => array('dataWrap' => '<figure class="img-wrap"> | ###CAPTION###</figure>'), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override' => '<div class="image fancybox-wrapper###CLASSES###">|</div>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'caption.' => array('wrap' => '<figcaption class="caption"> | </figcaption>'), 'rowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="col-image###CLASSES###"> | </div>'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('wblibrary_flashmessages' => 'USER', 'wblibrary_flashmessages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbLibrary', 'pluginName' => 'FlashMessages'), 'wbbreadcrumb_breadcrumb' => 'USER', 'wbbreadcrumb_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBreadcrumb', 'pluginName' => 'Breadcrumb'), 'wbmarketplace_productgroup' => 'USER', 'wbmarketplace_productgroup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroup'), 'wbmarketplace_productgroupdetail' => 'USER', 'wbmarketplace_productgroupdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroupDetail'), 'wbmarketplace_product' => 'USER', 'wbmarketplace_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Product'), 'wbmarketplace_productdetail' => 'USER', 'wbmarketplace_productdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductDetail'), 'wbmarketplace_productrelated' => 'USER', 'wbmarketplace_productrelated.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductRelated'), 'wbmarketplace_productsoftheweek' => 'USER', 'wbmarketplace_productsoftheweek.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeek'), 'wbmarketplace_productsoftheweeksmall' => 'USER', 'wbmarketplace_productsoftheweeksmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeekSmall'), 'wbmarketplace_supplier' => 'USER', 'wbmarketplace_supplier.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Supplier'), 'wbmarketplace_supplierrandom' => 'USER', 'wbmarketplace_supplierrandom.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierRandom'), 'wbmarketplace_supplierdetail' => 'USER', 'wbmarketplace_supplierdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierDetail'), 'wbmarketplace_cart' => 'USER', 'wbmarketplace_cart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Cart'), 'wbmarketplace_cartadditem' => 'USER', 'wbmarketplace_cartadditem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartAddItem'), 'wbmarketplace_cartordervalue' => 'USER', 'wbmarketplace_cartordervalue.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartOrderValue'), 'wbmarketplace_checkoutrestricted' => 'USER', 'wbmarketplace_checkoutrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestricted'), 'wbmarketplace_checkoutrestrictedpersonaldata' => 'USER', 'wbmarketplace_checkoutrestrictedpersonaldata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestrictedPersonalData'), 'wbmarketplace_supplierarearestricted' => 'USER', 'wbmarketplace_supplierarearestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaRestricted'), 'wbmarketplace_supplierareabasicinformationsrestricted' => 'USER', 'wbmarketplace_supplierareabasicinformationsrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaBasicInformationsRestricted'), 'wbmarketplace_supplierarealocationrestricted' => 'USER', 'wbmarketplace_supplierarealocationrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaLocationRestricted'), 'wbmarketplace_supplierareashippingrestricted' => 'USER', 'wbmarketplace_supplierareashippingrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaShippingRestricted'), 'wbmarketplace_supplierareaproductrestricted' => 'USER', 'wbmarketplace_supplierareaproductrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProductRestricted'), 'wbmarketplace_supplierareajobrestricted' => 'USER', 'wbmarketplace_supplierareajobrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaJobRestricted'), 'wbmarketplace_supplierareaeventrestricted' => 'USER', 'wbmarketplace_supplierareaeventrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaEventRestricted'), 'wbmarketplace_supplierareaprofilerestricted' => 'USER', 'wbmarketplace_supplierareaprofilerestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProfileRestricted'), 'wbmarketplace_customeraddressrestricted' => 'USER', 'wbmarketplace_customeraddressrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressRestricted'), 'wbmarketplace_customeraddresseditrestricted' => 'USER', 'wbmarketplace_customeraddresseditrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressEditRestricted'), 'wbmarketplace_orderrestricted' => 'USER', 'wbmarketplace_orderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'OrderRestricted'), 'wbmarketplace_supplierorderrestricted' => 'USER', 'wbmarketplace_supplierorderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierOrderRestricted'), 'wbmarketplace_joboffer' => 'USER', 'wbmarketplace_joboffer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'JobOffer'), 'wbmarketplace_event' => 'USER', 'wbmarketplace_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Event'), 'wbmarketplace_voucher' => 'USER', 'wbmarketplace_voucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Voucher'), 'wbmarketplace_supplierareavoucherrestricted' => 'USER', 'wbmarketplace_supplierareavoucherrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaVoucherRestricted'), 'wbmarketplace_search' => 'USER', 'wbmarketplace_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Search'), 'wbmarketplace_searchform' => 'USER', 'wbmarketplace_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchForm'), 'wbmarketplace_searchsuggestion' => 'USER', 'wbmarketplace_searchsuggestion.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchSuggestion'), 'wbmarketplace_welcomemenu' => 'USER', 'wbmarketplace_welcomemenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'WelcomeMenu'), 'wbmarketplace_welcomenews' => 'USER', 'wbmarketplace_welcomenews.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeNews'), 'wbmarketplace_welcomesection' => 'USER', 'wbmarketplace_welcomesection.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeSection'), 'wbmarketplace_reportpage' => 'USER', 'wbmarketplace_reportpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ReportPage'), 'wbfrontenduser_registration' => 'USER', 'wbfrontenduser_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Registration'), 'wbfrontenduser_overview' => 'USER', 'wbfrontenduser_overview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Overview'), 'wbfrontenduser_basicdata' => 'USER', 'wbfrontenduser_basicdata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'BasicData'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'ke_search_pi3' => '< plugin.tx_kesearch_pi3', 'wbbanners_banner' => 'USER', 'wbbanners_banner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBanners', 'pluginName' => 'Banner'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic'))), '20.' => array('text.' => array('wrap' => '<div class="text"> | </div>', '10.' => array('10.' => array('stdWrap.' => array('dataWrap' => '|')))))), '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'))), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('IMAGE', '10.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid'), 'width' => '100'), 'stdWrap.' => array('if.' => array('value' => '1', 'isGreaterThan.' => array('field' => 'layout')), 'typolink.' => array('parameter.' => array('data' => 'file:current:originalUid // file:current:uid', 'wrap' => 'file:|'), 'fileTarget' => '', 'fileTarget.' => array('override' => '{$styles.content.uploads.target}', 'override.' => array('override.' => array('field' => 'target'))), 'removePrependedNumbers' => '1', 'ATagParams' => 'class="pull-left"'))), 'COA', '20.' => array('COA', '10.' => array('COA', '10.' => array('CASE', '10.' => array('key.' => array('data' => 'file:current:extension', 'case' => 'lower'), 'default' => 'TEXT', 'default.' => array('value' => 'glyphicon glyphicon-file', 'stdWrap.' => array('noTrimWrap' => '|<span class="|"></span> |')), 'avi' => '< tt_content.uploads.20.renderObj.20.10.10.10.default', 'avi.' => array('value' => 'glyphicon glyphicon-film'), 'mov' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'mpg' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'mpeg' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'mkv' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'jpg' => '< tt_content.uploads.20.renderObj.20.10.10.10.default', 'jpg.' => array('value' => 'glyphicon glyphicon-picture'), 'gif' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'png' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'bmp' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'ai' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'eps' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'ico' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'tga' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'tif' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'if.' => array('value' => '0', 'isGreaterThan.' => array('field' => 'layout'))), 'TEXT', '20.' => array('data' => 'file:current:name', 'override.' => array('data' => 'file:current:title'), 'htmlSpecialChars' => '1', 'required' => '1', 'replacement.' => array('10.' => array('search' => '_', 'replace.' => array('char' => '32')))), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:originalUid // file:current:uid', 'wrap' => 'file:|'), 'fileTarget' => '', 'fileTarget.' => array('override' => '{$styles.content.uploads.target}', 'override.' => array('override.' => array(*DEEP NESTED ARRAY*))), 'removePrependedNumbers' => '1'))), 'TEXT', '40.' => array('if.' => array('isTrue.' => array('field' => 'filelink_size')), 'data' => 'file:current:size', 'noTrimWrap' => '| <small class="text-muted">|</small>|', 'bytes' => '1', 'bytes.' => array('labels' => '{$styles.content.uploads.filesizeBytesLabels}')), 'stdWrap.' => array('wrap' => '<h4 class="media-heading">|</h4>')), 'TEXT', '30.' => array('data' => 'file:current:description', 'htmlSpecialChars' => '1', 'wrap' => '|', 'required' => '1'), 'wrap' => '<div class="media-body">|</div>'), 'wrap' => '<li class="media">|</li>'), 'stdWrap.' => array('dataWrap' => '<ul class="media-list">|</ul>'))), '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'))), '< lib.stdheader', '20.' => array('stdWrap.' => array('outerWrap' => '<div class="list-group">|</div>'), '1.' => array('NO.' => array('ATagParams' => 'class="list-group-item"'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="list-group-item active"'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="list-group-item active"')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', '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')))), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'menu.' => array('20.' => array('bootstrap_panel_menu_level_1' => 'HMENU', 'bootstrap_panel_menu_level_1.' => array('TMENU', '1.' => array('expAll' => '0', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="list-group-item"', 'subst_elementUid' => '1'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="list-group-item active"', 'subst_elementUid' => '1'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="list-group-item active"', 'subst_elementUid' => '1'), 'IFSUB' => '1', 'IFSUB.' => array('ATagParams' => 'class="list-group-item"', 'subst_elementUid' => '1', 'stdWrap.' => array('wrap' => '<i class="fa fa-chevron-right pull-right"></i> |')), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagParams' => 'class="list-group-item"', 'subst_elementUid' => '1', 'stdWrap.' => array('wrap' => '<i class="fa fa-chevron-down pull-right"></i> |'))), 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'stdWrap.' => array('outerWrap.' => array('cObject' => 'COA', 'cObject.' => array('CASE', '10.' => array('if.' => array('isTrue.' => array('field' => 'subheader')), 'key.' => array('field' => 'subheader'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="panel panel-default"><div class="panel-heading">{field:subheader}</div><div class="list-group">|</div></div>', 'insertData' => '1')), 'CASE', '20.' => array('if.' => array('isFalse.' => array('field' => 'subheader')), 'key.' => array('field' => 'subheader'), 'default' => 'TEXT', 'default.' => array('insertData' => '1', 'value' => '<div class="list-group">|</div>'))))), 'TMENU', '2.' => array('wrap' => '<div class="list-group list-group-submenu list-group-submenu-level-1">|</div>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="list-group-item"', 'stdWrap.' => array('wrap' => '<i class="fa fa-angle-double-right"></i> |'), 'subst_elementUid' => '1'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="list-group-item active"', 'stdWrap.' => array('wrap' => '<i class="fa fa-angle-double-right"></i> |'), 'subst_elementUid' => '1'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="list-group-item active"', 'stdWrap.' => array('wrap' => '<i class="fa fa-angle-double-right"></i> |'), 'subst_elementUid' => '1'))))), 'mailform.' => array('20.' => array('form.' => array('layout.' => array('form' => ' <form class="form-horizontal"> <containerWrap /> </form>', 'containerWrap' => ' <div> <elements /> </div>', 'elementWrap' => ' <div> <element /> </div>', 'fieldset' => ' <fieldset> <legend /> <containerWrap /> </fieldset>', 'checkbox' => ' <div class="checkbox"> <input /> <label /> </div>', 'radio' => ' <div class="radio"> <input /> <label /> </div>', 'radiogroup' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <legend /> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'checkboxgroup' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <legend /> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'label' => ' <label> <labelvalue /> <mandatory /> <error /> </label>', 'legend' => ' <legend> <legendvalue /> <mandatory /> <error /> </legend>', 'error' => ' <span class="help-block text-danger"><errorvalue /></span>', 'textline' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <input class="form-control" /> </div> </div>', 'fileupload' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <input class="form-control" /> </div> </div>', 'textarea' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <textarea class="form-control" /> </div> </div>', 'submit' => ' <div class="form-group"> <div class="col-sm-offset-3 col-sm-9"> <input class="btn btn-primary" /> </div> </div>', 'select' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <select class="form-control"> <elements /> </select> </div> </div>')), 'confirmation.' => array('layout.' => array('confirmation' => ' <div class="form-horizontal"> <containerWrap /> </div>', 'containerWrap' => ' <div> <elements /> </div>', 'elementWrap' => ' <div> <element /> </div>', 'fieldset' => ' <containerWrap />', 'checkbox' => ' <label /> <inputvalue />', 'radio' => ' <label /> <inputvalue />', 'radiogroup' => ' <div class="form-group"> <div class="col-sm-3"> <strong><legend /></strong> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'checkboxgroup' => ' <div class="form-group"> <div class="col-sm-3"> <strong><legend /></strong> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'label' => ' <labelvalue />', 'legend' => ' <legendvalue />', 'textline' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <inputvalue /> </div> </div>', 'fileupload' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <inputvalue /> </div> </div>', 'textarea' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <inputvalue /> </div> </div>', 'select' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <elements /> </div> </div>')), 'stdWrap.' => array('wrap' => '|')))))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject.' => array('default.' => array('20.' => array('10.' => array(), 'TEXT', '15.' => array('value.' => array('field' => 'tx_wbbootstrap_visibility', 'replacement.' => array('10.' => array('search' => ',', 'replace.' => array('char' => '32')))), 'noTrimWrap' => '| ||', 'required' => '1')), '30.' => array('cObject.' => array('default' => 'CASE', 'default.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</div>'), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>')), 'menu' => 'CASE', 'menu.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</nav>'), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>')), 'menu_subpages' => 'TEXT', 'menu_subpages.' => array('value' => '><map name="map{field:uid}" title="{field:subheader}"><div class="panel panel-default"><div class="panel-heading">{field:subheader}</div>|</div></map></nav>', 'insertData' => '1'))), '10.' => array('cObject.' => array('menu_subpages' => 'TEXT', 'menu_subpages.' => array('value' => '<nav id="c{field:uid}"')))), '1.' => array('20.' => array('10.' => array('value' => 'frame invisible'))), '5.' => array('20.' => array('10.' => array('value' => 'frame rulerbefore'))), '6.' => array('20.' => array('10.' => array('value' => 'frame rulerafter'))), '10.' => array('TEXT', '5.' => array('value' => '<div class="row">'), '20.' => array('10.' => array('value' => 'frame col-xs-11 col-xs-push-1')), 'TEXT', '35.' => array('value' => '</div>')), '< tt_content.stdWrap.innerWrap.cObject.10', '11.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9 col-xs-push-3'))), '< tt_content.stdWrap.innerWrap.cObject.10', '12.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9'))), '20.' => array('20.' => array('10.' => array('value' => 'frame well'))), '21.' => array('20.' => array('10.' => array('value' => 'frame jumbotron')))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets'))), '20.' => array('dataWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'COA', 'default.' => array('TEXT', '10.' => array('value' => '<ul'), 'COA', '20.' => array('TEXT', '10.' => array('value' => 'list', 'required' => '1', 'noTrimWrap' => '|| |'), 'stdWrap.' => array('trim' => '1', 'noTrimWrap' => '| class="|"|', 'required' => '1')), 'TEXT', '30.' => array('value' => '>|</ul>')), '< tt_content.bullets.20.dataWrap.cObject.default', '110.' => array('10.' => array('value' => '<ol'), '30.' => array('value' => '>|</ol>')), '< tt_content.bullets.20.dataWrap.cObject.default', '120.' => array('20.' => array('10.' => array('value' => 'list list-unstyled'))), '< tt_content.bullets.20.dataWrap.cObject.default', '130.' => array('20.' => array('10.' => array('value' => 'list list-inline'))))))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('caption.' => array('1.' => array('1.' => array('dataWrap' => '<p class="caption-{field:imagecaption_position}">|</p>'))), '1.' => array('params.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => 'class="img-responsive img-content"'), 'TEXT', '1.' => array('value' => 'class="img-content"'), 'TEXT', '2.' => array('value' => 'class="img-rounded img-content"'), 'TEXT', '3.' => array('value' => 'class="img-rounded img-responsive img-content"'), 'TEXT', '4.' => array('value' => 'class="img-circle img-content"'), 'TEXT', '5.' => array('value' => 'class="img-circle img-responsive img-content"'))), 'imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="fancybox" rel="fancybox{field:uid}"')))), 'addClassesCol.' => array('ifEmpty' => '', 'override.' => array('cObject' => 'COA', 'cObject.' => array('CASE', '10.' => array('key.' => array('field' => 'imagecols'), 'default' => 'TEXT', 'default.' => array('value' => 'col-md-12'), 'TEXT', '2.' => array('value' => 'col-md-6 col-sm-6'), 'TEXT', '3.' => array('value' => 'col-md-4 col-sm-4 col-xs-6'), 'TEXT', '4.' => array('value' => 'col-md-3 col-sm-4 col-xs-6'), 'TEXT', '6.' => array('value' => 'col-md-2 col-sm-3 col-xs-4'))), 'if.' => array('isGreaterThan.' => array('field' => 'imagecols'), 'value' => '1')), 'override' => ''), 'layout.' => array('default.' => array('value' => '<div class="img-center img-above###CLASSES###">###IMAGES######TEXT###</div>'), '1.' => array('value' => '<div class="img-right img-above###CLASSES###">###IMAGES######TEXT###</div>'), '2.' => array('value' => '<div class="img-left img-below###CLASSES###">###IMAGES######TEXT###</div>'), '8.' => array('value' => '<div class="img-center img-below###CLASSES###">###TEXT######IMAGES###</div>'), '9.' => array('value' => '<div class="img-right img-below###CLASSES###">###TEXT######IMAGES###</div>'), '10.' => array('value' => '<div class="img-left img-below###CLASSES###">###TEXT######IMAGES###</div>'), '17.' => array('value' => '<div class="img-intext-right img-intext###CLASSES###">###IMAGES######TEXT###</div>'), '18.' => array('value' => '<div class="img-intext-left img-intext###CLASSES###">###IMAGES######TEXT###</div>'), '25.' => array('value' => '<div class="img-beside-right img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="img-header-{field:header_layout} img-beside-right img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1')), '26.' => array('value' => '<div class="img-beside-left img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="img-header-{field:header_layout} img-beside-left img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1'))), 'rendering.' => array('singleNoCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="img-wrap"> | </div>', 'dataWrap.' => array(), 'innerWrap.' => array('cObject.' => array('0.' => array('value' => '<div class="img-center-outer"><div class="img-center-inner"> | </div></div>'), '8.' => array('value' => '<div class="img-center-outer"><div class="img-center-inner"> | </div></div>')))), 'singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom')))))), 'noCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="img-wrap"> | </div>', 'dataWrap.' => array()), 'singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'rowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="col-image###CLASSES###"> | </div>')), 'singleCaption.' => array('singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'caption.' => array('wrap' => '<figcaption class="caption"> | </figcaption>', 'wrap.' => array())), 'splitCaption.' => array('singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'caption.' => array('wrap' => '<figcaption class="caption"> | </figcaption>', 'wrap.' => array()), 'rowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="col-image###CLASSES###"> | </div>')), 'globalCaption.' => array('allStdWrap.' => array('dataWrap' => '<figure class="img-wrap"> | ###CAPTION###</figure>'), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override' => '<div class="image fancybox-wrapper###CLASSES###">|</div>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'caption.' => array('wrap' => '<figcaption class="caption"> | </figcaption>'), 'rowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="col-image###CLASSES###"> | </div>'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('wblibrary_flashmessages' => 'USER', 'wblibrary_flashmessages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbLibrary', 'pluginName' => 'FlashMessages'), 'wbbreadcrumb_breadcrumb' => 'USER', 'wbbreadcrumb_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBreadcrumb', 'pluginName' => 'Breadcrumb'), 'wbmarketplace_productgroup' => 'USER', 'wbmarketplace_productgroup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroup'), 'wbmarketplace_productgroupdetail' => 'USER', 'wbmarketplace_productgroupdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroupDetail'), 'wbmarketplace_product' => 'USER', 'wbmarketplace_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Product'), 'wbmarketplace_productdetail' => 'USER', 'wbmarketplace_productdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductDetail'), 'wbmarketplace_productrelated' => 'USER', 'wbmarketplace_productrelated.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductRelated'), 'wbmarketplace_productsoftheweek' => 'USER', 'wbmarketplace_productsoftheweek.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeek'), 'wbmarketplace_productsoftheweeksmall' => 'USER', 'wbmarketplace_productsoftheweeksmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeekSmall'), 'wbmarketplace_supplier' => 'USER', 'wbmarketplace_supplier.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Supplier'), 'wbmarketplace_supplierrandom' => 'USER', 'wbmarketplace_supplierrandom.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierRandom'), 'wbmarketplace_supplierdetail' => 'USER', 'wbmarketplace_supplierdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierDetail'), 'wbmarketplace_cart' => 'USER', 'wbmarketplace_cart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Cart'), 'wbmarketplace_cartadditem' => 'USER', 'wbmarketplace_cartadditem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartAddItem'), 'wbmarketplace_cartordervalue' => 'USER', 'wbmarketplace_cartordervalue.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartOrderValue'), 'wbmarketplace_checkoutrestricted' => 'USER', 'wbmarketplace_checkoutrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestricted'), 'wbmarketplace_checkoutrestrictedpersonaldata' => 'USER', 'wbmarketplace_checkoutrestrictedpersonaldata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestrictedPersonalData'), 'wbmarketplace_supplierarearestricted' => 'USER', 'wbmarketplace_supplierarearestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaRestricted'), 'wbmarketplace_supplierareabasicinformationsrestricted' => 'USER', 'wbmarketplace_supplierareabasicinformationsrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaBasicInformationsRestricted'), 'wbmarketplace_supplierarealocationrestricted' => 'USER', 'wbmarketplace_supplierarealocationrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaLocationRestricted'), 'wbmarketplace_supplierareashippingrestricted' => 'USER', 'wbmarketplace_supplierareashippingrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaShippingRestricted'), 'wbmarketplace_supplierareaproductrestricted' => 'USER', 'wbmarketplace_supplierareaproductrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProductRestricted'), 'wbmarketplace_supplierareajobrestricted' => 'USER', 'wbmarketplace_supplierareajobrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaJobRestricted'), 'wbmarketplace_supplierareaeventrestricted' => 'USER', 'wbmarketplace_supplierareaeventrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaEventRestricted'), 'wbmarketplace_supplierareaprofilerestricted' => 'USER', 'wbmarketplace_supplierareaprofilerestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProfileRestricted'), 'wbmarketplace_customeraddressrestricted' => 'USER', 'wbmarketplace_customeraddressrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressRestricted'), 'wbmarketplace_customeraddresseditrestricted' => 'USER', 'wbmarketplace_customeraddresseditrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressEditRestricted'), 'wbmarketplace_orderrestricted' => 'USER', 'wbmarketplace_orderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'OrderRestricted'), 'wbmarketplace_supplierorderrestricted' => 'USER', 'wbmarketplace_supplierorderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierOrderRestricted'), 'wbmarketplace_joboffer' => 'USER', 'wbmarketplace_joboffer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'JobOffer'), 'wbmarketplace_event' => 'USER', 'wbmarketplace_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Event'), 'wbmarketplace_voucher' => 'USER', 'wbmarketplace_voucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Voucher'), 'wbmarketplace_supplierareavoucherrestricted' => 'USER', 'wbmarketplace_supplierareavoucherrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaVoucherRestricted'), 'wbmarketplace_search' => 'USER', 'wbmarketplace_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Search'), 'wbmarketplace_searchform' => 'USER', 'wbmarketplace_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchForm'), 'wbmarketplace_searchsuggestion' => 'USER', 'wbmarketplace_searchsuggestion.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchSuggestion'), 'wbmarketplace_welcomemenu' => 'USER', 'wbmarketplace_welcomemenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'WelcomeMenu'), 'wbmarketplace_welcomenews' => 'USER', 'wbmarketplace_welcomenews.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeNews'), 'wbmarketplace_welcomesection' => 'USER', 'wbmarketplace_welcomesection.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeSection'), 'wbmarketplace_reportpage' => 'USER', 'wbmarketplace_reportpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ReportPage'), 'wbfrontenduser_registration' => 'USER', 'wbfrontenduser_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Registration'), 'wbfrontenduser_overview' => 'USER', 'wbfrontenduser_overview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Overview'), 'wbfrontenduser_basicdata' => 'USER', 'wbfrontenduser_basicdata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'BasicData'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'ke_search_pi3' => '< plugin.tx_kesearch_pi3', 'wbbanners_banner' => 'USER', 'wbbanners_banner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBanners', 'pluginName' => 'Banner'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic'))), '20.' => array('text.' => array('wrap' => '<div class="text"> | </div>', '10.' => array('10.' => array('stdWrap.' => array('dataWrap' => '|')))))), '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'))), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('IMAGE', '10.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid'), 'width' => '100'), 'stdWrap.' => array('if.' => array('value' => '1', 'isGreaterThan.' => array('field' => 'layout')), 'typolink.' => array('parameter.' => array('data' => 'file:current:originalUid // file:current:uid', 'wrap' => 'file:|'), 'fileTarget' => '', 'fileTarget.' => array('override' => '{$styles.content.uploads.target}', 'override.' => array('override.' => array('field' => 'target'))), 'removePrependedNumbers' => '1', 'ATagParams' => 'class="pull-left"'))), 'COA', '20.' => array('COA', '10.' => array('COA', '10.' => array('CASE', '10.' => array('key.' => array('data' => 'file:current:extension', 'case' => 'lower'), 'default' => 'TEXT', 'default.' => array('value' => 'glyphicon glyphicon-file', 'stdWrap.' => array('noTrimWrap' => '|<span class="|"></span> |')), 'avi' => '< tt_content.uploads.20.renderObj.20.10.10.10.default', 'avi.' => array('value' => 'glyphicon glyphicon-film'), 'mov' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'mpg' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'mpeg' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'mkv' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'jpg' => '< tt_content.uploads.20.renderObj.20.10.10.10.default', 'jpg.' => array('value' => 'glyphicon glyphicon-picture'), 'gif' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'png' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'bmp' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'ai' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'eps' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'ico' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'tga' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'tif' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'if.' => array('value' => '0', 'isGreaterThan.' => array('field' => 'layout'))), 'TEXT', '20.' => array('data' => 'file:current:name', 'override.' => array('data' => 'file:current:title'), 'htmlSpecialChars' => '1', 'required' => '1', 'replacement.' => array('10.' => array('search' => '_', 'replace.' => array('char' => '32')))), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:originalUid // file:current:uid', 'wrap' => 'file:|'), 'fileTarget' => '', 'fileTarget.' => array('override' => '{$styles.content.uploads.target}', 'override.' => array('override.' => array(*DEEP NESTED ARRAY*))), 'removePrependedNumbers' => '1'))), 'TEXT', '40.' => array('if.' => array('isTrue.' => array('field' => 'filelink_size')), 'data' => 'file:current:size', 'noTrimWrap' => '| <small class="text-muted">|</small>|', 'bytes' => '1', 'bytes.' => array('labels' => '{$styles.content.uploads.filesizeBytesLabels}')), 'stdWrap.' => array('wrap' => '<h4 class="media-heading">|</h4>')), 'TEXT', '30.' => array('data' => 'file:current:description', 'htmlSpecialChars' => '1', 'wrap' => '|', 'required' => '1'), 'wrap' => '<div class="media-body">|</div>'), 'wrap' => '<li class="media">|</li>'), 'stdWrap.' => array('dataWrap' => '<ul class="media-list">|</ul>'))), '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'))), '< lib.stdheader', '20.' => array('stdWrap.' => array('outerWrap' => '<div class="list-group">|</div>'), '1.' => array('NO.' => array('ATagParams' => 'class="list-group-item"'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="list-group-item active"'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="list-group-item active"')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', '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')))), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'menu.' => array('20.' => array('bootstrap_panel_menu_level_1' => 'HMENU', 'bootstrap_panel_menu_level_1.' => array('TMENU', '1.' => array('expAll' => '0', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="list-group-item"', 'subst_elementUid' => '1'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="list-group-item active"', 'subst_elementUid' => '1'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="list-group-item active"', 'subst_elementUid' => '1'), 'IFSUB' => '1', 'IFSUB.' => array('ATagParams' => 'class="list-group-item"', 'subst_elementUid' => '1', 'stdWrap.' => array('wrap' => '<i class="fa fa-chevron-right pull-right"></i> |')), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagParams' => 'class="list-group-item"', 'subst_elementUid' => '1', 'stdWrap.' => array('wrap' => '<i class="fa fa-chevron-down pull-right"></i> |'))), 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'stdWrap.' => array('outerWrap.' => array('cObject' => 'COA', 'cObject.' => array('CASE', '10.' => array('if.' => array('isTrue.' => array('field' => 'subheader')), 'key.' => array('field' => 'subheader'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="panel panel-default"><div class="panel-heading">{field:subheader}</div><div class="list-group">|</div></div>', 'insertData' => '1')), 'CASE', '20.' => array('if.' => array('isFalse.' => array('field' => 'subheader')), 'key.' => array('field' => 'subheader'), 'default' => 'TEXT', 'default.' => array('insertData' => '1', 'value' => '<div class="list-group">|</div>'))))), 'TMENU', '2.' => array('wrap' => '<div class="list-group list-group-submenu list-group-submenu-level-1">|</div>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="list-group-item"', 'stdWrap.' => array('wrap' => '<i class="fa fa-angle-double-right"></i> |'), 'subst_elementUid' => '1'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="list-group-item active"', 'stdWrap.' => array('wrap' => '<i class="fa fa-angle-double-right"></i> |'), 'subst_elementUid' => '1'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="list-group-item active"', 'stdWrap.' => array('wrap' => '<i class="fa fa-angle-double-right"></i> |'), 'subst_elementUid' => '1'))))), 'mailform.' => array('20.' => array('form.' => array('layout.' => array('form' => ' <form class="form-horizontal"> <containerWrap /> </form>', 'containerWrap' => ' <div> <elements /> </div>', 'elementWrap' => ' <div> <element /> </div>', 'fieldset' => ' <fieldset> <legend /> <containerWrap /> </fieldset>', 'checkbox' => ' <div class="checkbox"> <input /> <label /> </div>', 'radio' => ' <div class="radio"> <input /> <label /> </div>', 'radiogroup' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <legend /> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'checkboxgroup' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <legend /> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'label' => ' <label> <labelvalue /> <mandatory /> <error /> </label>', 'legend' => ' <legend> <legendvalue /> <mandatory /> <error /> </legend>', 'error' => ' <span class="help-block text-danger"><errorvalue /></span>', 'textline' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <input class="form-control" /> </div> </div>', 'fileupload' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <input class="form-control" /> </div> </div>', 'textarea' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <textarea class="form-control" /> </div> </div>', 'submit' => ' <div class="form-group"> <div class="col-sm-offset-3 col-sm-9"> <input class="btn btn-primary" /> </div> </div>', 'select' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <select class="form-control"> <elements /> </select> </div> </div>')), 'confirmation.' => array('layout.' => array('confirmation' => ' <div class="form-horizontal"> <containerWrap /> </div>', 'containerWrap' => ' <div> <elements /> </div>', 'elementWrap' => ' <div> <element /> </div>', 'fieldset' => ' <containerWrap />', 'checkbox' => ' <label /> <inputvalue />', 'radio' => ' <label /> <inputvalue />', 'radiogroup' => ' <div class="form-group"> <div class="col-sm-3"> <strong><legend /></strong> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'checkboxgroup' => ' <div class="form-group"> <div class="col-sm-3"> <strong><legend /></strong> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'label' => ' <labelvalue />', 'legend' => ' <legendvalue />', 'textline' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <inputvalue /> </div> </div>', 'fileupload' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <inputvalue /> </div> </div>', 'textarea' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <inputvalue /> </div> </div>', 'select' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <elements /> </div> </div>')), 'stdWrap.' => array('wrap' => '|')))), 'tt_content')
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 746
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject.' => array('default.' => array('20.' => array('10.' => array(), 'TEXT', '15.' => array('value.' => array('field' => 'tx_wbbootstrap_visibility', 'replacement.' => array('10.' => array('search' => ',', 'replace.' => array('char' => '32')))), 'noTrimWrap' => '| ||', 'required' => '1')), '30.' => array('cObject.' => array('default' => 'CASE', 'default.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</div>'), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>')), 'menu' => 'CASE', 'menu.' => array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('value' => '>|</nav>'), 'bootstrap_package_carousel' => 'TEXT', 'bootstrap_package_carousel.' => array('value' => '>|</div>')), 'menu_subpages' => 'TEXT', 'menu_subpages.' => array('value' => '><map name="map{field:uid}" title="{field:subheader}"><div class="panel panel-default"><div class="panel-heading">{field:subheader}</div>|</div></map></nav>', 'insertData' => '1'))), '10.' => array('cObject.' => array('menu_subpages' => 'TEXT', 'menu_subpages.' => array('value' => '<nav id="c{field:uid}"')))), '1.' => array('20.' => array('10.' => array('value' => 'frame invisible'))), '5.' => array('20.' => array('10.' => array('value' => 'frame rulerbefore'))), '6.' => array('20.' => array('10.' => array('value' => 'frame rulerafter'))), '10.' => array('TEXT', '5.' => array('value' => '<div class="row">'), '20.' => array('10.' => array('value' => 'frame col-xs-11 col-xs-push-1')), 'TEXT', '35.' => array('value' => '</div>')), '< tt_content.stdWrap.innerWrap.cObject.10', '11.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9 col-xs-push-3'))), '< tt_content.stdWrap.innerWrap.cObject.10', '12.' => array('20.' => array('10.' => array('value' => 'frame col-xs-9'))), '20.' => array('20.' => array('10.' => array('value' => 'frame well'))), '21.' => array('20.' => array('10.' => array('value' => 'frame jumbotron')))))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets'))), '20.' => array('dataWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'COA', 'default.' => array('TEXT', '10.' => array('value' => '<ul'), 'COA', '20.' => array('TEXT', '10.' => array('value' => 'list', 'required' => '1', 'noTrimWrap' => '|| |'), 'stdWrap.' => array('trim' => '1', 'noTrimWrap' => '| class="|"|', 'required' => '1')), 'TEXT', '30.' => array('value' => '>|</ul>')), '< tt_content.bullets.20.dataWrap.cObject.default', '110.' => array('10.' => array('value' => '<ol'), '30.' => array('value' => '>|</ol>')), '< tt_content.bullets.20.dataWrap.cObject.default', '120.' => array('20.' => array('10.' => array('value' => 'list list-unstyled'))), '< tt_content.bullets.20.dataWrap.cObject.default', '130.' => array('20.' => array('10.' => array('value' => 'list list-inline'))))))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image'))), '20.' => array('caption.' => array('1.' => array('1.' => array('dataWrap' => '<p class="caption-{field:imagecaption_position}">|</p>'))), '1.' => array('params.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'default' => 'TEXT', 'default.' => array('value' => 'class="img-responsive img-content"'), 'TEXT', '1.' => array('value' => 'class="img-content"'), 'TEXT', '2.' => array('value' => 'class="img-rounded img-content"'), 'TEXT', '3.' => array('value' => 'class="img-rounded img-responsive img-content"'), 'TEXT', '4.' => array('value' => 'class="img-circle img-content"'), 'TEXT', '5.' => array('value' => 'class="img-circle img-responsive img-content"'))), 'imageLinkWrap.' => array('JSwindow' => '0', 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'class="fancybox" rel="fancybox{field:uid}"')))), 'addClassesCol.' => array('ifEmpty' => '', 'override.' => array('cObject' => 'COA', 'cObject.' => array('CASE', '10.' => array('key.' => array('field' => 'imagecols'), 'default' => 'TEXT', 'default.' => array('value' => 'col-md-12'), 'TEXT', '2.' => array('value' => 'col-md-6 col-sm-6'), 'TEXT', '3.' => array('value' => 'col-md-4 col-sm-4 col-xs-6'), 'TEXT', '4.' => array('value' => 'col-md-3 col-sm-4 col-xs-6'), 'TEXT', '6.' => array('value' => 'col-md-2 col-sm-3 col-xs-4'))), 'if.' => array('isGreaterThan.' => array('field' => 'imagecols'), 'value' => '1')), 'override' => ''), 'layout.' => array('default.' => array('value' => '<div class="img-center img-above###CLASSES###">###IMAGES######TEXT###</div>'), '1.' => array('value' => '<div class="img-right img-above###CLASSES###">###IMAGES######TEXT###</div>'), '2.' => array('value' => '<div class="img-left img-below###CLASSES###">###IMAGES######TEXT###</div>'), '8.' => array('value' => '<div class="img-center img-below###CLASSES###">###TEXT######IMAGES###</div>'), '9.' => array('value' => '<div class="img-right img-below###CLASSES###">###TEXT######IMAGES###</div>'), '10.' => array('value' => '<div class="img-left img-below###CLASSES###">###TEXT######IMAGES###</div>'), '17.' => array('value' => '<div class="img-intext-right img-intext###CLASSES###">###IMAGES######TEXT###</div>'), '18.' => array('value' => '<div class="img-intext-left img-intext###CLASSES###">###IMAGES######TEXT###</div>'), '25.' => array('value' => '<div class="img-beside-right img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="img-header-{field:header_layout} img-beside-right img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1')), '26.' => array('value' => '<div class="img-beside-left img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override' => '<div class="img-header-{field:header_layout} img-beside-left img-beside###CLASSES###">###IMAGES######TEXT###</div>', 'override.' => array('if.' => array('isTrue.' => array('field' => 'header')), 'insertData' => '1'))), 'rendering.' => array('singleNoCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="img-wrap"> | </div>', 'dataWrap.' => array(), 'innerWrap.' => array('cObject.' => array('0.' => array('value' => '<div class="img-center-outer"><div class="img-center-inner"> | </div></div>'), '8.' => array('value' => '<div class="img-center-outer"><div class="img-center-inner"> | </div></div>')))), 'singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom')))))), 'noCaption.' => array('allStdWrap.' => array('dataWrap' => '<div class="img-wrap"> | </div>', 'dataWrap.' => array()), 'singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'rowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="col-image###CLASSES###"> | </div>')), 'singleCaption.' => array('singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'caption.' => array('wrap' => '<figcaption class="caption"> | </figcaption>', 'wrap.' => array())), 'splitCaption.' => array('singleStdWrap.' => array('wrap' => '<figure class="image###CLASSES###">|###CAPTION###</figure>', 'wrap.' => array('override' => '<figure class="image fancybox-wrapper###CLASSES###">|###CAPTION###</figure>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'caption.' => array('wrap' => '<figcaption class="caption"> | </figcaption>', 'wrap.' => array()), 'rowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="col-image###CLASSES###"> | </div>')), 'globalCaption.' => array('allStdWrap.' => array('dataWrap' => '<figure class="img-wrap"> | ###CAPTION###</figure>'), 'singleStdWrap.' => array('wrap' => '<div class="image###CLASSES###"> | </div>', 'wrap.' => array('override' => '<div class="image fancybox-wrapper###CLASSES###">|</div>', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('field' => 'image_zoom'))))), 'caption.' => array('wrap' => '<figcaption class="caption"> | </figcaption>'), 'rowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'noRowsStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'lastRowStdWrap.' => array('wrap' => '<div class="row row-images"> | </div>'), 'columnStdWrap.' => array('wrap' => '<div class="col-image###CLASSES###"> | </div>'))))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('wblibrary_flashmessages' => 'USER', 'wblibrary_flashmessages.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbLibrary', 'pluginName' => 'FlashMessages'), 'wbbreadcrumb_breadcrumb' => 'USER', 'wbbreadcrumb_breadcrumb.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBreadcrumb', 'pluginName' => 'Breadcrumb'), 'wbmarketplace_productgroup' => 'USER', 'wbmarketplace_productgroup.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroup'), 'wbmarketplace_productgroupdetail' => 'USER', 'wbmarketplace_productgroupdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductGroupDetail'), 'wbmarketplace_product' => 'USER', 'wbmarketplace_product.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Product'), 'wbmarketplace_productdetail' => 'USER', 'wbmarketplace_productdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductDetail'), 'wbmarketplace_productrelated' => 'USER', 'wbmarketplace_productrelated.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductRelated'), 'wbmarketplace_productsoftheweek' => 'USER', 'wbmarketplace_productsoftheweek.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeek'), 'wbmarketplace_productsoftheweeksmall' => 'USER', 'wbmarketplace_productsoftheweeksmall.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ProductsOfTheWeekSmall'), 'wbmarketplace_supplier' => 'USER', 'wbmarketplace_supplier.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Supplier'), 'wbmarketplace_supplierrandom' => 'USER', 'wbmarketplace_supplierrandom.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierRandom'), 'wbmarketplace_supplierdetail' => 'USER', 'wbmarketplace_supplierdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierDetail'), 'wbmarketplace_cart' => 'USER', 'wbmarketplace_cart.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Cart'), 'wbmarketplace_cartadditem' => 'USER', 'wbmarketplace_cartadditem.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartAddItem'), 'wbmarketplace_cartordervalue' => 'USER', 'wbmarketplace_cartordervalue.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CartOrderValue'), 'wbmarketplace_checkoutrestricted' => 'USER', 'wbmarketplace_checkoutrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestricted'), 'wbmarketplace_checkoutrestrictedpersonaldata' => 'USER', 'wbmarketplace_checkoutrestrictedpersonaldata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CheckoutRestrictedPersonalData'), 'wbmarketplace_supplierarearestricted' => 'USER', 'wbmarketplace_supplierarearestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaRestricted'), 'wbmarketplace_supplierareabasicinformationsrestricted' => 'USER', 'wbmarketplace_supplierareabasicinformationsrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaBasicInformationsRestricted'), 'wbmarketplace_supplierarealocationrestricted' => 'USER', 'wbmarketplace_supplierarealocationrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaLocationRestricted'), 'wbmarketplace_supplierareashippingrestricted' => 'USER', 'wbmarketplace_supplierareashippingrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaShippingRestricted'), 'wbmarketplace_supplierareaproductrestricted' => 'USER', 'wbmarketplace_supplierareaproductrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProductRestricted'), 'wbmarketplace_supplierareajobrestricted' => 'USER', 'wbmarketplace_supplierareajobrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaJobRestricted'), 'wbmarketplace_supplierareaeventrestricted' => 'USER', 'wbmarketplace_supplierareaeventrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaEventRestricted'), 'wbmarketplace_supplierareaprofilerestricted' => 'USER', 'wbmarketplace_supplierareaprofilerestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaProfileRestricted'), 'wbmarketplace_customeraddressrestricted' => 'USER', 'wbmarketplace_customeraddressrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressRestricted'), 'wbmarketplace_customeraddresseditrestricted' => 'USER', 'wbmarketplace_customeraddresseditrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'CustomerAddressEditRestricted'), 'wbmarketplace_orderrestricted' => 'USER', 'wbmarketplace_orderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'OrderRestricted'), 'wbmarketplace_supplierorderrestricted' => 'USER', 'wbmarketplace_supplierorderrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierOrderRestricted'), 'wbmarketplace_joboffer' => 'USER', 'wbmarketplace_joboffer.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'JobOffer'), 'wbmarketplace_event' => 'USER', 'wbmarketplace_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Event'), 'wbmarketplace_voucher' => 'USER', 'wbmarketplace_voucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Voucher'), 'wbmarketplace_supplierareavoucherrestricted' => 'USER', 'wbmarketplace_supplierareavoucherrestricted.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SupplierAreaVoucherRestricted'), 'wbmarketplace_search' => 'USER', 'wbmarketplace_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'Search'), 'wbmarketplace_searchform' => 'USER', 'wbmarketplace_searchform.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchForm'), 'wbmarketplace_searchsuggestion' => 'USER', 'wbmarketplace_searchsuggestion.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'SearchSuggestion'), 'wbmarketplace_welcomemenu' => 'USER', 'wbmarketplace_welcomemenu.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'WelcomeMenu'), 'wbmarketplace_welcomenews' => 'USER', 'wbmarketplace_welcomenews.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeNews'), 'wbmarketplace_welcomesection' => 'USER', 'wbmarketplace_welcomesection.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'welcomeSection'), 'wbmarketplace_reportpage' => 'USER', 'wbmarketplace_reportpage.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbMarketplace', 'pluginName' => 'ReportPage'), 'wbfrontenduser_registration' => 'USER', 'wbfrontenduser_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Registration'), 'wbfrontenduser_overview' => 'USER', 'wbfrontenduser_overview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'Overview'), 'wbfrontenduser_basicdata' => 'USER', 'wbfrontenduser_basicdata.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbFrontendUser', 'pluginName' => 'BasicData'), 'ke_search_pi1' => '< plugin.tx_kesearch_pi1', 'ke_search_pi2' => '< plugin.tx_kesearch_pi2', 'ke_search_pi3' => '< plugin.tx_kesearch_pi3', 'wbbanners_banner' => 'USER', 'wbbanners_banner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'WbBanners', 'pluginName' => 'Banner'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1'))))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic'))), '20.' => array('text.' => array('wrap' => '<div class="text"> | </div>', '10.' => array('10.' => array('stdWrap.' => array('dataWrap' => '|')))))), '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'))), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('IMAGE', '10.' => array('file.' => array('import.' => array('data' => 'file:current:originalUid // file:current:uid'), 'width' => '100'), 'stdWrap.' => array('if.' => array('value' => '1', 'isGreaterThan.' => array('field' => 'layout')), 'typolink.' => array('parameter.' => array('data' => 'file:current:originalUid // file:current:uid', 'wrap' => 'file:|'), 'fileTarget' => '', 'fileTarget.' => array('override' => '{$styles.content.uploads.target}', 'override.' => array('override.' => array('field' => 'target'))), 'removePrependedNumbers' => '1', 'ATagParams' => 'class="pull-left"'))), 'COA', '20.' => array('COA', '10.' => array('COA', '10.' => array('CASE', '10.' => array('key.' => array('data' => 'file:current:extension', 'case' => 'lower'), 'default' => 'TEXT', 'default.' => array('value' => 'glyphicon glyphicon-file', 'stdWrap.' => array('noTrimWrap' => '|<span class="|"></span> |')), 'avi' => '< tt_content.uploads.20.renderObj.20.10.10.10.default', 'avi.' => array('value' => 'glyphicon glyphicon-film'), 'mov' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'mpg' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'mpeg' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'mkv' => '< tt_content.uploads.20.renderObj.20.10.10.10.avi', 'jpg' => '< tt_content.uploads.20.renderObj.20.10.10.10.default', 'jpg.' => array('value' => 'glyphicon glyphicon-picture'), 'gif' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'png' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'bmp' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'ai' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'eps' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'ico' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'tga' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'tif' => '< tt_content.uploads.20.renderObj.20.10.10.10.jpg', 'if.' => array('value' => '0', 'isGreaterThan.' => array('field' => 'layout'))), 'TEXT', '20.' => array('data' => 'file:current:name', 'override.' => array('data' => 'file:current:title'), 'htmlSpecialChars' => '1', 'required' => '1', 'replacement.' => array('10.' => array('search' => '_', 'replace.' => array('char' => '32')))), 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'file:current:originalUid // file:current:uid', 'wrap' => 'file:|'), 'fileTarget' => '', 'fileTarget.' => array('override' => '{$styles.content.uploads.target}', 'override.' => array('override.' => array(*DEEP NESTED ARRAY*))), 'removePrependedNumbers' => '1'))), 'TEXT', '40.' => array('if.' => array('isTrue.' => array('field' => 'filelink_size')), 'data' => 'file:current:size', 'noTrimWrap' => '| <small class="text-muted">|</small>|', 'bytes' => '1', 'bytes.' => array('labels' => '{$styles.content.uploads.filesizeBytesLabels}')), 'stdWrap.' => array('wrap' => '<h4 class="media-heading">|</h4>')), 'TEXT', '30.' => array('data' => 'file:current:description', 'htmlSpecialChars' => '1', 'wrap' => '|', 'required' => '1'), 'wrap' => '<div class="media-body">|</div>'), 'wrap' => '<li class="media">|</li>'), 'stdWrap.' => array('dataWrap' => '<ul class="media-list">|</ul>'))), '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'))), '< lib.stdheader', '20.' => array('stdWrap.' => array('outerWrap' => '<div class="list-group">|</div>'), '1.' => array('NO.' => array('ATagParams' => 'class="list-group-item"'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="list-group-item active"'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="list-group-item active"')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', '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')))), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'menu.' => array('20.' => array('bootstrap_panel_menu_level_1' => 'HMENU', 'bootstrap_panel_menu_level_1.' => array('TMENU', '1.' => array('expAll' => '0', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="list-group-item"', 'subst_elementUid' => '1'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="list-group-item active"', 'subst_elementUid' => '1'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="list-group-item active"', 'subst_elementUid' => '1'), 'IFSUB' => '1', 'IFSUB.' => array('ATagParams' => 'class="list-group-item"', 'subst_elementUid' => '1', 'stdWrap.' => array('wrap' => '<i class="fa fa-chevron-right pull-right"></i> |')), 'ACTIFSUB' => '1', 'ACTIFSUB.' => array('ATagParams' => 'class="list-group-item"', 'subst_elementUid' => '1', 'stdWrap.' => array('wrap' => '<i class="fa fa-chevron-down pull-right"></i> |'))), 'special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'stdWrap.' => array('outerWrap.' => array('cObject' => 'COA', 'cObject.' => array('CASE', '10.' => array('if.' => array('isTrue.' => array('field' => 'subheader')), 'key.' => array('field' => 'subheader'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="panel panel-default"><div class="panel-heading">{field:subheader}</div><div class="list-group">|</div></div>', 'insertData' => '1')), 'CASE', '20.' => array('if.' => array('isFalse.' => array('field' => 'subheader')), 'key.' => array('field' => 'subheader'), 'default' => 'TEXT', 'default.' => array('insertData' => '1', 'value' => '<div class="list-group">|</div>'))))), 'TMENU', '2.' => array('wrap' => '<div class="list-group list-group-submenu list-group-submenu-level-1">|</div>', 'NO' => '1', 'NO.' => array('ATagParams' => 'class="list-group-item"', 'stdWrap.' => array('wrap' => '<i class="fa fa-angle-double-right"></i> |'), 'subst_elementUid' => '1'), 'CUR' => '1', 'CUR.' => array('ATagParams' => 'class="list-group-item active"', 'stdWrap.' => array('wrap' => '<i class="fa fa-angle-double-right"></i> |'), 'subst_elementUid' => '1'), 'ACT' => '1', 'ACT.' => array('ATagParams' => 'class="list-group-item active"', 'stdWrap.' => array('wrap' => '<i class="fa fa-angle-double-right"></i> |'), 'subst_elementUid' => '1'))))), 'mailform.' => array('20.' => array('form.' => array('layout.' => array('form' => ' <form class="form-horizontal"> <containerWrap /> </form>', 'containerWrap' => ' <div> <elements /> </div>', 'elementWrap' => ' <div> <element /> </div>', 'fieldset' => ' <fieldset> <legend /> <containerWrap /> </fieldset>', 'checkbox' => ' <div class="checkbox"> <input /> <label /> </div>', 'radio' => ' <div class="radio"> <input /> <label /> </div>', 'radiogroup' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <legend /> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'checkboxgroup' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <legend /> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'label' => ' <label> <labelvalue /> <mandatory /> <error /> </label>', 'legend' => ' <legend> <legendvalue /> <mandatory /> <error /> </legend>', 'error' => ' <span class="help-block text-danger"><errorvalue /></span>', 'textline' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <input class="form-control" /> </div> </div>', 'fileupload' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <input class="form-control" /> </div> </div>', 'textarea' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <textarea class="form-control" /> </div> </div>', 'submit' => ' <div class="form-group"> <div class="col-sm-offset-3 col-sm-9"> <input class="btn btn-primary" /> </div> </div>', 'select' => ' <div class="form-group"> <div class="col-sm-3 control-label"> <label /> </div> <div class="col-sm-5"> <select class="form-control"> <elements /> </select> </div> </div>')), 'confirmation.' => array('layout.' => array('confirmation' => ' <div class="form-horizontal"> <containerWrap /> </div>', 'containerWrap' => ' <div> <elements /> </div>', 'elementWrap' => ' <div> <element /> </div>', 'fieldset' => ' <containerWrap />', 'checkbox' => ' <label /> <inputvalue />', 'radio' => ' <label /> <inputvalue />', 'radiogroup' => ' <div class="form-group"> <div class="col-sm-3"> <strong><legend /></strong> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'checkboxgroup' => ' <div class="form-group"> <div class="col-sm-3"> <strong><legend /></strong> </div> <div class="col-sm-5"> <elements /> </div> </div>', 'label' => ' <labelvalue />', 'legend' => ' <legendvalue />', 'textline' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <inputvalue /> </div> </div>', 'fileupload' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <inputvalue /> </div> </div>', 'textarea' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <inputvalue /> </div> </div>', 'select' => ' <div class="form-group"> <div class="col-sm-3"> <strong> <label /> </strong> </div> <div class="col-sm-5"> <elements /> </div> </div>')), 'stdWrap.' => array('wrap' => '|')))), '')
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 96
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $registerField;
                        $this->cObj->lastChanged($row['tstamp'] ?? 0);
                        $cObj->start($row, $conf['table'], $this->request);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0'), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url')))))))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentContentObject), array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0'), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url')))))))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0'), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url')))))), 'variables.content')
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 305
                continue;
            }
            if (!in_array($variableName, $reservedVariables)) {
                $cObjConf = $variablesToProcess[$variableName . '.'] ?? [];
                $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $cObjConf, 'variables.' . $variableName);
            } else {
                throw new \InvalidArgumentException(
                    'Cannot use reserved name "' . $variableName . '" as variable name in FLUIDTEMPLATE.',
                    1288095720
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->getContentObjectVariables(array('layoutRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Layouts/'), 'partialRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Partials/'), 'templateRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Templates/'), 'templateName' => 'Default', 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0'), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url')))))), 'backendLayout' => 'TEXT', 'backendLayout.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')))))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 100
        $this->setLayoutRootPath($conf);
        $this->setPartialRootPath($conf);
        $this->setExtbaseVariables($conf);
        $this->assignSettings($conf);
        $variables = $this->getContentObjectVariables($conf);
        $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);

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

at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('layoutRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Layouts/'), 'partialRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Partials/'), 'templateRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Templates/'), 'templateName' => 'Default', 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0'), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url')))))), 'backendLayout' => 'TEXT', 'backendLayout.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')))))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('layoutRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Layouts/'), 'partialRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Partials/'), 'templateRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Templates/'), 'templateName' => 'Default', 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0'), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url')))))), 'backendLayout' => 'TEXT', 'backendLayout.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')))))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('layoutRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Layouts/'), 'partialRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Partials/'), 'templateRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Templates/'), 'templateName' => 'Default', 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0'), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url')))))), 'backendLayout' => 'TEXT', 'backendLayout.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')))), '10')
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $contentObjects[] = $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $contentObjects;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSeparated(array('includeCSS.' => array('wbBootstrap' => 'EXT:wb_bootstrap/Resources/Public/Library/3.3.7/css/bootstrap.min.css', 'wbBootstrapExtended' => 'EXT:wb_bootstrap/Resources/Public/Css/wb-bootstrap-extended.css', 'wbJQueryFancybox' => 'EXT:wb_jquery_fancybox/Resources/Public/Library/2.1.5/jquery.fancybox.css', 'wbJQueryFancyboxHelperButtons' => 'EXT:wb_jquery_fancybox/Resources/Public/Library/2.1.5/helpers/jquery.fancybox-buttons.css', 'wbJQueryFancyboxHelperThumbs' => 'EXT:wb_jquery_fancybox/Resources/Public/Library/2.1.5/helpers/jquery.fancybox-thumbs.css', 'wbJQuerySelect2' => 'EXT:wb_jquery_select2/Resources/Public/Library/4.0.0/css/select2.min.css', 'wbJQueryMMenu' => 'EXT:wb_jquery_mmenu/Resources/Public/Library/5.3.1/css/jquery.mmenu.all.css', 'wbBootstrapDatetimepicker' => 'EXT:wb_bootstrap_datetimepicker/Resources/Public/Library/4.14.30/css/bootstrap-datetimepicker.css', 'wbFontAwesome' => 'EXT:wb_font_awesome/Resources/Public/Library/4.3.0/css/font-awesome.min.css', 'wbMarketplaceCSS' => 'EXT:wb_marketplace/Resources/Public/Css/style.css', 'wbDistributionCustomCss' => '/fileadmin/wb_distribution/Resources/Public/Css/layout.css', 'slick' => '/fileadmin/wb_distribution/Resources/Public/Css/slick.css', 'slickTheme' => '/fileadmin/wb_distribution/Resources/Public/Css/slick-theme.css', 'newsBasic' => '/fileadmin/wb_distribution/Resources/Public/Css/Extensions/news/news-basic.css', 'irfaq' => 'fileadmin/wb_distribution/Resources/Public/Css/Extensions/irfaq/style.css'), 'includeJSFooter.' => array('wbBootstrap' => 'EXT:wb_bootstrap/Resources/Public/Library/3.3.7/js/bootstrap.min.js', 'wbBootstrapExtended' => 'EXT:wb_bootstrap/Resources/Public/Js/wb-bootstrap-extended.js', 'wbJQueryWbExtend' => 'EXT:wb_jquery/Resources/Public/Js/jquery.wb-extended.js', 'wbJQueryWbExtend.' => array('forceOnTop' => '1'), 'wbJQuery' => 'EXT:wb_jquery/Resources/Public/Library/1.11.2/js/jquery.min.js', 'wbJQuery.' => array('forceOnTop' => '1'), 'wbJQueryFancybox' => 'EXT:wb_jquery_fancybox/Resources/Public/Library/2.1.5/jquery.fancybox.pack.js', 'wbJQueryFancyboxHelperButtons' => 'EXT:wb_jquery_fancybox/Resources/Public/Library/2.1.5/helpers/jquery.fancybox-buttons.js', 'wbJQueryFancyboxHelperThumbs' => 'EXT:wb_jquery_fancybox/Resources/Public/Library/2.1.5/helpers/jquery.fancybox-thumbs.js', 'wbJQueryFancyboxMain' => 'EXT:wb_jquery_fancybox/Resources/Public/Js/main.js', 'wbJQuerySelect2' => 'EXT:wb_jquery_select2/Resources/Public/Library/4.0.0/js/select2.full.min.js', 'wbJQuerySelect2De' => 'EXT:wb_jquery_select2/Resources/Public/Library/4.0.0/js/i18n/de.js', 'wbJQuerySelect2Main' => 'EXT:wb_jquery_select2/Resources/Public/Js/main.js', 'wbJQueryMMenu' => 'EXT:wb_jquery_mmenu/Resources/Public/Library/5.3.1/js/jquery.mmenu.min.all.js', 'wbJQueryMMenuMain' => 'EXT:wb_jquery_mmenu/Resources/Public/Js/main.js', 'wbJQueryForm' => 'EXT:wb_jquery_form/Resources/Public/Library/3.51.0/jquery.form.js', 'wbJQueryFormMain' => 'EXT:wb_jquery_form/Resources/Public/Js/Main.js', 'wbMomentJs' => 'EXT:wb_moment_js/Resources/Public/Library/2.10.3/moment-with-locales.min.js', 'wbBootstrapBootbox' => 'EXT:wb_bootstrap_bootbox/Resources/Public/Library/4.4.0/bootbox.min.js', 'wbBootstrapBootboxMain' => 'EXT:wb_bootstrap_bootbox/Resources/Public/Js/main.js', 'wbBootstrapDatetimepicker' => 'EXT:wb_bootstrap_datetimepicker/Resources/Public/Library/4.14.30/js/bootstrap-datetimepicker.min.js', 'wbBootstrapDatetimepickerMain' => 'EXT:wb_bootstrap_datetimepicker/Resources/Public/Js/main.js', 'wbFrontendUserJS' => 'EXT:wb_frontend_user/Resources/Public/Js/Main.js', 'wbTinyMce' => 'EXT:wb_tinymce/Resources/Public/Library/4.2.1/tinymce.min.js', 'wbTinyMceMain' => 'EXT:wb_tinymce/Resources/Public/Js/main.js', 'wbMarketplaceJS' => 'EXT:wb_marketplace/Resources/Public/Js/Main.js', 'wbDistributionCustomJs' => '/fileadmin/wb_distribution/Resources/Public/Js/layout.js', 'slick' => '/fileadmin/wb_distribution/Resources/Public/Js/slick.min.js'), 'meta.' => array('viewport' => 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no', 'robots' => 'INDEX,FOLLOW', 'robots.' => array('override' => 'NOINDEX,NOFOLLOW', 'override.' => array('if.' => array('isTrue.' => array('field' => 'no_search'))))), 'headerData.' => array('TEXT', '999888777.' => array('value' => '<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]--><!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]--><!--[if lte IE 7]> <link href="/typo3conf/ext/wb_bootstrap/Resources/Public/Css/bootstrap.ie7fix.css" rel="stylesheet"><![endif]-->'), 'USER', '-12311131.' => array('userFunc' => 'Wunderbit\\WbSeo\\Utility\\PageMetaDataUtility->getReplaceCommentString'), 'TEXT', '999888778.' => array('value' => ' <link rel="shortcut icon" href="/fileadmin/wb_distribution/Resources/Public/Images/favicon.png" type="image/png" /> <link rel="icon" href="/fileadmin/wb_distribution/Resources/Public/Images/favicon.png" type="image/png" /> <script type="application/javascript" src="https://app.usercentrics.eu/latest/main.js" id="WLESZPw24"></script> <!-- Google tag (gtag.js) --> <script type="text/plain" data-usercentrics="Google Analytics" async src="https://www.googletagmanager.com/gtag/js?id=G-7K0852LT9E"></script> <script type="text/plain" data-usercentrics="Google Analytics" > window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(\'js\', new Date()); gtag(\'config\', \'G-7K0852LT9E\'); </script>')), 'USER', '-1123132.' => array('userFunc' => 'Wunderbit\\WbSeo\\Utility\\PageUtility->initDefaultData'), 'typeNum' => '0', 'FLUIDTEMPLATE', '10.' => array('layoutRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Layouts/'), 'partialRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Partials/'), 'templateRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Templates/'), 'templateName' => 'Default', 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0'), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url')))))), 'backendLayout' => 'TEXT', 'backendLayout.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')))), 'includeJS.' => array('wbDistributionCustomJs' => ''), 'bodyTagCObject' => 'TEXT', 'bodyTagCObject.' => array('data' => 'field:uid', 'wrap' => '<body data-page-id="|">', 'wrap.' => array('insertData' => '1'))), '')
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 693
    {
        if (!is_array($setup)) {
            return '';
        }
        return implode('', $this->cObjGetSeparated($setup, $addKey));
    }

    /**
     * Rendering of a "numerical array" of cObjects from TypoScript
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeCSS.' => array('wbBootstrap' => 'EXT:wb_bootstrap/Resources/Public/Library/3.3.7/css/bootstrap.min.css', 'wbBootstrapExtended' => 'EXT:wb_bootstrap/Resources/Public/Css/wb-bootstrap-extended.css', 'wbJQueryFancybox' => 'EXT:wb_jquery_fancybox/Resources/Public/Library/2.1.5/jquery.fancybox.css', 'wbJQueryFancyboxHelperButtons' => 'EXT:wb_jquery_fancybox/Resources/Public/Library/2.1.5/helpers/jquery.fancybox-buttons.css', 'wbJQueryFancyboxHelperThumbs' => 'EXT:wb_jquery_fancybox/Resources/Public/Library/2.1.5/helpers/jquery.fancybox-thumbs.css', 'wbJQuerySelect2' => 'EXT:wb_jquery_select2/Resources/Public/Library/4.0.0/css/select2.min.css', 'wbJQueryMMenu' => 'EXT:wb_jquery_mmenu/Resources/Public/Library/5.3.1/css/jquery.mmenu.all.css', 'wbBootstrapDatetimepicker' => 'EXT:wb_bootstrap_datetimepicker/Resources/Public/Library/4.14.30/css/bootstrap-datetimepicker.css', 'wbFontAwesome' => 'EXT:wb_font_awesome/Resources/Public/Library/4.3.0/css/font-awesome.min.css', 'wbMarketplaceCSS' => 'EXT:wb_marketplace/Resources/Public/Css/style.css', 'wbDistributionCustomCss' => '/fileadmin/wb_distribution/Resources/Public/Css/layout.css', 'slick' => '/fileadmin/wb_distribution/Resources/Public/Css/slick.css', 'slickTheme' => '/fileadmin/wb_distribution/Resources/Public/Css/slick-theme.css', 'newsBasic' => '/fileadmin/wb_distribution/Resources/Public/Css/Extensions/news/news-basic.css', 'irfaq' => 'fileadmin/wb_distribution/Resources/Public/Css/Extensions/irfaq/style.css'), 'includeJSFooter.' => array('wbBootstrap' => 'EXT:wb_bootstrap/Resources/Public/Library/3.3.7/js/bootstrap.min.js', 'wbBootstrapExtended' => 'EXT:wb_bootstrap/Resources/Public/Js/wb-bootstrap-extended.js', 'wbJQueryWbExtend' => 'EXT:wb_jquery/Resources/Public/Js/jquery.wb-extended.js', 'wbJQueryWbExtend.' => array('forceOnTop' => '1'), 'wbJQuery' => 'EXT:wb_jquery/Resources/Public/Library/1.11.2/js/jquery.min.js', 'wbJQuery.' => array('forceOnTop' => '1'), 'wbJQueryFancybox' => 'EXT:wb_jquery_fancybox/Resources/Public/Library/2.1.5/jquery.fancybox.pack.js', 'wbJQueryFancyboxHelperButtons' => 'EXT:wb_jquery_fancybox/Resources/Public/Library/2.1.5/helpers/jquery.fancybox-buttons.js', 'wbJQueryFancyboxHelperThumbs' => 'EXT:wb_jquery_fancybox/Resources/Public/Library/2.1.5/helpers/jquery.fancybox-thumbs.js', 'wbJQueryFancyboxMain' => 'EXT:wb_jquery_fancybox/Resources/Public/Js/main.js', 'wbJQuerySelect2' => 'EXT:wb_jquery_select2/Resources/Public/Library/4.0.0/js/select2.full.min.js', 'wbJQuerySelect2De' => 'EXT:wb_jquery_select2/Resources/Public/Library/4.0.0/js/i18n/de.js', 'wbJQuerySelect2Main' => 'EXT:wb_jquery_select2/Resources/Public/Js/main.js', 'wbJQueryMMenu' => 'EXT:wb_jquery_mmenu/Resources/Public/Library/5.3.1/js/jquery.mmenu.min.all.js', 'wbJQueryMMenuMain' => 'EXT:wb_jquery_mmenu/Resources/Public/Js/main.js', 'wbJQueryForm' => 'EXT:wb_jquery_form/Resources/Public/Library/3.51.0/jquery.form.js', 'wbJQueryFormMain' => 'EXT:wb_jquery_form/Resources/Public/Js/Main.js', 'wbMomentJs' => 'EXT:wb_moment_js/Resources/Public/Library/2.10.3/moment-with-locales.min.js', 'wbBootstrapBootbox' => 'EXT:wb_bootstrap_bootbox/Resources/Public/Library/4.4.0/bootbox.min.js', 'wbBootstrapBootboxMain' => 'EXT:wb_bootstrap_bootbox/Resources/Public/Js/main.js', 'wbBootstrapDatetimepicker' => 'EXT:wb_bootstrap_datetimepicker/Resources/Public/Library/4.14.30/js/bootstrap-datetimepicker.min.js', 'wbBootstrapDatetimepickerMain' => 'EXT:wb_bootstrap_datetimepicker/Resources/Public/Js/main.js', 'wbFrontendUserJS' => 'EXT:wb_frontend_user/Resources/Public/Js/Main.js', 'wbTinyMce' => 'EXT:wb_tinymce/Resources/Public/Library/4.2.1/tinymce.min.js', 'wbTinyMceMain' => 'EXT:wb_tinymce/Resources/Public/Js/main.js', 'wbMarketplaceJS' => 'EXT:wb_marketplace/Resources/Public/Js/Main.js', 'wbDistributionCustomJs' => '/fileadmin/wb_distribution/Resources/Public/Js/layout.js', 'slick' => '/fileadmin/wb_distribution/Resources/Public/Js/slick.min.js'), 'meta.' => array('viewport' => 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no', 'robots' => 'INDEX,FOLLOW', 'robots.' => array('override' => 'NOINDEX,NOFOLLOW', 'override.' => array('if.' => array('isTrue.' => array('field' => 'no_search'))))), 'headerData.' => array('TEXT', '999888777.' => array('value' => '<!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]--><!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]--><!--[if lte IE 7]> <link href="/typo3conf/ext/wb_bootstrap/Resources/Public/Css/bootstrap.ie7fix.css" rel="stylesheet"><![endif]-->'), 'USER', '-12311131.' => array('userFunc' => 'Wunderbit\\WbSeo\\Utility\\PageMetaDataUtility->getReplaceCommentString'), 'TEXT', '999888778.' => array('value' => ' <link rel="shortcut icon" href="/fileadmin/wb_distribution/Resources/Public/Images/favicon.png" type="image/png" /> <link rel="icon" href="/fileadmin/wb_distribution/Resources/Public/Images/favicon.png" type="image/png" /> <script type="application/javascript" src="https://app.usercentrics.eu/latest/main.js" id="WLESZPw24"></script> <!-- Google tag (gtag.js) --> <script type="text/plain" data-usercentrics="Google Analytics" async src="https://www.googletagmanager.com/gtag/js?id=G-7K0852LT9E"></script> <script type="text/plain" data-usercentrics="Google Analytics" > window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(\'js\', new Date()); gtag(\'config\', \'G-7K0852LT9E\'); </script>')), 'USER', '-1123132.' => array('userFunc' => 'Wunderbit\\WbSeo\\Utility\\PageUtility->initDefaultData'), 'typeNum' => '0', 'FLUIDTEMPLATE', '10.' => array('layoutRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Layouts/'), 'partialRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Partials/'), 'templateRootPaths.' => array('fileadmin/wb_distribution/Resources/Private/Templates/'), 'templateName' => 'Default', 'variables.' => array('content' => 'CONTENT', 'content.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0'), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url')))))), 'backendLayout' => 'TEXT', 'backendLayout.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')))), 'includeJS.' => array('wbDistributionCustomJs' => ''), 'bodyTagCObject' => 'TEXT', 'bodyTagCObject.' => array('data' => 'field:uid', 'wrap' => '<body data-page-id="|">', 'wrap.' => array('insertData' => '1'))))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 223
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 189
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 141
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

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

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

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/git-staging/production/releases/20240301080000/typo3conf/ext/wb_seo/Classes/Middleware/SeoContentPostProcessorMiddleware.php line 18
class SeoContentPostProcessorMiddleware implements MiddlewareInterface
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($response instanceof NullResponse) {
            return $response;
        }
        if (ApplicationType::fromRequest($GLOBALS['TYPO3_REQUEST'])->isBackend() || ($GLOBALS['TSFE']->isINTincScript() === FALSE && $GLOBALS['TSFE']->no_cache === FALSE)) {
at Wunderbit\WbSeo\Middleware\SeoContentPostProcessorMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/git-staging/production/releases/20240301080000/typo3conf/ext/crawler/Classes/Middleware/CrawlerInitialization.php line 58
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $queueParameters = $request->getAttribute('tx_crawler');
        if ($queueParameters === null) {
            return $handler->handle($request);
        }

        $GLOBALS['TSFE']->applicationData['forceIndexing'] = true;
        $GLOBALS['TSFE']->applicationData['tx_crawler']['running'] = true;
at AOE\Crawler\Middleware\CrawlerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/git-staging/production/releases/20240301080000/typo3conf/ext/wb_marketplace/Classes/Middleware/SupplierProductGroupAutoComplete.php line 42
    {
        $this->configuration['arguments']['query'] = $request->getParsedBody()['query'] ?? $request->getQueryParams()['query'] ?? null;
        $eID = $request->getParsedBody()['wb_marketplace_supplier_product_group_autocomplete'] ?? $request->getQueryParams()['wb_marketplace_supplier_product_group_autocomplete'] ?? null;
        if ($eID === null) {
            return $handler->handle($request);
        }

        $controller = GeneralUtility::makeInstance(SupplierAreaProfileRestrictedController::class);
        $response = $handler->handle($request);
at Wunderbit\WbMarketplace\Middleware\SupplierProductGroupAutoComplete->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/git-staging/production/releases/20240301080000/typo3conf/ext/wb_marketplace/Classes/Middleware/SupplierProductAutoComplete.php line 43
        $this->configuration['arguments']['query'] = $request->getParsedBody()['query'] ?? $request->getQueryParams()['query'] ?? null;

        $eID = $request->getParsedBody()['wb_marketplace_supplier_product_autocomplete'] ?? $request->getQueryParams()['wb_marketplace_supplier_product_autocomplete'] ?? null;
        if ($eID === null) {
            return $handler->handle($request);
        }

        $controller = GeneralUtility::makeInstance(SupplierAreaProfileRestrictedController::class);
        $response = $handler->handle($request);
at Wunderbit\WbMarketplace\Middleware\SupplierProductAutoComplete->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/git-staging/production/releases/20240301080000/typo3conf/ext/wb_marketplace/Classes/Middleware/SupplierDetailProductDisplay.php line 20
class SupplierDetailProductDisplay implements MiddlewareInterface
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($response instanceof NullResponse) {
            return $response;
        }
        if ($request->getAttribute('routing')->getPageId() === 52) {
at Wunderbit\WbMarketplace\Middleware\SupplierDetailProductDisplay->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/git-staging/production/releases/20240301080000/typo3conf/ext/wb_breadcrumb/Classes/Middleware/ContentPostProcessorMiddleware.php line 39
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {

        // let it generate a response
        $response = $handler->handle($request);
        if ($response instanceof NullResponse) {
            return $response;
        }

at Wunderbit\WbBreadcrumb\Middleware\ContentPostProcessorMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

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

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

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

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

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

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

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

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

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

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

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

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

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

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/git-staging/production/releases/20240301080000/typo3conf/ext/crawler/Classes/Middleware/FrontendUserAuthenticator.php line 75
        $jsonCompatibilityConverter = GeneralUtility::makeInstance(JsonCompatibilityConverter::class);

        $crawlerInformation = $request->getHeaderLine($this->headerName) ?? null;
        if (empty($crawlerInformation)) {
            return $handler->handle($request);
        }

        // Authenticate crawler request:
        //@todo: ask service to exclude current call for special reasons: for example no relevance because the language version is not affected
at AOE\Crawler\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$713))
in /html/typo3/typo3_src-11.5.36/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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