Whoops, looks like something went wrong.

(1/1) Error

Call to a member function getName() on null

in /html/mfs_typo3_new/packages/as_mfs/Classes/Controller/EventController.php line 327
                }

                if($eventPartners) {
                    foreach($eventPartners as $partner) {
                        $eventCategory[$partner->getPartnerCategory()->getName()][] = $partner->getPartner();
                    }
                }
    
                if($eventCategory) {
at Alpein\AsMfs\Controller\EventController->detailAction()
in /html/mfs_typo3_new/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 498
        }
        $validationResult = $this->arguments->validate();
        if (!$validationResult->hasErrors()) {
            $this->eventDispatcher->dispatch(new BeforeActionCallEvent(static::class, $this->actionMethodName, $preparedArguments));
            $actionResult = $this->{$this->actionMethodName}(...$preparedArguments);
        } else {
            $actionResult = $this->{$this->errorMethodName}();
        }

at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod()
in /html/mfs_typo3_new/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 426
        $this->view = $this->resolveView();
        if ($this->view !== null) {
            $this->initializeView($this->view);
        }
        $this->callActionMethod();
        $this->renderAssetsForRequest($request);
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /html/mfs_typo3_new/public/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php line 89
                throw new InfiniteLoopException('Could not ultimately dispatch the request after ' . $dispatchLoopCount . ' iterations. Most probably, a @' . IgnoreValidation::class . ' annotation is missing on re-displaying a form with validation errors.', 1217839467);
            }
            $controller = $this->resolveController($request);
            try {
                $controller->processRequest($request, $response);
            } catch (StopActionException $ignoredException) {
            }
        }

at TYPO3\CMS\Extbase\Mvc\Dispatcher->dispatch(object(TYPO3\CMS\Extbase\Mvc\Web\Request), object(TYPO3\CMS\Extbase\Mvc\Web\Response))
in /html/mfs_typo3_new/public/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php line 66
        }

        /** @var \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response */
        $response = $this->objectManager->get(Response::class);
        $this->dispatcher->dispatch($request, $response);
        return $response;
    }

    /**
at TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler->handleRequest()
in /html/mfs_typo3_new/public/typo3/sysext/extbase/Classes/Core/Bootstrap.php line 183
    protected function handleRequest(): string
    {
        $requestHandler = $this->requestHandlerResolver->resolveRequestHandler();

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

    /**
     * @return string
at TYPO3\CMS\Extbase\Core\Bootstrap->run('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend'))
at call_user_func_array(array(object(TYPO3\CMS\Extbase\Core\Bootstrap), 'run'), array('', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend')))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5720
                if (is_object($classObj) && method_exists($classObj, $parts[1]) && is_callable($callable)) {
                    $classObj->cObj = $this;
                    $content = call_user_func_array($callable, [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend'), '')
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 43
        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' => 'AsMfs', 'pluginName' => 'Frontend'))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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' => 'AsMfs', 'pluginName' => 'Frontend'))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend'), 'tt_content.list.20.asmfs_frontend')
in /html/mfs_typo3_new/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 193
        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('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'asmfs_frontend' => 'USER', 'asmfs_frontend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend'), 'asmfs_webinars' => 'USER', 'asmfs_webinars.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Webinars'), 'asmfs_register' => 'USER', 'asmfs_register.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Register'), 'asmfs_search' => 'USER', 'asmfs_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Search'), 'asmfs_userarea' => 'USER', 'asmfs_userarea.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Userarea'), 'asmfs_file' => 'USER', 'asmfs_file.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'File'), 'asmfs_imgsrv' => 'USER', 'asmfs_imgsrv.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Imgsrv'), 'asmfs_event' => 'USER', 'asmfs_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Event'), 'asmfs_eventasset' => 'USER', 'asmfs_eventasset.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAsset'), 'asmfs_eventtag' => 'USER', 'asmfs_eventtag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventTag'), 'asmfs_eventtype' => 'USER', 'asmfs_eventtype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventType'), 'asmfs_eventdynamiccontent' => 'USER', 'asmfs_eventdynamiccontent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventDynamicContent'), 'asmfs_eventappointment' => 'USER', 'asmfs_eventappointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAppointment'), 'asmfs_appointment' => 'USER', 'asmfs_appointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Appointment'), 'asmfs_appointmentsearch' => 'USER', 'asmfs_appointmentsearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AppointmentSearch'), 'asmfs_onlineevent' => 'USER', 'asmfs_onlineevent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'OnlineEvent'), 'asmfs_contactperson' => 'USER', 'asmfs_contactperson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ContactPerson'), 'asmfs_eventplace' => 'USER', 'asmfs_eventplace.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventPlace'), 'asmfs_speaker' => 'USER', 'asmfs_speaker.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Speaker'), 'asmfs_eventvoucher' => 'USER', 'asmfs_eventvoucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventVoucher'), 'asmfs_tickettype' => 'USER', 'asmfs_tickettype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'TicketType'), 'asmfs_participant' => 'USER', 'asmfs_participant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Participant'), 'asmfs_participantcompany' => 'USER', 'asmfs_participantcompany.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ParticipantCompany'), 'asmfs_eventregistration' => 'USER', 'asmfs_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventRegistration'), 'asmfs_altinvoice' => 'USER', 'asmfs_altinvoice.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AltInvoice'), 'asmfs_partner' => 'USER', 'asmfs_partner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Partner'), 'asmfs_registrationparticipant' => 'USER', 'asmfs_registrationparticipant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'RegistrationParticipant'), 'asmfs_partnershipmember' => 'USER', 'asmfs_partnershipmember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnershipMember'), 'asmfs_partnercategory' => 'USER', 'asmfs_partnercategory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnerCategory'), 'asmfs_userregistration' => 'USER', 'asmfs_userregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'UserRegistration'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nsallchat_frnsallchat' => 'USER', 'nsallchat_frnsallchat.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsAllChat', 'pluginName' => 'Frnsallchat'), 'nsprotectsite_nsprotectsite' => 'USER', 'nsprotectsite_nsprotectsite.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsProtectSite', 'pluginName' => 'Nsprotectsite'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'pwcomments_pi1' => 'USER', 'pwcomments_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi1'), 'pwcomments_pi2' => 'USER', 'pwcomments_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi2')), 'tt_content.list.20.asmfs_frontend', 'asmfs_frontend')
in /html/mfs_typo3_new/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 170
                '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' => 64, 'rowDescription' => '', 'pid' => 42, 'tstamp' => 1628518386, 'crdate' => 1625656376, 'cruser_id' => 2, 'deleted' => 0, 'hidden' => 0, 'starttime' => 0, 'endtime' => 0, 'fe_group' => '', 'sorting' => 256, 'editlock' => 0, 'sys_language_uid' => 0, 'l18n_parent' => 0, 'l10n_source' => 0, 'l10n_state' => null, 't3_origuid' => 0, 'l18n_diffsource' => 'a:31:{s:5:"CType";N;s:6:"colPos";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"subheader";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:5:"pages";N;s:9:"recursive";N;s:6:"layout";N;s:11:"frame_class";N;s:18:"space_before_class";N;s:17:"space_after_class";N;s:22:"background_color_class";N;s:16:"background_image";N;s:24:"background_image_options";N;s:28:"tx_backgroundimage4ce_active";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:16:"sys_language_uid";N;s:6:"hidden";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:8:"editlock";N;s:10:"categories";N;s:14:"rowDescription";N;s:25:"tx_gridelements_container";N;}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3ver_count' => 0, 't3ver_tstamp' => 0, 't3ver_move_id' => 0, 'CType' => 'list', 'header' => '', 'header_position' => '', 'bodytext' => null, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'frame_class' => 'default', 'cols' => 0, 'space_before_class' => '', 'space_after_class' => '', 'records' => null, 'pages' => '', 'colPos' => 0, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'asmfs_frontend', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => null, 'filelink_size' => 0, 'filelink_sorting' => '', 'filelink_sorting_direction' => '', 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="switchableControllerActions"> <value index="vDEF">Event-&gt;detail;</value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => null, 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'categories' => 0, 'teaser' => null, 'readmore_label' => '', 'quote_source' => '', 'quote_link' => '', 'panel_class' => 'default', 'file_folder' => null, 'icon' => '', 'icon_set' => '', 'icon_file' => 0, 'icon_position' => '', 'icon_size' => 'default', 'icon_type' => 'default', 'icon_color' => '#FFFFFF', 'icon_background' => '#333333', 'external_media_source' => '', 'external_media_ratio' => '', 'tx_bootstrappackage_card_group_item' => 0, 'tx_bootstrappackage_carousel_item' => 0, 'tx_bootstrappackage_accordion_item' => 0, 'tx_bootstrappackage_icon_group_item' => 0, 'tx_bootstrappackage_tab_item' => 0, 'tx_bootstrappackage_timeline_item' => 0, 'background_color_class' => 'none', 'background_image' => 0, 'background_image_options' => array('parallax' => '0', 'fade' => '0', 'filter' => ''), 'tx_news_related_news' => 0, 'backupColPos' => -2, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'gridelements_shortcut_page_order_by' => 0, 'tx_backgroundimage4ce_active' => 0, 'tx_backgroundimage4ce_image' => 0, 'tx_backgroundimage4ce_repeat' => '', 'tx_backgroundimage4ce_color' => '', 'tx_backgroundimage4ce_position' => '', 'tx_backgroundimage4ce_size' => '', 'tx_backgroundimage4ce_attachment' => '', 'tx_backgroundimage4ce_autoheight' => 0, 'tx_backgroundimage4ce_height' => 0, 'tx_backgroundimage4ce_opacity' => 0), 'typoscriptObjectPath' => 'tt_content.list.20.asmfs_frontend', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/mfs_typo3_new/var/cache/code/fluid_template/Standard_action_list_ca9a84f0f031521d0e58257dad8e7a1a39b139d3.php line 68
$array5 = array (
);$arguments1['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array5);
$arguments1['table'] = 'tt_content';
$renderChildrenClosure2 = ($arguments1['data'] !== null) ? function() use ($arguments1) { return $arguments1['data']; } : $renderChildrenClosure2;
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at Standard_action_list_ca9a84f0f031521d0e58257dad8e7a1a39b139d3->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/mfs_typo3_new/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/mfs_typo3_new/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => true, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/mfs_typo3_new/var/cache/code/fluid_template/layout_Default_html_1b78f433d99cc6fe3cd5f6ffbeb8f4f761eff66c.php line 1596
     ),
     $renderingContext
    );

$output66 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments120, $renderChildrenClosure121, $renderingContext);

$output66 .= '
                    ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_1b78f433d99cc6fe3cd5f6ffbeb8f4f761eff66c->{closure}()
in /html/mfs_typo3_new/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/mfs_typo3_new/var/cache/code/fluid_template/layout_Default_html_1b78f433d99cc6fe3cd5f6ffbeb8f4f761eff66c.php line 2120
        ';
return $output140;
};

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

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

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

$output0 .= '

';
at layout_Default_html_1b78f433d99cc6fe3cd5f6ffbeb8f4f761eff66c->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/mfs_typo3_new/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/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 358
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

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

        $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:bootstrap_package/Resources/Private/Templates/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Templates/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Templates/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Partials/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Layouts/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Layouts/ContentElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '1509614342.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532626753.' => array('fieldName' => 'background_image_options')), 'variables.' => array('backendlayout' => 'TEXT', 'backendlayout.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'lightbox', 'prefix' => 'lightbox-group', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'media.' => array('additionalConfig.' => array('autoplay' => '0', 'controls' => '1', 'loop' => '0', 'enablejsapi' => '1', 'showinfo' => '0', 'relatedVideos' => '0', 'modestbranding' => '0')), 'gallery.' => array('columns.' => array('1.' => array('class' => 'gallery-item-size-1'), '2.' => array('class' => 'gallery-item-size-2', 'multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '3.' => array('class' => 'gallery-item-size-3', 'multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.3333'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '4.' => array('class' => 'gallery-item-size-4', 'multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '5.' => array('class' => 'gallery-item-size-5', 'multiplier.' => array('default' => '0.2', 'large' => '0.2', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '6.' => array('class' => 'gallery-item-size-6', 'multiplier.' => array('default' => '0.1666', 'large' => '0.16666', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')))), 'responsiveimages.' => array('variants.' => array('default.' => array('breakpoint' => '1200', 'width' => '1100'), 'large.' => array('breakpoint' => '992', 'width' => '920'), 'medium.' => array('breakpoint' => '768', 'width' => '680'), 'small.' => array('breakpoint' => '576', 'width' => '500'), 'extrasmall.' => array('breakpoint' => 'unset', 'width' => '374')), 'backendlayout.' => array('2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_25_75.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_50_50.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_left.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_offset_right.' => array('0.' => array('multiplier.' => array('default' => '0.6666', 'large' => '0.6666'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '3_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'special_feature.' => array('30.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '31.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '32.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '33.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '34.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '35.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '36.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '37.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40'))), 'special_start.' => array('20.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), '21.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), '22.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'subnavigation_left_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_right.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_right_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40')))), 'contentelements.' => array('textpic.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'textmedia.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'accordion.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '24', 'large' => '24', 'medium' => '24'), 'corrections.' => array('default' => '25', 'large' => '25', 'medium' => '25', 'small' => '50', 'extrasmall' => '50')), 'top.' => array('corrections.' => array('default' => '50', 'large' => '50', 'medium' => '50', 'small' => '50', 'extrasmall' => '50')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '24', 'large' => '24', 'medium' => '24'), 'corrections.' => array('default' => '25', 'large' => '25', 'medium' => '25', 'small' => '50', 'extrasmall' => '50')), 'bottom.' => array('corrections.' => array('default' => '50', 'large' => '50', 'medium' => '50', 'small' => '50', 'extrasmall' => '50'))), 'card_group.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'carousel.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_small.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_fullscreen.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'tab.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'timeline.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'corrections.' => array('default' => '49', 'large' => '49', 'medium' => '49', 'small' => '72', 'extrasmall' => '72')), 'menu_card_dir.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_card_list.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_thumbnail_dir.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10'))), 'menu_thumbnail_list.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10'))))), 'menuthumbnail.' => array('title.' => array('crop' => '100'), 'subtitle.' => array('crop' => '80')), 'menucard.' => array('icon.' => array('enable' => '0', 'height' => '32', 'width' => '32c'), 'title.' => array('crop' => '100'), 'subtitle.' => array('crop' => '100'), 'abstract.' => array('crop' => '250')), 'texticon.' => array('icon.' => array('default.' => array('height' => '32', 'width' => '32'), 'medium.' => array('height' => '48', 'width' => '48'), 'large.' => array('height' => '64', 'width' => '64'), 'awesome.' => array('height' => '80', 'width' => '80'))), 'timeline.' => array('date.' => array('format' => '%B %e, %Y - %H:%M')), 'uploads.' => array('preview.' => array('height' => '100c', 'width' => '100c'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'asmfs_frontend' => 'USER', 'asmfs_frontend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend'), 'asmfs_webinars' => 'USER', 'asmfs_webinars.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Webinars'), 'asmfs_register' => 'USER', 'asmfs_register.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Register'), 'asmfs_search' => 'USER', 'asmfs_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Search'), 'asmfs_userarea' => 'USER', 'asmfs_userarea.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Userarea'), 'asmfs_file' => 'USER', 'asmfs_file.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'File'), 'asmfs_imgsrv' => 'USER', 'asmfs_imgsrv.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Imgsrv'), 'asmfs_event' => 'USER', 'asmfs_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Event'), 'asmfs_eventasset' => 'USER', 'asmfs_eventasset.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAsset'), 'asmfs_eventtag' => 'USER', 'asmfs_eventtag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventTag'), 'asmfs_eventtype' => 'USER', 'asmfs_eventtype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventType'), 'asmfs_eventdynamiccontent' => 'USER', 'asmfs_eventdynamiccontent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventDynamicContent'), 'asmfs_eventappointment' => 'USER', 'asmfs_eventappointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAppointment'), 'asmfs_appointment' => 'USER', 'asmfs_appointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Appointment'), 'asmfs_appointmentsearch' => 'USER', 'asmfs_appointmentsearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AppointmentSearch'), 'asmfs_onlineevent' => 'USER', 'asmfs_onlineevent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'OnlineEvent'), 'asmfs_contactperson' => 'USER', 'asmfs_contactperson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ContactPerson'), 'asmfs_eventplace' => 'USER', 'asmfs_eventplace.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventPlace'), 'asmfs_speaker' => 'USER', 'asmfs_speaker.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Speaker'), 'asmfs_eventvoucher' => 'USER', 'asmfs_eventvoucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventVoucher'), 'asmfs_tickettype' => 'USER', 'asmfs_tickettype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'TicketType'), 'asmfs_participant' => 'USER', 'asmfs_participant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Participant'), 'asmfs_participantcompany' => 'USER', 'asmfs_participantcompany.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ParticipantCompany'), 'asmfs_eventregistration' => 'USER', 'asmfs_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventRegistration'), 'asmfs_altinvoice' => 'USER', 'asmfs_altinvoice.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AltInvoice'), 'asmfs_partner' => 'USER', 'asmfs_partner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Partner'), 'asmfs_registrationparticipant' => 'USER', 'asmfs_registrationparticipant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'RegistrationParticipant'), 'asmfs_partnershipmember' => 'USER', 'asmfs_partnershipmember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnershipMember'), 'asmfs_partnercategory' => 'USER', 'asmfs_partnercategory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnerCategory'), 'asmfs_userregistration' => 'USER', 'asmfs_userregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'UserRegistration'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nsallchat_frnsallchat' => 'USER', 'nsallchat_frnsallchat.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsAllChat', 'pluginName' => 'Frnsallchat'), 'nsprotectsite_nsprotectsite' => 'USER', 'nsprotectsite_nsprotectsite.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsProtectSite', 'pluginName' => 'Nsprotectsite'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'pwcomments_pi1' => 'USER', 'pwcomments_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi1'), 'pwcomments_pi2' => 'USER', 'pwcomments_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi2'))))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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:bootstrap_package/Resources/Private/Templates/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Templates/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Templates/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Partials/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Layouts/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Layouts/ContentElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '1509614342.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532626753.' => array('fieldName' => 'background_image_options')), 'variables.' => array('backendlayout' => 'TEXT', 'backendlayout.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'lightbox', 'prefix' => 'lightbox-group', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'media.' => array('additionalConfig.' => array('autoplay' => '0', 'controls' => '1', 'loop' => '0', 'enablejsapi' => '1', 'showinfo' => '0', 'relatedVideos' => '0', 'modestbranding' => '0')), 'gallery.' => array('columns.' => array('1.' => array('class' => 'gallery-item-size-1'), '2.' => array('class' => 'gallery-item-size-2', 'multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '3.' => array('class' => 'gallery-item-size-3', 'multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.3333'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '4.' => array('class' => 'gallery-item-size-4', 'multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '5.' => array('class' => 'gallery-item-size-5', 'multiplier.' => array('default' => '0.2', 'large' => '0.2', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '6.' => array('class' => 'gallery-item-size-6', 'multiplier.' => array('default' => '0.1666', 'large' => '0.16666', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')))), 'responsiveimages.' => array('variants.' => array('default.' => array('breakpoint' => '1200', 'width' => '1100'), 'large.' => array('breakpoint' => '992', 'width' => '920'), 'medium.' => array('breakpoint' => '768', 'width' => '680'), 'small.' => array('breakpoint' => '576', 'width' => '500'), 'extrasmall.' => array('breakpoint' => 'unset', 'width' => '374')), 'backendlayout.' => array('2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_25_75.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_50_50.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_left.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_offset_right.' => array('0.' => array('multiplier.' => array('default' => '0.6666', 'large' => '0.6666'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '3_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'special_feature.' => array('30.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '31.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '32.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '33.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '34.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '35.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '36.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '37.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40'))), 'special_start.' => array('20.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), '21.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), '22.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'subnavigation_left_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_right.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_right_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40')))), 'contentelements.' => array('textpic.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'textmedia.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'accordion.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '24', 'large' => '24', 'medium' => '24'), 'corrections.' => array('default' => '25', 'large' => '25', 'medium' => '25', 'small' => '50', 'extrasmall' => '50')), 'top.' => array('corrections.' => array('default' => '50', 'large' => '50', 'medium' => '50', 'small' => '50', 'extrasmall' => '50')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '24', 'large' => '24', 'medium' => '24'), 'corrections.' => array('default' => '25', 'large' => '25', 'medium' => '25', 'small' => '50', 'extrasmall' => '50')), 'bottom.' => array('corrections.' => array('default' => '50', 'large' => '50', 'medium' => '50', 'small' => '50', 'extrasmall' => '50'))), 'card_group.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'carousel.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_small.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_fullscreen.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'tab.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'timeline.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'corrections.' => array('default' => '49', 'large' => '49', 'medium' => '49', 'small' => '72', 'extrasmall' => '72')), 'menu_card_dir.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_card_list.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_thumbnail_dir.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10'))), 'menu_thumbnail_list.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10'))))), 'menuthumbnail.' => array('title.' => array('crop' => '100'), 'subtitle.' => array('crop' => '80')), 'menucard.' => array('icon.' => array('enable' => '0', 'height' => '32', 'width' => '32c'), 'title.' => array('crop' => '100'), 'subtitle.' => array('crop' => '100'), 'abstract.' => array('crop' => '250')), 'texticon.' => array('icon.' => array('default.' => array('height' => '32', 'width' => '32'), 'medium.' => array('height' => '48', 'width' => '48'), 'large.' => array('height' => '64', 'width' => '64'), 'awesome.' => array('height' => '80', 'width' => '80'))), 'timeline.' => array('date.' => array('format' => '%B %e, %Y - %H:%M')), 'uploads.' => array('preview.' => array('height' => '100c', 'width' => '100c'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'asmfs_frontend' => 'USER', 'asmfs_frontend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend'), 'asmfs_webinars' => 'USER', 'asmfs_webinars.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Webinars'), 'asmfs_register' => 'USER', 'asmfs_register.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Register'), 'asmfs_search' => 'USER', 'asmfs_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Search'), 'asmfs_userarea' => 'USER', 'asmfs_userarea.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Userarea'), 'asmfs_file' => 'USER', 'asmfs_file.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'File'), 'asmfs_imgsrv' => 'USER', 'asmfs_imgsrv.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Imgsrv'), 'asmfs_event' => 'USER', 'asmfs_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Event'), 'asmfs_eventasset' => 'USER', 'asmfs_eventasset.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAsset'), 'asmfs_eventtag' => 'USER', 'asmfs_eventtag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventTag'), 'asmfs_eventtype' => 'USER', 'asmfs_eventtype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventType'), 'asmfs_eventdynamiccontent' => 'USER', 'asmfs_eventdynamiccontent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventDynamicContent'), 'asmfs_eventappointment' => 'USER', 'asmfs_eventappointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAppointment'), 'asmfs_appointment' => 'USER', 'asmfs_appointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Appointment'), 'asmfs_appointmentsearch' => 'USER', 'asmfs_appointmentsearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AppointmentSearch'), 'asmfs_onlineevent' => 'USER', 'asmfs_onlineevent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'OnlineEvent'), 'asmfs_contactperson' => 'USER', 'asmfs_contactperson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ContactPerson'), 'asmfs_eventplace' => 'USER', 'asmfs_eventplace.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventPlace'), 'asmfs_speaker' => 'USER', 'asmfs_speaker.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Speaker'), 'asmfs_eventvoucher' => 'USER', 'asmfs_eventvoucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventVoucher'), 'asmfs_tickettype' => 'USER', 'asmfs_tickettype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'TicketType'), 'asmfs_participant' => 'USER', 'asmfs_participant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Participant'), 'asmfs_participantcompany' => 'USER', 'asmfs_participantcompany.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ParticipantCompany'), 'asmfs_eventregistration' => 'USER', 'asmfs_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventRegistration'), 'asmfs_altinvoice' => 'USER', 'asmfs_altinvoice.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AltInvoice'), 'asmfs_partner' => 'USER', 'asmfs_partner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Partner'), 'asmfs_registrationparticipant' => 'USER', 'asmfs_registrationparticipant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'RegistrationParticipant'), 'asmfs_partnershipmember' => 'USER', 'asmfs_partnershipmember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnershipMember'), 'asmfs_partnercategory' => 'USER', 'asmfs_partnercategory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnerCategory'), 'asmfs_userregistration' => 'USER', 'asmfs_userregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'UserRegistration'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nsallchat_frnsallchat' => 'USER', 'nsallchat_frnsallchat.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsAllChat', 'pluginName' => 'Frnsallchat'), 'nsprotectsite_nsprotectsite' => 'USER', 'nsprotectsite_nsprotectsite.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsProtectSite', 'pluginName' => 'Nsprotectsite'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'pwcomments_pi1' => 'USER', 'pwcomments_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi1'), 'pwcomments_pi2' => 'USER', 'pwcomments_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi2'))))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Templates/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Templates/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Partials/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Layouts/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Layouts/ContentElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '1509614342.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532626753.' => array('fieldName' => 'background_image_options')), 'variables.' => array('backendlayout' => 'TEXT', 'backendlayout.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'lightbox', 'prefix' => 'lightbox-group', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'media.' => array('additionalConfig.' => array('autoplay' => '0', 'controls' => '1', 'loop' => '0', 'enablejsapi' => '1', 'showinfo' => '0', 'relatedVideos' => '0', 'modestbranding' => '0')), 'gallery.' => array('columns.' => array('1.' => array('class' => 'gallery-item-size-1'), '2.' => array('class' => 'gallery-item-size-2', 'multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '3.' => array('class' => 'gallery-item-size-3', 'multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.3333'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '4.' => array('class' => 'gallery-item-size-4', 'multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '5.' => array('class' => 'gallery-item-size-5', 'multiplier.' => array('default' => '0.2', 'large' => '0.2', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '6.' => array('class' => 'gallery-item-size-6', 'multiplier.' => array('default' => '0.1666', 'large' => '0.16666', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')))), 'responsiveimages.' => array('variants.' => array('default.' => array('breakpoint' => '1200', 'width' => '1100'), 'large.' => array('breakpoint' => '992', 'width' => '920'), 'medium.' => array('breakpoint' => '768', 'width' => '680'), 'small.' => array('breakpoint' => '576', 'width' => '500'), 'extrasmall.' => array('breakpoint' => 'unset', 'width' => '374')), 'backendlayout.' => array('2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_25_75.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_50_50.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_left.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_offset_right.' => array('0.' => array('multiplier.' => array('default' => '0.6666', 'large' => '0.6666'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '3_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'special_feature.' => array('30.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '31.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '32.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '33.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '34.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '35.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '36.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '37.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40'))), 'special_start.' => array('20.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), '21.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), '22.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'subnavigation_left_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_right.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_right_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40')))), 'contentelements.' => array('textpic.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'textmedia.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'accordion.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '24', 'large' => '24', 'medium' => '24'), 'corrections.' => array('default' => '25', 'large' => '25', 'medium' => '25', 'small' => '50', 'extrasmall' => '50')), 'top.' => array('corrections.' => array('default' => '50', 'large' => '50', 'medium' => '50', 'small' => '50', 'extrasmall' => '50')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '24', 'large' => '24', 'medium' => '24'), 'corrections.' => array('default' => '25', 'large' => '25', 'medium' => '25', 'small' => '50', 'extrasmall' => '50')), 'bottom.' => array('corrections.' => array('default' => '50', 'large' => '50', 'medium' => '50', 'small' => '50', 'extrasmall' => '50'))), 'card_group.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'carousel.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_small.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_fullscreen.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'tab.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'timeline.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'corrections.' => array('default' => '49', 'large' => '49', 'medium' => '49', 'small' => '72', 'extrasmall' => '72')), 'menu_card_dir.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_card_list.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_thumbnail_dir.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10'))), 'menu_thumbnail_list.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10'))))), 'menuthumbnail.' => array('title.' => array('crop' => '100'), 'subtitle.' => array('crop' => '80')), 'menucard.' => array('icon.' => array('enable' => '0', 'height' => '32', 'width' => '32c'), 'title.' => array('crop' => '100'), 'subtitle.' => array('crop' => '100'), 'abstract.' => array('crop' => '250')), 'texticon.' => array('icon.' => array('default.' => array('height' => '32', 'width' => '32'), 'medium.' => array('height' => '48', 'width' => '48'), 'large.' => array('height' => '64', 'width' => '64'), 'awesome.' => array('height' => '80', 'width' => '80'))), 'timeline.' => array('date.' => array('format' => '%B %e, %Y - %H:%M')), 'uploads.' => array('preview.' => array('height' => '100c', 'width' => '100c'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'asmfs_frontend' => 'USER', 'asmfs_frontend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend'), 'asmfs_webinars' => 'USER', 'asmfs_webinars.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Webinars'), 'asmfs_register' => 'USER', 'asmfs_register.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Register'), 'asmfs_search' => 'USER', 'asmfs_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Search'), 'asmfs_userarea' => 'USER', 'asmfs_userarea.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Userarea'), 'asmfs_file' => 'USER', 'asmfs_file.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'File'), 'asmfs_imgsrv' => 'USER', 'asmfs_imgsrv.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Imgsrv'), 'asmfs_event' => 'USER', 'asmfs_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Event'), 'asmfs_eventasset' => 'USER', 'asmfs_eventasset.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAsset'), 'asmfs_eventtag' => 'USER', 'asmfs_eventtag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventTag'), 'asmfs_eventtype' => 'USER', 'asmfs_eventtype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventType'), 'asmfs_eventdynamiccontent' => 'USER', 'asmfs_eventdynamiccontent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventDynamicContent'), 'asmfs_eventappointment' => 'USER', 'asmfs_eventappointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAppointment'), 'asmfs_appointment' => 'USER', 'asmfs_appointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Appointment'), 'asmfs_appointmentsearch' => 'USER', 'asmfs_appointmentsearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AppointmentSearch'), 'asmfs_onlineevent' => 'USER', 'asmfs_onlineevent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'OnlineEvent'), 'asmfs_contactperson' => 'USER', 'asmfs_contactperson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ContactPerson'), 'asmfs_eventplace' => 'USER', 'asmfs_eventplace.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventPlace'), 'asmfs_speaker' => 'USER', 'asmfs_speaker.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Speaker'), 'asmfs_eventvoucher' => 'USER', 'asmfs_eventvoucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventVoucher'), 'asmfs_tickettype' => 'USER', 'asmfs_tickettype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'TicketType'), 'asmfs_participant' => 'USER', 'asmfs_participant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Participant'), 'asmfs_participantcompany' => 'USER', 'asmfs_participantcompany.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ParticipantCompany'), 'asmfs_eventregistration' => 'USER', 'asmfs_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventRegistration'), 'asmfs_altinvoice' => 'USER', 'asmfs_altinvoice.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AltInvoice'), 'asmfs_partner' => 'USER', 'asmfs_partner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Partner'), 'asmfs_registrationparticipant' => 'USER', 'asmfs_registrationparticipant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'RegistrationParticipant'), 'asmfs_partnershipmember' => 'USER', 'asmfs_partnershipmember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnershipMember'), 'asmfs_partnercategory' => 'USER', 'asmfs_partnercategory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnerCategory'), 'asmfs_userregistration' => 'USER', 'asmfs_userregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'UserRegistration'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nsallchat_frnsallchat' => 'USER', 'nsallchat_frnsallchat.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsAllChat', 'pluginName' => 'Frnsallchat'), 'nsprotectsite_nsprotectsite' => 'USER', 'nsprotectsite_nsprotectsite.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsProtectSite', 'pluginName' => 'Nsprotectsite'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'pwcomments_pi1' => 'USER', 'pwcomments_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi1'), 'pwcomments_pi2' => 'USER', 'pwcomments_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi2'))), 'lib.contentElement')
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 724
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Templates/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Templates/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Partials/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Layouts/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Layouts/ContentElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '1509614342.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532626753.' => array('fieldName' => 'background_image_options')), 'variables.' => array('backendlayout' => 'TEXT', 'backendlayout.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'lightbox', 'prefix' => 'lightbox-group', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'media.' => array('additionalConfig.' => array('autoplay' => '0', 'controls' => '1', 'loop' => '0', 'enablejsapi' => '1', 'showinfo' => '0', 'relatedVideos' => '0', 'modestbranding' => '0')), 'gallery.' => array('columns.' => array('1.' => array('class' => 'gallery-item-size-1'), '2.' => array('class' => 'gallery-item-size-2', 'multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '3.' => array('class' => 'gallery-item-size-3', 'multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.3333'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '4.' => array('class' => 'gallery-item-size-4', 'multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '5.' => array('class' => 'gallery-item-size-5', 'multiplier.' => array('default' => '0.2', 'large' => '0.2', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '6.' => array('class' => 'gallery-item-size-6', 'multiplier.' => array('default' => '0.1666', 'large' => '0.16666', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')))), 'responsiveimages.' => array('variants.' => array('default.' => array('breakpoint' => '1200', 'width' => '1100'), 'large.' => array('breakpoint' => '992', 'width' => '920'), 'medium.' => array('breakpoint' => '768', 'width' => '680'), 'small.' => array('breakpoint' => '576', 'width' => '500'), 'extrasmall.' => array('breakpoint' => 'unset', 'width' => '374')), 'backendlayout.' => array('2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_25_75.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_50_50.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_left.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_offset_right.' => array('0.' => array('multiplier.' => array('default' => '0.6666', 'large' => '0.6666'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '3_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'special_feature.' => array('30.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '31.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '32.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '33.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '34.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '35.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '36.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '37.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40'))), 'special_start.' => array('20.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), '21.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), '22.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'subnavigation_left_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_right.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_right_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40')))), 'contentelements.' => array('textpic.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'textmedia.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'accordion.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '24', 'large' => '24', 'medium' => '24'), 'corrections.' => array('default' => '25', 'large' => '25', 'medium' => '25', 'small' => '50', 'extrasmall' => '50')), 'top.' => array('corrections.' => array('default' => '50', 'large' => '50', 'medium' => '50', 'small' => '50', 'extrasmall' => '50')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '24', 'large' => '24', 'medium' => '24'), 'corrections.' => array('default' => '25', 'large' => '25', 'medium' => '25', 'small' => '50', 'extrasmall' => '50')), 'bottom.' => array('corrections.' => array('default' => '50', 'large' => '50', 'medium' => '50', 'small' => '50', 'extrasmall' => '50'))), 'card_group.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'carousel.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_small.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_fullscreen.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'tab.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'timeline.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'corrections.' => array('default' => '49', 'large' => '49', 'medium' => '49', 'small' => '72', 'extrasmall' => '72')), 'menu_card_dir.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_card_list.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_thumbnail_dir.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10'))), 'menu_thumbnail_list.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10'))))), 'menuthumbnail.' => array('title.' => array('crop' => '100'), 'subtitle.' => array('crop' => '80')), 'menucard.' => array('icon.' => array('enable' => '0', 'height' => '32', 'width' => '32c'), 'title.' => array('crop' => '100'), 'subtitle.' => array('crop' => '100'), 'abstract.' => array('crop' => '250')), 'texticon.' => array('icon.' => array('default.' => array('height' => '32', 'width' => '32'), 'medium.' => array('height' => '48', 'width' => '48'), 'large.' => array('height' => '64', 'width' => '64'), 'awesome.' => array('height' => '80', 'width' => '80'))), 'timeline.' => array('date.' => array('format' => '%B %e, %Y - %H:%M')), 'uploads.' => array('preview.' => array('height' => '100c', 'width' => '100c'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'asmfs_frontend' => 'USER', 'asmfs_frontend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend'), 'asmfs_webinars' => 'USER', 'asmfs_webinars.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Webinars'), 'asmfs_register' => 'USER', 'asmfs_register.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Register'), 'asmfs_search' => 'USER', 'asmfs_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Search'), 'asmfs_userarea' => 'USER', 'asmfs_userarea.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Userarea'), 'asmfs_file' => 'USER', 'asmfs_file.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'File'), 'asmfs_imgsrv' => 'USER', 'asmfs_imgsrv.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Imgsrv'), 'asmfs_event' => 'USER', 'asmfs_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Event'), 'asmfs_eventasset' => 'USER', 'asmfs_eventasset.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAsset'), 'asmfs_eventtag' => 'USER', 'asmfs_eventtag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventTag'), 'asmfs_eventtype' => 'USER', 'asmfs_eventtype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventType'), 'asmfs_eventdynamiccontent' => 'USER', 'asmfs_eventdynamiccontent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventDynamicContent'), 'asmfs_eventappointment' => 'USER', 'asmfs_eventappointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAppointment'), 'asmfs_appointment' => 'USER', 'asmfs_appointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Appointment'), 'asmfs_appointmentsearch' => 'USER', 'asmfs_appointmentsearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AppointmentSearch'), 'asmfs_onlineevent' => 'USER', 'asmfs_onlineevent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'OnlineEvent'), 'asmfs_contactperson' => 'USER', 'asmfs_contactperson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ContactPerson'), 'asmfs_eventplace' => 'USER', 'asmfs_eventplace.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventPlace'), 'asmfs_speaker' => 'USER', 'asmfs_speaker.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Speaker'), 'asmfs_eventvoucher' => 'USER', 'asmfs_eventvoucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventVoucher'), 'asmfs_tickettype' => 'USER', 'asmfs_tickettype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'TicketType'), 'asmfs_participant' => 'USER', 'asmfs_participant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Participant'), 'asmfs_participantcompany' => 'USER', 'asmfs_participantcompany.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ParticipantCompany'), 'asmfs_eventregistration' => 'USER', 'asmfs_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventRegistration'), 'asmfs_altinvoice' => 'USER', 'asmfs_altinvoice.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AltInvoice'), 'asmfs_partner' => 'USER', 'asmfs_partner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Partner'), 'asmfs_registrationparticipant' => 'USER', 'asmfs_registrationparticipant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'RegistrationParticipant'), 'asmfs_partnershipmember' => 'USER', 'asmfs_partnershipmember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnershipMember'), 'asmfs_partnercategory' => 'USER', 'asmfs_partnercategory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnerCategory'), 'asmfs_userregistration' => 'USER', 'asmfs_userregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'UserRegistration'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nsallchat_frnsallchat' => 'USER', 'nsallchat_frnsallchat.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsAllChat', 'pluginName' => 'Frnsallchat'), 'nsprotectsite_nsprotectsite' => 'USER', 'nsprotectsite_nsprotectsite.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsProtectSite', 'pluginName' => 'Nsprotectsite'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'pwcomments_pi1' => 'USER', 'pwcomments_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi1'), 'pwcomments_pi2' => 'USER', 'pwcomments_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi2'))), 'list')
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 47
        // 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')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'asmfs_frontend' => 'USER', 'asmfs_frontend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend'), 'asmfs_webinars' => 'USER', 'asmfs_webinars.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Webinars'), 'asmfs_register' => 'USER', 'asmfs_register.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Register'), 'asmfs_search' => 'USER', 'asmfs_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Search'), 'asmfs_userarea' => 'USER', 'asmfs_userarea.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Userarea'), 'asmfs_file' => 'USER', 'asmfs_file.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'File'), 'asmfs_imgsrv' => 'USER', 'asmfs_imgsrv.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Imgsrv'), 'asmfs_event' => 'USER', 'asmfs_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Event'), 'asmfs_eventasset' => 'USER', 'asmfs_eventasset.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAsset'), 'asmfs_eventtag' => 'USER', 'asmfs_eventtag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventTag'), 'asmfs_eventtype' => 'USER', 'asmfs_eventtype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventType'), 'asmfs_eventdynamiccontent' => 'USER', 'asmfs_eventdynamiccontent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventDynamicContent'), 'asmfs_eventappointment' => 'USER', 'asmfs_eventappointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAppointment'), 'asmfs_appointment' => 'USER', 'asmfs_appointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Appointment'), 'asmfs_appointmentsearch' => 'USER', 'asmfs_appointmentsearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AppointmentSearch'), 'asmfs_onlineevent' => 'USER', 'asmfs_onlineevent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'OnlineEvent'), 'asmfs_contactperson' => 'USER', 'asmfs_contactperson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ContactPerson'), 'asmfs_eventplace' => 'USER', 'asmfs_eventplace.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventPlace'), 'asmfs_speaker' => 'USER', 'asmfs_speaker.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Speaker'), 'asmfs_eventvoucher' => 'USER', 'asmfs_eventvoucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventVoucher'), 'asmfs_tickettype' => 'USER', 'asmfs_tickettype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'TicketType'), 'asmfs_participant' => 'USER', 'asmfs_participant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Participant'), 'asmfs_participantcompany' => 'USER', 'asmfs_participantcompany.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ParticipantCompany'), 'asmfs_eventregistration' => 'USER', 'asmfs_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventRegistration'), 'asmfs_altinvoice' => 'USER', 'asmfs_altinvoice.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AltInvoice'), 'asmfs_partner' => 'USER', 'asmfs_partner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Partner'), 'asmfs_registrationparticipant' => 'USER', 'asmfs_registrationparticipant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'RegistrationParticipant'), 'asmfs_partnershipmember' => 'USER', 'asmfs_partnershipmember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnershipMember'), 'asmfs_partnercategory' => 'USER', 'asmfs_partnercategory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnerCategory'), 'asmfs_userregistration' => 'USER', 'asmfs_userregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'UserRegistration'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nsallchat_frnsallchat' => 'USER', 'nsallchat_frnsallchat.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsAllChat', 'pluginName' => 'Frnsallchat'), 'nsprotectsite_nsprotectsite' => 'USER', 'nsprotectsite_nsprotectsite.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsProtectSite', 'pluginName' => 'Nsprotectsite'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'pwcomments_pi1' => 'USER', 'pwcomments_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi1'), 'pwcomments_pi2' => 'USER', 'pwcomments_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi2'))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '2cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col21class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col22class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '3cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col31class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col32class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col33class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '4cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col41class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col42class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col43class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol4} {field:flexform_smCol4} {field:flexform_mdCol4} {field:flexform_lgCol4} {field:flexform_xlCol4} {field:flexform_col44class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), 'accordion.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link collapsed" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'wrap.' => array('override' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse show" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'override.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'as_ce1' => '< lib.contentElement', 'as_ce1.' => array('dataProcessing.' => array(*DEEP NESTED ARRAY*), 'templateName' => 'As_ce1.html'), 'stdWrap.' => array('innerWrap.' => array(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array()), 'TEXT', '30.' => array('wrap' => '|</div></div></div>')))), 'outerWrap.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'flexform_rowclass'), 'default' => 'TEXT', 'default.' => array('value' => '<div id="accordion-{field:_LOCALIZED_UID//field:uid}">|</div>'))), 'insertData' => '1'), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:AccordionCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabsSimple.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'stdWrap.' => array('insertData' => '1', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'as_ce1' => '< lib.contentElement', 'as_ce1.' => array('dataProcessing.' => array(*DEEP NESTED ARRAY*), 'templateName' => 'As_ce1.html'), 'stdWrap.' => array('innerWrap.' => array(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array())), 'wrap' => '<div class="tab-content">|</div>')), 'outerWrap' => '<div class="simple-tabs {field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'CONTENT', 'prepend.' => array('table' => 'tt_content', 'select.' => array('selectFields' => 'header, uid, tx_gridelements_container, sorting', 'where' => 'tx_gridelements_container={field:uid}', 'where.' => array('insertData' => '1'), 'orderBy' => 'sorting'), 'wrap' => '<div class="nav nav-tabs" role="tablist">|</div>', 'renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|+1'), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '|', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array(*DEEP NESTED ARRAY*), 'default' => 'TEXT', 'default.' => array(*DEEP NESTED ARRAY*), 'TEXT', '1.' => array(*DEEP NESTED ARRAY*)))))), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')), 'LOAD_REGISTER', '10.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount2', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabs4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'wrap' => '<div class="tab-content">|</div>'), 'tabs6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), '105.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c5" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab5">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), '106.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c6" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab6">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), 'TEXT', '50.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab5" data-toggle="tab" href="#nav-c{field:uid}-c5" role="tab" aria-controls="nav-c{field:uid}-c5">{field:flexform_tabTitle5}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), 'TEXT', '60.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab6" data-toggle="tab" href="#nav-c{field:uid}-c6" role="tab" aria-controls="nav-c{field:uid}-c6">{field:flexform_tabTitle6}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'wrap' => '<div class="tab-content">|</div>'), 'xSimpleRow.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '111.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '|')), 'wrap' => '<div class="row">|</div>'), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '14.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__left">|</div>'), '15.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__right">|</div>')), 'wrap' => '<div class="webinars_bg lazy" data-src="/typo3conf/ext/as_sitepackage/Resources/Public/Images/webinar_event.webp"><div class="webinars">|</div></div>'), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'))), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '30.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '31.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '32.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} impressum__content frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '40.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-r">|</div>'), '41.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-l">|</div>')), 'wrap' => '<div class="contact__text">|</div>'), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '50.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>'), '51.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item center">|</div>'), '52.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>')), 'wrap' => '<div class="content__sitebar">|</div>'), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '60.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__form">|</div>'), '61.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__image">|</div>')), 'wrap' => '<div class="grid__contact">|</div>'), '7.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '70.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="jobs__item">|</div>'))), '8.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '80.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>'), '81.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item item-center">|</div>'), '82.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>')), 'wrap' => '<div class="gridBottomContainer lazy"><div class="grid__bottom">|</div></div>'), '9.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '85.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="container__uber">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '10.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '86.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__header">|</div>'), '87.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>'), '88.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>')), 'wrap' => '<div class="container__filter">|</div>'), '11.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '91.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textLeft">|</div>'), '92.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textRight">|</div>'), '93.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__blocks">|</div>'), '94.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__link">|</div>')), 'wrap' => '<div class="tabs__content">|</div>'), '12.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '95.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '13.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '97.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideBrand"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '14.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '16.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__bar"><div id="bar-1" class="bar-1"><div id="bar-2" class="bar-2"><div id="bar-3" class="bar-3">|</div></div></div></div>'), '17.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__barNav">|</div>')), 'wrap' => '<div class="progressBar__content">|</div>'), '15.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '18.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-video">|</div>'), '19.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-blog">|</div>')), 'wrap' => '<div class="news-two-wrapp lazy"><div class="news-two-column">|</div></div>'), '16.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '22.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '23.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>')), 'wrap' => '<div class="inhouse-tabs-wrapp"><h2 class="inhouse-header">{field:header}</h2>|</div>', 'wrap.' => array('insertData' => '1')), '17.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '24.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhousReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '18.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '25.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '26.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '27.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '28.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>')), 'stdWrap.' => array('wrap' => '<div class="feedback-content frame-{field:frame_class} frame-layout-{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '19.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '45.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>'), '46.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>')), 'wrap' => '<div class="catalog">|</div>'), '20.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '47.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>'), '48.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>')), 'wrap' => '<div class="download">|</div>'), '21.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '53.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__left">|</div>'), '54.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__right">|</div>')), 'wrap' => '<div class="two-col-myforum">|</div>'), '22.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '55.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text_area">|</div>'), '56.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="button_area">|</div>')), 'wrap' => '<div class="button_grid">|</div>'))))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('2cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col21class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col22class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '3cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col31class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col32class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col33class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '4cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col41class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col42class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col43class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol4} {field:flexform_smCol4} {field:flexform_mdCol4} {field:flexform_lgCol4} {field:flexform_xlCol4} {field:flexform_col44class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), 'accordion.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link collapsed" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'wrap.' => array('override' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse show" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'override.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array()), 'TEXT', '30.' => array('wrap' => '|</div></div></div>')))), 'outerWrap.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'flexform_rowclass'), 'default' => 'TEXT', 'default.' => array('value' => '<div id="accordion-{field:_LOCALIZED_UID//field:uid}">|</div>'))), 'insertData' => '1'), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:AccordionCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabsSimple.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'stdWrap.' => array('insertData' => '1', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array())), 'wrap' => '<div class="tab-content">|</div>')), 'outerWrap' => '<div class="simple-tabs {field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'CONTENT', 'prepend.' => array('table' => 'tt_content', 'select.' => array('selectFields' => 'header, uid, tx_gridelements_container, sorting', 'where' => 'tx_gridelements_container={field:uid}', 'where.' => array('insertData' => '1'), 'orderBy' => 'sorting'), 'wrap' => '<div class="nav nav-tabs" role="tablist">|</div>', 'renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|+1'), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '|', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array(*DEEP NESTED ARRAY*), 'default' => 'TEXT', 'default.' => array(*DEEP NESTED ARRAY*), 'TEXT', '1.' => array(*DEEP NESTED ARRAY*)))))), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')), 'LOAD_REGISTER', '10.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount2', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabs4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'wrap' => '<div class="tab-content">|</div>'), 'tabs6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), '105.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c5" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab5">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), '106.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c6" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab6">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), 'TEXT', '50.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab5" data-toggle="tab" href="#nav-c{field:uid}-c5" role="tab" aria-controls="nav-c{field:uid}-c5">{field:flexform_tabTitle5}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), 'TEXT', '60.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab6" data-toggle="tab" href="#nav-c{field:uid}-c6" role="tab" aria-controls="nav-c{field:uid}-c6">{field:flexform_tabTitle6}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'wrap' => '<div class="tab-content">|</div>'), 'xSimpleRow.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '111.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '|')), 'wrap' => '<div class="row">|</div>'), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '14.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__left">|</div>'), '15.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__right">|</div>')), 'wrap' => '<div class="webinars_bg lazy" data-src="/typo3conf/ext/as_sitepackage/Resources/Public/Images/webinar_event.webp"><div class="webinars">|</div></div>'), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'))), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '30.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '31.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '32.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} impressum__content frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '40.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-r">|</div>'), '41.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-l">|</div>')), 'wrap' => '<div class="contact__text">|</div>'), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '50.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>'), '51.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item center">|</div>'), '52.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>')), 'wrap' => '<div class="content__sitebar">|</div>'), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '60.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__form">|</div>'), '61.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__image">|</div>')), 'wrap' => '<div class="grid__contact">|</div>'), '7.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '70.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="jobs__item">|</div>'))), '8.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '80.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>'), '81.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item item-center">|</div>'), '82.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>')), 'wrap' => '<div class="gridBottomContainer lazy"><div class="grid__bottom">|</div></div>'), '9.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '85.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="container__uber">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '10.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '86.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__header">|</div>'), '87.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>'), '88.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>')), 'wrap' => '<div class="container__filter">|</div>'), '11.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '91.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textLeft">|</div>'), '92.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textRight">|</div>'), '93.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__blocks">|</div>'), '94.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__link">|</div>')), 'wrap' => '<div class="tabs__content">|</div>'), '12.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '95.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '13.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '97.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideBrand"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '14.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '16.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__bar"><div id="bar-1" class="bar-1"><div id="bar-2" class="bar-2"><div id="bar-3" class="bar-3">|</div></div></div></div>'), '17.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__barNav">|</div>')), 'wrap' => '<div class="progressBar__content">|</div>'), '15.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '18.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-video">|</div>'), '19.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-blog">|</div>')), 'wrap' => '<div class="news-two-wrapp lazy"><div class="news-two-column">|</div></div>'), '16.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '22.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '23.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>')), 'wrap' => '<div class="inhouse-tabs-wrapp"><h2 class="inhouse-header">{field:header}</h2>|</div>', 'wrap.' => array('insertData' => '1')), '17.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '24.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhousReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '18.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '25.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '26.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '27.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '28.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>')), 'stdWrap.' => array('wrap' => '<div class="feedback-content frame-{field:frame_class} frame-layout-{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '19.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '45.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>'), '46.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>')), 'wrap' => '<div class="catalog">|</div>'), '20.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '47.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>'), '48.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>')), 'wrap' => '<div class="download">|</div>'), '21.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '53.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__left">|</div>'), '54.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__right">|</div>')), 'wrap' => '<div class="two-col-myforum">|</div>'), '22.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '55.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text_area">|</div>'), '56.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="button_area">|</div>')), 'wrap' => '<div class="button_grid">|</div>'), 'default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'stdWrap.' => array('innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'section_frame'), 'TEXT', '150.' => array('value' => '<div class="limit_width_content">|</div>'))), 'dataWrap' => '{register:elementWrap}', 'required' => '1'), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), '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'))), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\CsvFileProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure'))), 'maximumColumns.' => array('field' => 'cols')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('predefinedList' => 'image'))), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('allowedFileExtensions' => 'youtube, vimeo'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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 tt_content.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=\'|\''), 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'includeNotInMenu' => '1', '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')))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content'))), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'socialmedia', 'key' => 'page.theme.socialmedia'))), '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'))), 'as' => 'table'))), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextpicBelow'), 'TEXT', '25.' => array('value' => 'TextpicRight'), 'TEXT', '26.' => array('value' => 'TextpicLeft'), 'TEXT', '125.' => array('value' => 'TextpicCenteredRight'), 'TEXT', '126.' => array('value' => 'TextpicCenteredLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextpicAbove')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('predefinedList' => 'image'))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextmediaBelow'), 'TEXT', '25.' => array('value' => 'TextmediaRight'), 'TEXT', '26.' => array('value' => 'TextmediaLeft'), 'TEXT', '125.' => array('value' => 'TextmediaCenteredRight'), 'TEXT', '126.' => array('value' => 'TextmediaCenteredLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextmediaAbove')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), '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'))))), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_accordion_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_card_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array('fieldName' => 'background_image_options'))))), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array('fieldName' => 'background_image_options'))))), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array('fieldName' => 'background_image_options'))))), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_icon_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'icon_file'), 'as' => 'iconFile'))))), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'items'))), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_tab_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'icon_file'), 'as' => 'icon', 'if.' => array('isFalse.' => array('field' => 'icon_set'))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '20.' => array('files.' => array('0.' => array('field' => 'icon')), 'as' => 'icon', 'if.' => array('isTrue.' => array('field' => 'icon_set'))))), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_bootstrappackage_timeline_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'flexform:pi_flexform:sorting', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => 'date desc'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'icon_file'), 'as' => 'iconFile'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'))))), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'if.' => array('isTrue' => '{$plugin.bootstrap_package_contentelements.menu_card.thumbnail.enable}')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue' => '0')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'if.' => array('isTrue' => '{$plugin.bootstrap_package_contentelements.menu_card.thumbnail.enable}')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue' => '0')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'as_ce1' => '< lib.contentElement', 'as_ce1.' => array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets')), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '110.' => array('options.' => array('if.' => array('isTrue.' => array('field' => 'pi_flexform')), 'fieldName' => 'pi_flexform'), 'as' => 'flexform')), 'templateName' => 'As_ce1.html'), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '110.' => array('options.' => array('if.' => array('isTrue.' => array('field' => 'pi_flexform')), 'fieldName' => 'pi_flexform'), 'as' => 'flexform'))))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // 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')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'asmfs_frontend' => 'USER', 'asmfs_frontend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend'), 'asmfs_webinars' => 'USER', 'asmfs_webinars.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Webinars'), 'asmfs_register' => 'USER', 'asmfs_register.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Register'), 'asmfs_search' => 'USER', 'asmfs_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Search'), 'asmfs_userarea' => 'USER', 'asmfs_userarea.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Userarea'), 'asmfs_file' => 'USER', 'asmfs_file.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'File'), 'asmfs_imgsrv' => 'USER', 'asmfs_imgsrv.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Imgsrv'), 'asmfs_event' => 'USER', 'asmfs_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Event'), 'asmfs_eventasset' => 'USER', 'asmfs_eventasset.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAsset'), 'asmfs_eventtag' => 'USER', 'asmfs_eventtag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventTag'), 'asmfs_eventtype' => 'USER', 'asmfs_eventtype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventType'), 'asmfs_eventdynamiccontent' => 'USER', 'asmfs_eventdynamiccontent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventDynamicContent'), 'asmfs_eventappointment' => 'USER', 'asmfs_eventappointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAppointment'), 'asmfs_appointment' => 'USER', 'asmfs_appointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Appointment'), 'asmfs_appointmentsearch' => 'USER', 'asmfs_appointmentsearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AppointmentSearch'), 'asmfs_onlineevent' => 'USER', 'asmfs_onlineevent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'OnlineEvent'), 'asmfs_contactperson' => 'USER', 'asmfs_contactperson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ContactPerson'), 'asmfs_eventplace' => 'USER', 'asmfs_eventplace.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventPlace'), 'asmfs_speaker' => 'USER', 'asmfs_speaker.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Speaker'), 'asmfs_eventvoucher' => 'USER', 'asmfs_eventvoucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventVoucher'), 'asmfs_tickettype' => 'USER', 'asmfs_tickettype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'TicketType'), 'asmfs_participant' => 'USER', 'asmfs_participant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Participant'), 'asmfs_participantcompany' => 'USER', 'asmfs_participantcompany.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ParticipantCompany'), 'asmfs_eventregistration' => 'USER', 'asmfs_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventRegistration'), 'asmfs_altinvoice' => 'USER', 'asmfs_altinvoice.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AltInvoice'), 'asmfs_partner' => 'USER', 'asmfs_partner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Partner'), 'asmfs_registrationparticipant' => 'USER', 'asmfs_registrationparticipant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'RegistrationParticipant'), 'asmfs_partnershipmember' => 'USER', 'asmfs_partnershipmember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnershipMember'), 'asmfs_partnercategory' => 'USER', 'asmfs_partnercategory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnerCategory'), 'asmfs_userregistration' => 'USER', 'asmfs_userregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'UserRegistration'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nsallchat_frnsallchat' => 'USER', 'nsallchat_frnsallchat.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsAllChat', 'pluginName' => 'Frnsallchat'), 'nsprotectsite_nsprotectsite' => 'USER', 'nsprotectsite_nsprotectsite.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsProtectSite', 'pluginName' => 'Nsprotectsite'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'pwcomments_pi1' => 'USER', 'pwcomments_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi1'), 'pwcomments_pi2' => 'USER', 'pwcomments_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi2'))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '2cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col21class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col22class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '3cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col31class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col32class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col33class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '4cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col41class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col42class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col43class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol4} {field:flexform_smCol4} {field:flexform_mdCol4} {field:flexform_lgCol4} {field:flexform_xlCol4} {field:flexform_col44class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), 'accordion.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link collapsed" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'wrap.' => array('override' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse show" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'override.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'as_ce1' => '< lib.contentElement', 'as_ce1.' => array('dataProcessing.' => array(*DEEP NESTED ARRAY*), 'templateName' => 'As_ce1.html'), 'stdWrap.' => array('innerWrap.' => array(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array()), 'TEXT', '30.' => array('wrap' => '|</div></div></div>')))), 'outerWrap.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'flexform_rowclass'), 'default' => 'TEXT', 'default.' => array('value' => '<div id="accordion-{field:_LOCALIZED_UID//field:uid}">|</div>'))), 'insertData' => '1'), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:AccordionCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabsSimple.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'stdWrap.' => array('insertData' => '1', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'as_ce1' => '< lib.contentElement', 'as_ce1.' => array('dataProcessing.' => array(*DEEP NESTED ARRAY*), 'templateName' => 'As_ce1.html'), 'stdWrap.' => array('innerWrap.' => array(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array())), 'wrap' => '<div class="tab-content">|</div>')), 'outerWrap' => '<div class="simple-tabs {field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'CONTENT', 'prepend.' => array('table' => 'tt_content', 'select.' => array('selectFields' => 'header, uid, tx_gridelements_container, sorting', 'where' => 'tx_gridelements_container={field:uid}', 'where.' => array('insertData' => '1'), 'orderBy' => 'sorting'), 'wrap' => '<div class="nav nav-tabs" role="tablist">|</div>', 'renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|+1'), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '|', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array(*DEEP NESTED ARRAY*), 'default' => 'TEXT', 'default.' => array(*DEEP NESTED ARRAY*), 'TEXT', '1.' => array(*DEEP NESTED ARRAY*)))))), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')), 'LOAD_REGISTER', '10.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount2', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabs4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'wrap' => '<div class="tab-content">|</div>'), 'tabs6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), '105.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c5" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab5">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), '106.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c6" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab6">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), 'TEXT', '50.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab5" data-toggle="tab" href="#nav-c{field:uid}-c5" role="tab" aria-controls="nav-c{field:uid}-c5">{field:flexform_tabTitle5}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), 'TEXT', '60.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab6" data-toggle="tab" href="#nav-c{field:uid}-c6" role="tab" aria-controls="nav-c{field:uid}-c6">{field:flexform_tabTitle6}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'wrap' => '<div class="tab-content">|</div>'), 'xSimpleRow.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '111.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '|')), 'wrap' => '<div class="row">|</div>'), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '14.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__left">|</div>'), '15.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__right">|</div>')), 'wrap' => '<div class="webinars_bg lazy" data-src="/typo3conf/ext/as_sitepackage/Resources/Public/Images/webinar_event.webp"><div class="webinars">|</div></div>'), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'))), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '30.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '31.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '32.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} impressum__content frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '40.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-r">|</div>'), '41.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-l">|</div>')), 'wrap' => '<div class="contact__text">|</div>'), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '50.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>'), '51.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item center">|</div>'), '52.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>')), 'wrap' => '<div class="content__sitebar">|</div>'), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '60.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__form">|</div>'), '61.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__image">|</div>')), 'wrap' => '<div class="grid__contact">|</div>'), '7.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '70.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="jobs__item">|</div>'))), '8.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '80.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>'), '81.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item item-center">|</div>'), '82.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>')), 'wrap' => '<div class="gridBottomContainer lazy"><div class="grid__bottom">|</div></div>'), '9.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '85.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="container__uber">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '10.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '86.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__header">|</div>'), '87.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>'), '88.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>')), 'wrap' => '<div class="container__filter">|</div>'), '11.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '91.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textLeft">|</div>'), '92.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textRight">|</div>'), '93.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__blocks">|</div>'), '94.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__link">|</div>')), 'wrap' => '<div class="tabs__content">|</div>'), '12.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '95.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '13.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '97.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideBrand"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '14.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '16.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__bar"><div id="bar-1" class="bar-1"><div id="bar-2" class="bar-2"><div id="bar-3" class="bar-3">|</div></div></div></div>'), '17.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__barNav">|</div>')), 'wrap' => '<div class="progressBar__content">|</div>'), '15.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '18.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-video">|</div>'), '19.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-blog">|</div>')), 'wrap' => '<div class="news-two-wrapp lazy"><div class="news-two-column">|</div></div>'), '16.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '22.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '23.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>')), 'wrap' => '<div class="inhouse-tabs-wrapp"><h2 class="inhouse-header">{field:header}</h2>|</div>', 'wrap.' => array('insertData' => '1')), '17.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '24.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhousReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '18.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '25.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '26.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '27.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '28.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>')), 'stdWrap.' => array('wrap' => '<div class="feedback-content frame-{field:frame_class} frame-layout-{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '19.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '45.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>'), '46.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>')), 'wrap' => '<div class="catalog">|</div>'), '20.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '47.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>'), '48.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>')), 'wrap' => '<div class="download">|</div>'), '21.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '53.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__left">|</div>'), '54.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__right">|</div>')), 'wrap' => '<div class="two-col-myforum">|</div>'), '22.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '55.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text_area">|</div>'), '56.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="button_area">|</div>')), 'wrap' => '<div class="button_grid">|</div>'))))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('2cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col21class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col22class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '3cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col31class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col32class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col33class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '4cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col41class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col42class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col43class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol4} {field:flexform_smCol4} {field:flexform_mdCol4} {field:flexform_lgCol4} {field:flexform_xlCol4} {field:flexform_col44class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), 'accordion.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link collapsed" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'wrap.' => array('override' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse show" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'override.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array()), 'TEXT', '30.' => array('wrap' => '|</div></div></div>')))), 'outerWrap.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'flexform_rowclass'), 'default' => 'TEXT', 'default.' => array('value' => '<div id="accordion-{field:_LOCALIZED_UID//field:uid}">|</div>'))), 'insertData' => '1'), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:AccordionCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabsSimple.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'stdWrap.' => array('insertData' => '1', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array())), 'wrap' => '<div class="tab-content">|</div>')), 'outerWrap' => '<div class="simple-tabs {field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'CONTENT', 'prepend.' => array('table' => 'tt_content', 'select.' => array('selectFields' => 'header, uid, tx_gridelements_container, sorting', 'where' => 'tx_gridelements_container={field:uid}', 'where.' => array('insertData' => '1'), 'orderBy' => 'sorting'), 'wrap' => '<div class="nav nav-tabs" role="tablist">|</div>', 'renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|+1'), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '|', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array(*DEEP NESTED ARRAY*), 'default' => 'TEXT', 'default.' => array(*DEEP NESTED ARRAY*), 'TEXT', '1.' => array(*DEEP NESTED ARRAY*)))))), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')), 'LOAD_REGISTER', '10.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount2', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabs4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'wrap' => '<div class="tab-content">|</div>'), 'tabs6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), '105.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c5" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab5">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), '106.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c6" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab6">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), 'TEXT', '50.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab5" data-toggle="tab" href="#nav-c{field:uid}-c5" role="tab" aria-controls="nav-c{field:uid}-c5">{field:flexform_tabTitle5}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), 'TEXT', '60.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab6" data-toggle="tab" href="#nav-c{field:uid}-c6" role="tab" aria-controls="nav-c{field:uid}-c6">{field:flexform_tabTitle6}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'wrap' => '<div class="tab-content">|</div>'), 'xSimpleRow.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '111.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '|')), 'wrap' => '<div class="row">|</div>'), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '14.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__left">|</div>'), '15.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__right">|</div>')), 'wrap' => '<div class="webinars_bg lazy" data-src="/typo3conf/ext/as_sitepackage/Resources/Public/Images/webinar_event.webp"><div class="webinars">|</div></div>'), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'))), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '30.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '31.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '32.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} impressum__content frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '40.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-r">|</div>'), '41.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-l">|</div>')), 'wrap' => '<div class="contact__text">|</div>'), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '50.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>'), '51.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item center">|</div>'), '52.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>')), 'wrap' => '<div class="content__sitebar">|</div>'), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '60.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__form">|</div>'), '61.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__image">|</div>')), 'wrap' => '<div class="grid__contact">|</div>'), '7.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '70.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="jobs__item">|</div>'))), '8.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '80.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>'), '81.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item item-center">|</div>'), '82.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>')), 'wrap' => '<div class="gridBottomContainer lazy"><div class="grid__bottom">|</div></div>'), '9.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '85.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="container__uber">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '10.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '86.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__header">|</div>'), '87.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>'), '88.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>')), 'wrap' => '<div class="container__filter">|</div>'), '11.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '91.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textLeft">|</div>'), '92.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textRight">|</div>'), '93.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__blocks">|</div>'), '94.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__link">|</div>')), 'wrap' => '<div class="tabs__content">|</div>'), '12.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '95.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '13.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '97.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideBrand"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '14.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '16.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__bar"><div id="bar-1" class="bar-1"><div id="bar-2" class="bar-2"><div id="bar-3" class="bar-3">|</div></div></div></div>'), '17.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__barNav">|</div>')), 'wrap' => '<div class="progressBar__content">|</div>'), '15.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '18.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-video">|</div>'), '19.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-blog">|</div>')), 'wrap' => '<div class="news-two-wrapp lazy"><div class="news-two-column">|</div></div>'), '16.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '22.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '23.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>')), 'wrap' => '<div class="inhouse-tabs-wrapp"><h2 class="inhouse-header">{field:header}</h2>|</div>', 'wrap.' => array('insertData' => '1')), '17.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '24.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhousReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '18.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '25.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '26.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '27.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '28.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>')), 'stdWrap.' => array('wrap' => '<div class="feedback-content frame-{field:frame_class} frame-layout-{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '19.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '45.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>'), '46.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>')), 'wrap' => '<div class="catalog">|</div>'), '20.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '47.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>'), '48.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>')), 'wrap' => '<div class="download">|</div>'), '21.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '53.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__left">|</div>'), '54.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__right">|</div>')), 'wrap' => '<div class="two-col-myforum">|</div>'), '22.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '55.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text_area">|</div>'), '56.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="button_area">|</div>')), 'wrap' => '<div class="button_grid">|</div>'), 'default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'stdWrap.' => array('innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'section_frame'), 'TEXT', '150.' => array('value' => '<div class="limit_width_content">|</div>'))), 'dataWrap' => '{register:elementWrap}', 'required' => '1'), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), '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'))), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\CsvFileProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure'))), 'maximumColumns.' => array('field' => 'cols')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('predefinedList' => 'image'))), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('allowedFileExtensions' => 'youtube, vimeo'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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 tt_content.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=\'|\''), 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'includeNotInMenu' => '1', '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')))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content'))), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'socialmedia', 'key' => 'page.theme.socialmedia'))), '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'))), 'as' => 'table'))), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextpicBelow'), 'TEXT', '25.' => array('value' => 'TextpicRight'), 'TEXT', '26.' => array('value' => 'TextpicLeft'), 'TEXT', '125.' => array('value' => 'TextpicCenteredRight'), 'TEXT', '126.' => array('value' => 'TextpicCenteredLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextpicAbove')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('predefinedList' => 'image'))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextmediaBelow'), 'TEXT', '25.' => array('value' => 'TextmediaRight'), 'TEXT', '26.' => array('value' => 'TextmediaLeft'), 'TEXT', '125.' => array('value' => 'TextmediaCenteredRight'), 'TEXT', '126.' => array('value' => 'TextmediaCenteredLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextmediaAbove')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), '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'))))), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_accordion_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_card_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array('fieldName' => 'background_image_options'))))), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array('fieldName' => 'background_image_options'))))), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array('fieldName' => 'background_image_options'))))), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_icon_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'icon_file'), 'as' => 'iconFile'))))), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'items'))), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_tab_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'icon_file'), 'as' => 'icon', 'if.' => array('isFalse.' => array('field' => 'icon_set'))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '20.' => array('files.' => array('0.' => array('field' => 'icon')), 'as' => 'icon', 'if.' => array('isTrue.' => array('field' => 'icon_set'))))), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_bootstrappackage_timeline_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'flexform:pi_flexform:sorting', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => 'date desc'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'icon_file'), 'as' => 'iconFile'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'))))), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'if.' => array('isTrue' => '{$plugin.bootstrap_package_contentelements.menu_card.thumbnail.enable}')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue' => '0')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'if.' => array('isTrue' => '{$plugin.bootstrap_package_contentelements.menu_card.thumbnail.enable}')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue' => '0')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'as_ce1' => '< lib.contentElement', 'as_ce1.' => array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets')), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '110.' => array('options.' => array('if.' => array('isTrue.' => array('field' => 'pi_flexform')), 'fieldName' => 'pi_flexform'), 'as' => 'flexform')), 'templateName' => 'As_ce1.html'), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '110.' => array('options.' => array('if.' => array('isTrue.' => array('field' => 'pi_flexform')), 'fieldName' => 'pi_flexform'), 'as' => 'flexform'))))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
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')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'asmfs_frontend' => 'USER', 'asmfs_frontend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend'), 'asmfs_webinars' => 'USER', 'asmfs_webinars.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Webinars'), 'asmfs_register' => 'USER', 'asmfs_register.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Register'), 'asmfs_search' => 'USER', 'asmfs_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Search'), 'asmfs_userarea' => 'USER', 'asmfs_userarea.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Userarea'), 'asmfs_file' => 'USER', 'asmfs_file.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'File'), 'asmfs_imgsrv' => 'USER', 'asmfs_imgsrv.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Imgsrv'), 'asmfs_event' => 'USER', 'asmfs_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Event'), 'asmfs_eventasset' => 'USER', 'asmfs_eventasset.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAsset'), 'asmfs_eventtag' => 'USER', 'asmfs_eventtag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventTag'), 'asmfs_eventtype' => 'USER', 'asmfs_eventtype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventType'), 'asmfs_eventdynamiccontent' => 'USER', 'asmfs_eventdynamiccontent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventDynamicContent'), 'asmfs_eventappointment' => 'USER', 'asmfs_eventappointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAppointment'), 'asmfs_appointment' => 'USER', 'asmfs_appointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Appointment'), 'asmfs_appointmentsearch' => 'USER', 'asmfs_appointmentsearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AppointmentSearch'), 'asmfs_onlineevent' => 'USER', 'asmfs_onlineevent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'OnlineEvent'), 'asmfs_contactperson' => 'USER', 'asmfs_contactperson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ContactPerson'), 'asmfs_eventplace' => 'USER', 'asmfs_eventplace.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventPlace'), 'asmfs_speaker' => 'USER', 'asmfs_speaker.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Speaker'), 'asmfs_eventvoucher' => 'USER', 'asmfs_eventvoucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventVoucher'), 'asmfs_tickettype' => 'USER', 'asmfs_tickettype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'TicketType'), 'asmfs_participant' => 'USER', 'asmfs_participant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Participant'), 'asmfs_participantcompany' => 'USER', 'asmfs_participantcompany.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ParticipantCompany'), 'asmfs_eventregistration' => 'USER', 'asmfs_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventRegistration'), 'asmfs_altinvoice' => 'USER', 'asmfs_altinvoice.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AltInvoice'), 'asmfs_partner' => 'USER', 'asmfs_partner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Partner'), 'asmfs_registrationparticipant' => 'USER', 'asmfs_registrationparticipant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'RegistrationParticipant'), 'asmfs_partnershipmember' => 'USER', 'asmfs_partnershipmember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnershipMember'), 'asmfs_partnercategory' => 'USER', 'asmfs_partnercategory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnerCategory'), 'asmfs_userregistration' => 'USER', 'asmfs_userregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'UserRegistration'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nsallchat_frnsallchat' => 'USER', 'nsallchat_frnsallchat.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsAllChat', 'pluginName' => 'Frnsallchat'), 'nsprotectsite_nsprotectsite' => 'USER', 'nsprotectsite_nsprotectsite.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsProtectSite', 'pluginName' => 'Nsprotectsite'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'pwcomments_pi1' => 'USER', 'pwcomments_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi1'), 'pwcomments_pi2' => 'USER', 'pwcomments_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi2'))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '2cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col21class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col22class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '3cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col31class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col32class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col33class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '4cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col41class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col42class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col43class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol4} {field:flexform_smCol4} {field:flexform_mdCol4} {field:flexform_lgCol4} {field:flexform_xlCol4} {field:flexform_col44class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), 'accordion.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link collapsed" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'wrap.' => array('override' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse show" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'override.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'as_ce1' => '< lib.contentElement', 'as_ce1.' => array('dataProcessing.' => array(*DEEP NESTED ARRAY*), 'templateName' => 'As_ce1.html'), 'stdWrap.' => array('innerWrap.' => array(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array()), 'TEXT', '30.' => array('wrap' => '|</div></div></div>')))), 'outerWrap.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'flexform_rowclass'), 'default' => 'TEXT', 'default.' => array('value' => '<div id="accordion-{field:_LOCALIZED_UID//field:uid}">|</div>'))), 'insertData' => '1'), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:AccordionCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabsSimple.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'stdWrap.' => array('insertData' => '1', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'as_ce1' => '< lib.contentElement', 'as_ce1.' => array('dataProcessing.' => array(*DEEP NESTED ARRAY*), 'templateName' => 'As_ce1.html'), 'stdWrap.' => array('innerWrap.' => array(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array())), 'wrap' => '<div class="tab-content">|</div>')), 'outerWrap' => '<div class="simple-tabs {field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'CONTENT', 'prepend.' => array('table' => 'tt_content', 'select.' => array('selectFields' => 'header, uid, tx_gridelements_container, sorting', 'where' => 'tx_gridelements_container={field:uid}', 'where.' => array('insertData' => '1'), 'orderBy' => 'sorting'), 'wrap' => '<div class="nav nav-tabs" role="tablist">|</div>', 'renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|+1'), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '|', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array(*DEEP NESTED ARRAY*), 'default' => 'TEXT', 'default.' => array(*DEEP NESTED ARRAY*), 'TEXT', '1.' => array(*DEEP NESTED ARRAY*)))))), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')), 'LOAD_REGISTER', '10.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount2', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabs4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'wrap' => '<div class="tab-content">|</div>'), 'tabs6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), '105.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c5" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab5">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), '106.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c6" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab6">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), 'TEXT', '50.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab5" data-toggle="tab" href="#nav-c{field:uid}-c5" role="tab" aria-controls="nav-c{field:uid}-c5">{field:flexform_tabTitle5}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), 'TEXT', '60.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab6" data-toggle="tab" href="#nav-c{field:uid}-c6" role="tab" aria-controls="nav-c{field:uid}-c6">{field:flexform_tabTitle6}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'wrap' => '<div class="tab-content">|</div>'), 'xSimpleRow.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '111.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '|')), 'wrap' => '<div class="row">|</div>'), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '14.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__left">|</div>'), '15.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__right">|</div>')), 'wrap' => '<div class="webinars_bg lazy" data-src="/typo3conf/ext/as_sitepackage/Resources/Public/Images/webinar_event.webp"><div class="webinars">|</div></div>'), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'))), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '30.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '31.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '32.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} impressum__content frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '40.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-r">|</div>'), '41.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-l">|</div>')), 'wrap' => '<div class="contact__text">|</div>'), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '50.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>'), '51.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item center">|</div>'), '52.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>')), 'wrap' => '<div class="content__sitebar">|</div>'), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '60.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__form">|</div>'), '61.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__image">|</div>')), 'wrap' => '<div class="grid__contact">|</div>'), '7.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '70.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="jobs__item">|</div>'))), '8.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '80.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>'), '81.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item item-center">|</div>'), '82.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>')), 'wrap' => '<div class="gridBottomContainer lazy"><div class="grid__bottom">|</div></div>'), '9.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '85.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="container__uber">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '10.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '86.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__header">|</div>'), '87.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>'), '88.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>')), 'wrap' => '<div class="container__filter">|</div>'), '11.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '91.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textLeft">|</div>'), '92.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textRight">|</div>'), '93.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__blocks">|</div>'), '94.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__link">|</div>')), 'wrap' => '<div class="tabs__content">|</div>'), '12.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '95.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '13.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '97.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideBrand"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '14.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '16.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__bar"><div id="bar-1" class="bar-1"><div id="bar-2" class="bar-2"><div id="bar-3" class="bar-3">|</div></div></div></div>'), '17.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__barNav">|</div>')), 'wrap' => '<div class="progressBar__content">|</div>'), '15.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '18.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-video">|</div>'), '19.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-blog">|</div>')), 'wrap' => '<div class="news-two-wrapp lazy"><div class="news-two-column">|</div></div>'), '16.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '22.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '23.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>')), 'wrap' => '<div class="inhouse-tabs-wrapp"><h2 class="inhouse-header">{field:header}</h2>|</div>', 'wrap.' => array('insertData' => '1')), '17.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '24.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhousReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '18.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '25.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '26.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '27.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '28.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>')), 'stdWrap.' => array('wrap' => '<div class="feedback-content frame-{field:frame_class} frame-layout-{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '19.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '45.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>'), '46.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>')), 'wrap' => '<div class="catalog">|</div>'), '20.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '47.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>'), '48.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>')), 'wrap' => '<div class="download">|</div>'), '21.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '53.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__left">|</div>'), '54.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__right">|</div>')), 'wrap' => '<div class="two-col-myforum">|</div>'), '22.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '55.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text_area">|</div>'), '56.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="button_area">|</div>')), 'wrap' => '<div class="button_grid">|</div>'))))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('2cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col21class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col22class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '3cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col31class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col32class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col33class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '4cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col41class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col42class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col43class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol4} {field:flexform_smCol4} {field:flexform_mdCol4} {field:flexform_lgCol4} {field:flexform_xlCol4} {field:flexform_col44class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), 'accordion.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link collapsed" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'wrap.' => array('override' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse show" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'override.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array()), 'TEXT', '30.' => array('wrap' => '|</div></div></div>')))), 'outerWrap.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'flexform_rowclass'), 'default' => 'TEXT', 'default.' => array('value' => '<div id="accordion-{field:_LOCALIZED_UID//field:uid}">|</div>'))), 'insertData' => '1'), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:AccordionCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabsSimple.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'stdWrap.' => array('insertData' => '1', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array())), 'wrap' => '<div class="tab-content">|</div>')), 'outerWrap' => '<div class="simple-tabs {field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'CONTENT', 'prepend.' => array('table' => 'tt_content', 'select.' => array('selectFields' => 'header, uid, tx_gridelements_container, sorting', 'where' => 'tx_gridelements_container={field:uid}', 'where.' => array('insertData' => '1'), 'orderBy' => 'sorting'), 'wrap' => '<div class="nav nav-tabs" role="tablist">|</div>', 'renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|+1'), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '|', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array(*DEEP NESTED ARRAY*), 'default' => 'TEXT', 'default.' => array(*DEEP NESTED ARRAY*), 'TEXT', '1.' => array(*DEEP NESTED ARRAY*)))))), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')), 'LOAD_REGISTER', '10.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount2', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabs4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'wrap' => '<div class="tab-content">|</div>'), 'tabs6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), '105.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c5" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab5">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), '106.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c6" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab6">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), 'TEXT', '50.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab5" data-toggle="tab" href="#nav-c{field:uid}-c5" role="tab" aria-controls="nav-c{field:uid}-c5">{field:flexform_tabTitle5}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), 'TEXT', '60.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab6" data-toggle="tab" href="#nav-c{field:uid}-c6" role="tab" aria-controls="nav-c{field:uid}-c6">{field:flexform_tabTitle6}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'wrap' => '<div class="tab-content">|</div>'), 'xSimpleRow.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '111.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '|')), 'wrap' => '<div class="row">|</div>'), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '14.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__left">|</div>'), '15.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__right">|</div>')), 'wrap' => '<div class="webinars_bg lazy" data-src="/typo3conf/ext/as_sitepackage/Resources/Public/Images/webinar_event.webp"><div class="webinars">|</div></div>'), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'))), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '30.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '31.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '32.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} impressum__content frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '40.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-r">|</div>'), '41.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-l">|</div>')), 'wrap' => '<div class="contact__text">|</div>'), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '50.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>'), '51.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item center">|</div>'), '52.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>')), 'wrap' => '<div class="content__sitebar">|</div>'), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '60.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__form">|</div>'), '61.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__image">|</div>')), 'wrap' => '<div class="grid__contact">|</div>'), '7.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '70.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="jobs__item">|</div>'))), '8.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '80.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>'), '81.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item item-center">|</div>'), '82.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>')), 'wrap' => '<div class="gridBottomContainer lazy"><div class="grid__bottom">|</div></div>'), '9.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '85.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="container__uber">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '10.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '86.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__header">|</div>'), '87.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>'), '88.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>')), 'wrap' => '<div class="container__filter">|</div>'), '11.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '91.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textLeft">|</div>'), '92.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textRight">|</div>'), '93.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__blocks">|</div>'), '94.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__link">|</div>')), 'wrap' => '<div class="tabs__content">|</div>'), '12.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '95.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '13.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '97.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideBrand"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '14.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '16.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__bar"><div id="bar-1" class="bar-1"><div id="bar-2" class="bar-2"><div id="bar-3" class="bar-3">|</div></div></div></div>'), '17.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__barNav">|</div>')), 'wrap' => '<div class="progressBar__content">|</div>'), '15.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '18.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-video">|</div>'), '19.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-blog">|</div>')), 'wrap' => '<div class="news-two-wrapp lazy"><div class="news-two-column">|</div></div>'), '16.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '22.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '23.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>')), 'wrap' => '<div class="inhouse-tabs-wrapp"><h2 class="inhouse-header">{field:header}</h2>|</div>', 'wrap.' => array('insertData' => '1')), '17.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '24.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhousReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '18.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '25.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '26.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '27.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '28.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>')), 'stdWrap.' => array('wrap' => '<div class="feedback-content frame-{field:frame_class} frame-layout-{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '19.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '45.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>'), '46.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>')), 'wrap' => '<div class="catalog">|</div>'), '20.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '47.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>'), '48.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>')), 'wrap' => '<div class="download">|</div>'), '21.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '53.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__left">|</div>'), '54.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__right">|</div>')), 'wrap' => '<div class="two-col-myforum">|</div>'), '22.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '55.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text_area">|</div>'), '56.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="button_area">|</div>')), 'wrap' => '<div class="button_grid">|</div>'), 'default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'stdWrap.' => array('innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'section_frame'), 'TEXT', '150.' => array('value' => '<div class="limit_width_content">|</div>'))), 'dataWrap' => '{register:elementWrap}', 'required' => '1'), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), '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'))), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\CsvFileProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure'))), 'maximumColumns.' => array('field' => 'cols')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('predefinedList' => 'image'))), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('allowedFileExtensions' => 'youtube, vimeo'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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 tt_content.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=\'|\''), 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'includeNotInMenu' => '1', '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')))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content'))), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'socialmedia', 'key' => 'page.theme.socialmedia'))), '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'))), 'as' => 'table'))), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextpicBelow'), 'TEXT', '25.' => array('value' => 'TextpicRight'), 'TEXT', '26.' => array('value' => 'TextpicLeft'), 'TEXT', '125.' => array('value' => 'TextpicCenteredRight'), 'TEXT', '126.' => array('value' => 'TextpicCenteredLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextpicAbove')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('predefinedList' => 'image'))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextmediaBelow'), 'TEXT', '25.' => array('value' => 'TextmediaRight'), 'TEXT', '26.' => array('value' => 'TextmediaLeft'), 'TEXT', '125.' => array('value' => 'TextmediaCenteredRight'), 'TEXT', '126.' => array('value' => 'TextmediaCenteredLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextmediaAbove')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), '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'))))), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_accordion_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_card_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array('fieldName' => 'background_image_options'))))), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array('fieldName' => 'background_image_options'))))), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array('fieldName' => 'background_image_options'))))), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_icon_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'icon_file'), 'as' => 'iconFile'))))), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'items'))), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_tab_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'icon_file'), 'as' => 'icon', 'if.' => array('isFalse.' => array('field' => 'icon_set'))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '20.' => array('files.' => array('0.' => array('field' => 'icon')), 'as' => 'icon', 'if.' => array('isTrue.' => array('field' => 'icon_set'))))), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_bootstrappackage_timeline_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'flexform:pi_flexform:sorting', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => 'date desc'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'icon_file'), 'as' => 'iconFile'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'))))), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'if.' => array('isTrue' => '{$plugin.bootstrap_package_contentelements.menu_card.thumbnail.enable}')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue' => '0')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'if.' => array('isTrue' => '{$plugin.bootstrap_package_contentelements.menu_card.thumbnail.enable}')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue' => '0')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'as_ce1' => '< lib.contentElement', 'as_ce1.' => array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets')), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '110.' => array('options.' => array('if.' => array('isTrue.' => array('field' => 'pi_flexform')), 'fieldName' => 'pi_flexform'), 'as' => 'flexform')), 'templateName' => 'As_ce1.html'), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '110.' => array('options.' => array('if.' => array('isTrue.' => array('field' => 'pi_flexform')), 'fieldName' => 'pi_flexform'), 'as' => 'flexform'))), 'tt_content')
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 724
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'asmfs_frontend' => 'USER', 'asmfs_frontend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend'), 'asmfs_webinars' => 'USER', 'asmfs_webinars.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Webinars'), 'asmfs_register' => 'USER', 'asmfs_register.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Register'), 'asmfs_search' => 'USER', 'asmfs_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Search'), 'asmfs_userarea' => 'USER', 'asmfs_userarea.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Userarea'), 'asmfs_file' => 'USER', 'asmfs_file.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'File'), 'asmfs_imgsrv' => 'USER', 'asmfs_imgsrv.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Imgsrv'), 'asmfs_event' => 'USER', 'asmfs_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Event'), 'asmfs_eventasset' => 'USER', 'asmfs_eventasset.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAsset'), 'asmfs_eventtag' => 'USER', 'asmfs_eventtag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventTag'), 'asmfs_eventtype' => 'USER', 'asmfs_eventtype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventType'), 'asmfs_eventdynamiccontent' => 'USER', 'asmfs_eventdynamiccontent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventDynamicContent'), 'asmfs_eventappointment' => 'USER', 'asmfs_eventappointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAppointment'), 'asmfs_appointment' => 'USER', 'asmfs_appointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Appointment'), 'asmfs_appointmentsearch' => 'USER', 'asmfs_appointmentsearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AppointmentSearch'), 'asmfs_onlineevent' => 'USER', 'asmfs_onlineevent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'OnlineEvent'), 'asmfs_contactperson' => 'USER', 'asmfs_contactperson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ContactPerson'), 'asmfs_eventplace' => 'USER', 'asmfs_eventplace.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventPlace'), 'asmfs_speaker' => 'USER', 'asmfs_speaker.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Speaker'), 'asmfs_eventvoucher' => 'USER', 'asmfs_eventvoucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventVoucher'), 'asmfs_tickettype' => 'USER', 'asmfs_tickettype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'TicketType'), 'asmfs_participant' => 'USER', 'asmfs_participant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Participant'), 'asmfs_participantcompany' => 'USER', 'asmfs_participantcompany.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ParticipantCompany'), 'asmfs_eventregistration' => 'USER', 'asmfs_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventRegistration'), 'asmfs_altinvoice' => 'USER', 'asmfs_altinvoice.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AltInvoice'), 'asmfs_partner' => 'USER', 'asmfs_partner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Partner'), 'asmfs_registrationparticipant' => 'USER', 'asmfs_registrationparticipant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'RegistrationParticipant'), 'asmfs_partnershipmember' => 'USER', 'asmfs_partnershipmember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnershipMember'), 'asmfs_partnercategory' => 'USER', 'asmfs_partnercategory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnerCategory'), 'asmfs_userregistration' => 'USER', 'asmfs_userregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'UserRegistration'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nsallchat_frnsallchat' => 'USER', 'nsallchat_frnsallchat.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsAllChat', 'pluginName' => 'Frnsallchat'), 'nsprotectsite_nsprotectsite' => 'USER', 'nsprotectsite_nsprotectsite.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsProtectSite', 'pluginName' => 'Nsprotectsite'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'pwcomments_pi1' => 'USER', 'pwcomments_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi1'), 'pwcomments_pi2' => 'USER', 'pwcomments_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi2'))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))), '2cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col21class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col22class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '3cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col31class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col32class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col33class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '4cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col41class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col42class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col43class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol4} {field:flexform_smCol4} {field:flexform_mdCol4} {field:flexform_lgCol4} {field:flexform_xlCol4} {field:flexform_col44class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), 'accordion.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link collapsed" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'wrap.' => array('override' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse show" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'override.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'as_ce1' => '< lib.contentElement', 'as_ce1.' => array('dataProcessing.' => array(*DEEP NESTED ARRAY*), 'templateName' => 'As_ce1.html'), 'stdWrap.' => array('innerWrap.' => array(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array()), 'TEXT', '30.' => array('wrap' => '|</div></div></div>')))), 'outerWrap.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'flexform_rowclass'), 'default' => 'TEXT', 'default.' => array('value' => '<div id="accordion-{field:_LOCALIZED_UID//field:uid}">|</div>'))), 'insertData' => '1'), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:AccordionCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabsSimple.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'stdWrap.' => array('insertData' => '1', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'as_ce1' => '< lib.contentElement', 'as_ce1.' => array('dataProcessing.' => array(*DEEP NESTED ARRAY*), 'templateName' => 'As_ce1.html'), 'stdWrap.' => array('innerWrap.' => array(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array())), 'wrap' => '<div class="tab-content">|</div>')), 'outerWrap' => '<div class="simple-tabs {field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'CONTENT', 'prepend.' => array('table' => 'tt_content', 'select.' => array('selectFields' => 'header, uid, tx_gridelements_container, sorting', 'where' => 'tx_gridelements_container={field:uid}', 'where.' => array('insertData' => '1'), 'orderBy' => 'sorting'), 'wrap' => '<div class="nav nav-tabs" role="tablist">|</div>', 'renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|+1'), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '|', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array(*DEEP NESTED ARRAY*), 'default' => 'TEXT', 'default.' => array(*DEEP NESTED ARRAY*), 'TEXT', '1.' => array(*DEEP NESTED ARRAY*)))))), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')), 'LOAD_REGISTER', '10.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount2', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabs4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'wrap' => '<div class="tab-content">|</div>'), 'tabs6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), '105.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c5" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab5">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), '106.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c6" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab6">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), 'TEXT', '50.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab5" data-toggle="tab" href="#nav-c{field:uid}-c5" role="tab" aria-controls="nav-c{field:uid}-c5">{field:flexform_tabTitle5}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), 'TEXT', '60.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab6" data-toggle="tab" href="#nav-c{field:uid}-c6" role="tab" aria-controls="nav-c{field:uid}-c6">{field:flexform_tabTitle6}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'wrap' => '<div class="tab-content">|</div>'), 'xSimpleRow.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '111.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '|')), 'wrap' => '<div class="row">|</div>'), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '14.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__left">|</div>'), '15.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__right">|</div>')), 'wrap' => '<div class="webinars_bg lazy" data-src="/typo3conf/ext/as_sitepackage/Resources/Public/Images/webinar_event.webp"><div class="webinars">|</div></div>'), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'))), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '30.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '31.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '32.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} impressum__content frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '40.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-r">|</div>'), '41.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-l">|</div>')), 'wrap' => '<div class="contact__text">|</div>'), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '50.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>'), '51.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item center">|</div>'), '52.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>')), 'wrap' => '<div class="content__sitebar">|</div>'), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '60.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__form">|</div>'), '61.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__image">|</div>')), 'wrap' => '<div class="grid__contact">|</div>'), '7.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '70.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="jobs__item">|</div>'))), '8.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '80.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>'), '81.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item item-center">|</div>'), '82.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>')), 'wrap' => '<div class="gridBottomContainer lazy"><div class="grid__bottom">|</div></div>'), '9.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '85.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="container__uber">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '10.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '86.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__header">|</div>'), '87.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>'), '88.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>')), 'wrap' => '<div class="container__filter">|</div>'), '11.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '91.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textLeft">|</div>'), '92.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textRight">|</div>'), '93.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__blocks">|</div>'), '94.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__link">|</div>')), 'wrap' => '<div class="tabs__content">|</div>'), '12.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '95.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '13.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '97.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideBrand"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '14.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '16.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__bar"><div id="bar-1" class="bar-1"><div id="bar-2" class="bar-2"><div id="bar-3" class="bar-3">|</div></div></div></div>'), '17.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__barNav">|</div>')), 'wrap' => '<div class="progressBar__content">|</div>'), '15.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '18.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-video">|</div>'), '19.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-blog">|</div>')), 'wrap' => '<div class="news-two-wrapp lazy"><div class="news-two-column">|</div></div>'), '16.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '22.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '23.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>')), 'wrap' => '<div class="inhouse-tabs-wrapp"><h2 class="inhouse-header">{field:header}</h2>|</div>', 'wrap.' => array('insertData' => '1')), '17.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '24.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhousReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '18.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '25.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '26.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '27.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '28.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>')), 'stdWrap.' => array('wrap' => '<div class="feedback-content frame-{field:frame_class} frame-layout-{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '19.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '45.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>'), '46.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>')), 'wrap' => '<div class="catalog">|</div>'), '20.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '47.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>'), '48.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>')), 'wrap' => '<div class="download">|</div>'), '21.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '53.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__left">|</div>'), '54.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__right">|</div>')), 'wrap' => '<div class="two-col-myforum">|</div>'), '22.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '55.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text_area">|</div>'), '56.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="button_area">|</div>')), 'wrap' => '<div class="button_grid">|</div>'))))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('2cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col21class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col22class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '3cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col31class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col32class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col33class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '4cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col41class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col42class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col43class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*))))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol4} {field:flexform_smCol4} {field:flexform_mdCol4} {field:flexform_lgCol4} {field:flexform_xlCol4} {field:flexform_col44class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array(*DEEP NESTED ARRAY*)))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), 'accordion.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link collapsed" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'wrap.' => array('override' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse show" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'override.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array()), 'TEXT', '30.' => array('wrap' => '|</div></div></div>')))), 'outerWrap.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'flexform_rowclass'), 'default' => 'TEXT', 'default.' => array('value' => '<div id="accordion-{field:_LOCALIZED_UID//field:uid}">|</div>'))), 'insertData' => '1'), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:AccordionCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabsSimple.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array(*DEEP NESTED ARRAY*), 'prioriCalc' => 'intval')), 'stdWrap.' => array('insertData' => '1', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array(*DEEP NESTED ARRAY*))), 'CASE', '20.' => 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(*DEEP NESTED ARRAY*)), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array(*DEEP NESTED ARRAY*)), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*)), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array(*DEEP NESTED ARRAY*), 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array(*DEEP NESTED ARRAY*)), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array(*DEEP NESTED ARRAY*)), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array())), 'wrap' => '<div class="tab-content">|</div>')), 'outerWrap' => '<div class="simple-tabs {field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'CONTENT', 'prepend.' => array('table' => 'tt_content', 'select.' => array('selectFields' => 'header, uid, tx_gridelements_container, sorting', 'where' => 'tx_gridelements_container={field:uid}', 'where.' => array('insertData' => '1'), 'orderBy' => 'sorting'), 'wrap' => '<div class="nav nav-tabs" role="tablist">|</div>', 'renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|+1'), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '|', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array(*DEEP NESTED ARRAY*), 'default' => 'TEXT', 'default.' => array(*DEEP NESTED ARRAY*), 'TEXT', '1.' => array(*DEEP NESTED ARRAY*)))))), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')), 'LOAD_REGISTER', '10.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount2', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'tabs4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'wrap' => '<div class="tab-content">|</div>'), 'tabs6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), '105.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c5" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab5">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), '106.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c6" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab6">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), 'TEXT', '50.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab5" data-toggle="tab" href="#nav-c{field:uid}-c5" role="tab" aria-controls="nav-c{field:uid}-c5">{field:flexform_tabTitle5}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), 'TEXT', '60.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab6" data-toggle="tab" href="#nav-c{field:uid}-c6" role="tab" aria-controls="nav-c{field:uid}-c6">{field:flexform_tabTitle6}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'wrap' => '<div class="tab-content">|</div>'), 'xSimpleRow.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '111.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '|')), 'wrap' => '<div class="row">|</div>'), '1.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '14.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__left">|</div>'), '15.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="webinars__item webinars__item__right">|</div>')), 'wrap' => '<div class="webinars_bg lazy" data-src="/typo3conf/ext/as_sitepackage/Resources/Public/Images/webinar_event.webp"><div class="webinars">|</div></div>'), '2.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="footer-box">|</div>'))), '3.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '30.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '31.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>'), '32.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__item">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} impressum__content frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '4.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '40.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-r">|</div>'), '41.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text__item b-l">|</div>')), 'wrap' => '<div class="contact__text">|</div>'), '5.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '50.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>'), '51.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item center">|</div>'), '52.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="sitebar__item">|</div>')), 'wrap' => '<div class="content__sitebar">|</div>'), '6.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '60.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__form">|</div>'), '61.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="contact__image">|</div>')), 'wrap' => '<div class="grid__contact">|</div>'), '7.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '70.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="jobs__item">|</div>'))), '8.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '80.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>'), '81.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item item-center">|</div>'), '82.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="bottom__item">|</div>')), 'wrap' => '<div class="gridBottomContainer lazy"><div class="grid__bottom">|</div></div>'), '9.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '85.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="container__uber">|</div>')), 'stdWrap.' => array('wrap' => '<div class="frame__{field:frame_class} frame-layout__{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '10.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '86.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__header">|</div>'), '87.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>'), '88.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="filter__item">|</div>')), 'wrap' => '<div class="container__filter">|</div>'), '11.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '91.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textLeft">|</div>'), '92.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__textRight">|</div>'), '93.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__blocks">|</div>'), '94.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tabs__content__link">|</div>')), 'wrap' => '<div class="tabs__content">|</div>'), '12.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '95.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '13.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '97.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="slideBrand"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '14.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '16.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__bar"><div id="bar-1" class="bar-1"><div id="bar-2" class="bar-2"><div id="bar-3" class="bar-3">|</div></div></div></div>'), '17.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="content__barNav">|</div>')), 'wrap' => '<div class="progressBar__content">|</div>'), '15.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '18.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-video">|</div>'), '19.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="news-blog">|</div>')), 'wrap' => '<div class="news-two-wrapp lazy"><div class="news-two-column">|</div></div>'), '16.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '20.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '21.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '22.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>'), '23.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhouse-tab">|</div>')), 'wrap' => '<div class="inhouse-tabs-wrapp"><h2 class="inhouse-header">{field:header}</h2>|</div>', 'wrap.' => array('insertData' => '1')), '17.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '24.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="inhousReview"><div class="swiper-wrapper">|</div><div class="swiper-pagination"></div></div>'))), '18.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '25.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '26.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '27.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>'), '28.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="feedback-column">|</div>')), 'stdWrap.' => array('wrap' => '<div class="feedback-content frame-{field:frame_class} frame-layout-{field:layout} frame-space-after-{field:space_after_class}" id="c{field:uid}">|</div>', 'wrap.' => array('insertData' => '1'))), '19.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '45.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>'), '46.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="catalog__item">|</div>')), 'wrap' => '<div class="catalog">|</div>'), '20.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '47.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>'), '48.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="download__item">|</div>')), 'wrap' => '<div class="download">|</div>'), '21.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '53.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__left">|</div>'), '54.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="two-col-myforum__right">|</div>')), 'wrap' => '<div class="two-col-myforum">|</div>'), '22.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '55.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="text_area">|</div>'), '56.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="button_area">|</div>')), 'wrap' => '<div class="button_grid">|</div>'), 'default.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')))))))), 'stdWrap.' => array('innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'section_frame'), 'TEXT', '150.' => array('value' => '<div class="limit_width_content">|</div>'))), 'dataWrap' => '{register:elementWrap}', 'required' => '1'), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), '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'))), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\CsvFileProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure'))), 'maximumColumns.' => array('field' => 'cols')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('predefinedList' => 'image'))), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('allowedFileExtensions' => 'youtube, vimeo'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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 tt_content.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=\'|\''), 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages'))))), 'includeNotInMenu' => '1', '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')))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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'), 'as' => 'content', 'where' => 'sectionIndex = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content'))), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'socialmedia', 'key' => 'page.theme.socialmedia'))), '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'))), 'as' => 'table'))), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextpicBelow'), 'TEXT', '25.' => array('value' => 'TextpicRight'), 'TEXT', '26.' => array('value' => 'TextpicLeft'), 'TEXT', '125.' => array('value' => 'TextpicCenteredRight'), 'TEXT', '126.' => array('value' => 'TextpicCenteredLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextpicAbove')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('predefinedList' => 'image'))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'imageorient'), 'TEXT', '8.' => array('value' => 'TextmediaBelow'), 'TEXT', '25.' => array('value' => 'TextmediaRight'), 'TEXT', '26.' => array('value' => 'TextmediaLeft'), 'TEXT', '125.' => array('value' => 'TextmediaCenteredRight'), 'TEXT', '126.' => array('value' => 'TextmediaCenteredLeft'), 'default' => 'TEXT', 'default.' => array('value' => 'TextmediaAbove')))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), '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'))))), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_accordion_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_card_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'link_icon'), 'as' => 'linkIcon'))))), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array('fieldName' => 'background_image_options'))))), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array('fieldName' => 'background_image_options'))))), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'images'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array('fieldName' => 'background_image_options'))))), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_icon_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'icon_file'), 'as' => 'iconFile'))))), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'items'))), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_tab_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')))))), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'icon_file'), 'as' => 'icon', 'if.' => array('isFalse.' => array('field' => 'icon_set'))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '20.' => array('files.' => array('0.' => array('field' => 'icon')), 'as' => 'icon', 'if.' => array('isTrue.' => array('field' => 'icon_set'))))), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_bootstrappackage_timeline_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy.' => array('stdWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'flexform:pi_flexform:sorting', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => 'date desc'))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'icon_file'), 'as' => 'iconFile'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'as' => 'image'))))), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'if.' => array('isTrue' => '{$plugin.bootstrap_package_contentelements.menu_card.thumbnail.enable}')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue' => '0')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail'), 'if.' => array('isTrue' => '{$plugin.bootstrap_package_contentelements.menu_card.thumbnail.enable}')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue' => '0')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'thumbnail')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array('field' => 'accessibility_bypass')), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'as_ce1' => '< lib.contentElement', 'as_ce1.' => array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets')), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '110.' => array('options.' => array('if.' => array('isTrue.' => array('field' => 'pi_flexform')), 'fieldName' => 'pi_flexform'), 'as' => 'flexform')), 'templateName' => 'As_ce1.html'), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '110.' => array('options.' => array('if.' => array('isTrue.' => array('field' => 'pi_flexform')), 'fieldName' => 'pi_flexform'), 'as' => 'flexform'))), '')
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 95
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $conf['table'] . ':' . $row['uid'];
                        $this->cObj->lastChanged($row['tstamp']);
                        $cObj->start($row, $conf['table']);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'slide' => '-1', 'slide.' => array('insertData' => '1'), 'renderObj.' => array('stdWrap.' => array('dataWrap' => '{register:elementWrap}', 'required' => '1')), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentContentObject), array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'slide' => '-1', 'slide.' => array('insertData' => '1'), 'renderObj.' => array('stdWrap.' => array('dataWrap' => '{register:elementWrap}', 'required' => '1')), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'slide' => '-1', 'slide.' => array('insertData' => '1'), 'renderObj.' => array('stdWrap.' => array('dataWrap' => '{register:elementWrap}', 'required' => '1')), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), '20')
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 688
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'slide.' => array('cObject' => 'TEXT', 'cObject.' => array('override.' => array('field' => 'slide', 'if.' => array('isInList.' => array('field' => 'slide'), 'value' => '-1, 0, 1, 2')), 'ifEmpty' => '0')), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap')), 'elementWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'elementWrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'slide' => '-1', 'slide.' => array('insertData' => '1'), 'renderObj.' => array('stdWrap.' => array('dataWrap' => '{register:elementWrap}', 'required' => '1')), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 42
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

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

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject), array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'slide.' => array('cObject' => 'TEXT', 'cObject.' => array('override.' => array('field' => 'slide', 'if.' => array('isInList.' => array('field' => 'slide'), 'value' => '-1, 0, 1, 2')), 'ifEmpty' => '0')), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap')), 'elementWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'elementWrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'slide' => '-1', 'slide.' => array('insertData' => '1'), 'renderObj.' => array('stdWrap.' => array('dataWrap' => '{register:elementWrap}', 'required' => '1')), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'slide.' => array('cObject' => 'TEXT', 'cObject.' => array('override.' => array('field' => 'slide', 'if.' => array('isInList.' => array('field' => 'slide'), 'value' => '-1, 0, 1, 2')), 'ifEmpty' => '0')), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap')), 'elementWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'elementWrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'slide' => '-1', 'slide.' => array('insertData' => '1'), 'renderObj.' => array('stdWrap.' => array('dataWrap' => '{register:elementWrap}', 'required' => '1')), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'), 'lib.dynamicContent')
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 724
                [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
                $conf = array_replace_recursive(is_array($conf) ? $conf : [], $confOverride);
                // Getting the cObject
                $timeTracker->incStackPointer();
                $content .= $this->cObjGetSingle($name, $conf, $key);
                $timeTracker->decStackPointer();
            } else {
                $hooked = false;
                // Application defined cObjects
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'slide.' => array('cObject' => 'TEXT', 'cObject.' => array('override.' => array('field' => 'slide', 'if.' => array('isInList.' => array('field' => 'slide'), 'value' => '-1, 0, 1, 2')), 'ifEmpty' => '0')), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap')), 'elementWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'elementWrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'slide' => '-1', 'slide.' => array('insertData' => '1'), 'renderObj.' => array('stdWrap.' => array('dataWrap' => '{register:elementWrap}', 'required' => '1')), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'), 'lib.dynamicContentSlide')
in /html/mfs_typo3_new/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 193
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('contentElement' => 'FLUIDTEMPLATE', 'contentElement.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Templates/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Templates/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Templates/ContentElements/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Partials/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Partials/ContentElements/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'EXT:as_sitepackage/Resources/Private/Layouts/ContentElements/', 'EXT:as_sitepackage/Resources/Private//Layouts/ContentElements/'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '1509614342.' => array('references.' => array('fieldName' => 'background_image'), 'as' => 'backgroundImage'), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532626753.' => array('fieldName' => 'background_image_options')), 'variables.' => array('backendlayout' => 'TEXT', 'backendlayout.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default')), 'settings.' => array('header.' => array('defaultHeaderType' => '2', 'class' => 'element-header', 'date.' => array('format' => '%B %e, %Y')), 'subheader.' => array('class' => 'element-subheader'), 'lightbox.' => array('cssClass' => 'lightbox', 'prefix' => 'lightbox-group', 'image.' => array('maxHeight' => '1200', 'maxWidth' => '1200')), 'media.' => array('additionalConfig.' => array('autoplay' => '0', 'controls' => '1', 'loop' => '0', 'enablejsapi' => '1', 'showinfo' => '0', 'relatedVideos' => '0', 'modestbranding' => '0')), 'gallery.' => array('columns.' => array('1.' => array('class' => 'gallery-item-size-1'), '2.' => array('class' => 'gallery-item-size-2', 'multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '3.' => array('class' => 'gallery-item-size-3', 'multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.3333'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '4.' => array('class' => 'gallery-item-size-4', 'multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '5.' => array('class' => 'gallery-item-size-5', 'multiplier.' => array('default' => '0.2', 'large' => '0.2', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '6.' => array('class' => 'gallery-item-size-6', 'multiplier.' => array('default' => '0.1666', 'large' => '0.16666', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')))), 'responsiveimages.' => array('variants.' => array('default.' => array('breakpoint' => '1200', 'width' => '1100'), 'large.' => array('breakpoint' => '992', 'width' => '920'), 'medium.' => array('breakpoint' => '768', 'width' => '680'), 'small.' => array('breakpoint' => '576', 'width' => '500'), 'extrasmall.' => array('breakpoint' => 'unset', 'width' => '374')), 'backendlayout.' => array('2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_25_75.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_50_50.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_left.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40'))), '2_columns_offset_right.' => array('0.' => array('multiplier.' => array('default' => '0.6666', 'large' => '0.6666'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), '3_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'special_feature.' => array('30.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '31.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '32.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '33.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '34.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '35.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '36.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '37.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40', 'small' => '40'))), 'special_start.' => array('20.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), '21.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), '22.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'subnavigation_left_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_right.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'large' => '40'))), 'subnavigation_right_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'large' => '40')))), 'contentelements.' => array('textpic.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'textmedia.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'accordion.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '24', 'large' => '24', 'medium' => '24'), 'corrections.' => array('default' => '25', 'large' => '25', 'medium' => '25', 'small' => '50', 'extrasmall' => '50')), 'top.' => array('corrections.' => array('default' => '50', 'large' => '50', 'medium' => '50', 'small' => '50', 'extrasmall' => '50')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '24', 'large' => '24', 'medium' => '24'), 'corrections.' => array('default' => '25', 'large' => '25', 'medium' => '25', 'small' => '50', 'extrasmall' => '50')), 'bottom.' => array('corrections.' => array('default' => '50', 'large' => '50', 'medium' => '50', 'small' => '50', 'extrasmall' => '50'))), 'card_group.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'carousel.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_small.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_fullscreen.' => array('text_and_image.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'tab.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'large' => '40', 'medium' => '40'))), 'timeline.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'corrections.' => array('default' => '49', 'large' => '49', 'medium' => '49', 'small' => '72', 'extrasmall' => '72')), 'menu_card_dir.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_card_list.' => array('1.' => array('corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '20', 'large' => '20', 'medium' => '20', 'small' => '20'), 'corrections.' => array('default' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_thumbnail_dir.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10'))), 'menu_thumbnail_list.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '3.' => array('multiplier.' => array('default' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10')), '4.' => array('multiplier.' => array('default' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '10', 'large' => '10', 'medium' => '10', 'small' => '10'))))), 'menuthumbnail.' => array('title.' => array('crop' => '100'), 'subtitle.' => array('crop' => '80')), 'menucard.' => array('icon.' => array('enable' => '0', 'height' => '32', 'width' => '32c'), 'title.' => array('crop' => '100'), 'subtitle.' => array('crop' => '100'), 'abstract.' => array('crop' => '250')), 'texticon.' => array('icon.' => array('default.' => array('height' => '32', 'width' => '32'), 'medium.' => array('height' => '48', 'width' => '48'), 'large.' => array('height' => '64', 'width' => '64'), 'awesome.' => array('height' => '80', 'width' => '80'))), 'timeline.' => array('date.' => array('format' => '%B %e, %Y - %H:%M')), 'uploads.' => array('preview.' => array('height' => '100c', 'width' => '100c')))), 'dynamicContent' => 'COA', 'dynamicContent.' => array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), 'slide.' => array('cObject' => 'TEXT', 'cObject.' => array('override.' => array('field' => 'slide', 'if.' => array('isInList.' => array('field' => 'slide'), 'value' => '-1, 0, 1, 2')), 'ifEmpty' => '0')), 'pageUid.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'pageUid', 'ifEmpty.' => array('data' => 'TSFE:id'))), 'contentFromPid.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'DB:pages:{register:pageUid}:content_from_pid', 'data.' => array('insertData' => '1'))), 'wrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'wrap')), 'elementWrap.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'elementWrap'))), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'slide' => '{register:slide}', 'slide.' => array('insertData' => '1'), 'renderObj.' => array('stdWrap.' => array('dataWrap' => '{register:elementWrap}', 'required' => '1')), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'), 'dynamicContentSlide' => '< lib.dynamicContent', 'dynamicContentSlide.' => array('20.' => array('slide' => '-1')), 'parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('data' => 'parameters:target'), 'extTarget' => '_blank', 'extTarget.' => array('override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var,a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var,a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var,a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="text-highlight">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'))), 'parseFunc_RTE.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('data' => 'parameters:target'), 'extTarget' => '_blank', 'extTarget.' => array('override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var,a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var,a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var,a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="text-highlight">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'encapsLines.' => array('encapsTagList' => 'p, pre, h1, h2, h3, h4, h5, h6, hr, dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'externalBlocks' => 'article, address, aside, blockquote, div, dd, dl, footer,header, nav, ol, section, table, ul, pre, figure', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc', 'HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('ul.' => array('fixAttrib.' => array('class.' => array('default' => 'list-normal')))), 'keepNonMatchedTags' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('wrap' => '<div class="table-responsive">|</div>'), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => ''))))))), 'pre.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('data' => 'parameters:target'), 'extTarget' => '_blank', 'extTarget.' => array('override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var,a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var,a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var,a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="text-highlight">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'))))), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'figure.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1'))), 'block' => 'FLUIDTEMPLATE', 'block.' => array('templateName' => 'Default', 'templateName.' => array('override.' => array('field' => 'template')), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Blocks/', 'EXT:bootstrap_package/Resources/Private/Templates/Blocks/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Blocks/', 'EXT:bootstrap_package/Resources/Private/Partials/Blocks/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Blocks/', 'EXT:bootstrap_package/Resources/Private/Layouts/Blocks/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme'))), 'page.' => array('class' => 'COA', 'class.' => array('TEXT', '10.' => array('field' => 'alias // uid', 'noTrimWrap' => '|page-||'), 'TEXT', '20.' => array('data' => 'level:1', 'noTrimWrap' => '| pagelevel-||'), 'TEXT', '30.' => array('data' => 'siteLanguage:languageId', 'noTrimWrap' => '| language-||'), 'TEXT', '40.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default', 'noTrimWrap' => '| backendlayout-||'), 'TEXT', '50.' => array('field' => 'layout', 'noTrimWrap' => '| layout-||', 'ifEmpty' => 'default'))), 'tx_form.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'parseFunc_powermail.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank', 'forceAbsoluteUrl' => '1'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('data' => 'parameters:target'), 'extTarget' => '_blank', 'extTarget.' => array('override.' => array('data' => 'parameters:target')), 'forceAbsoluteUrl' => '1'))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var,a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var,a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="text-highlight">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'encapsLines.' => array('encapsTagList' => 'p, pre, h1, h2, h3, h4, h5, h6, hr, dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'externalBlocks' => 'article, address, aside, blockquote, div, dd, dl, footer,header, nav, ol, section, table, ul, pre, figure', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc', 'HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('ul.' => array('fixAttrib.' => array('class.' => array('default' => 'list-normal')))), 'keepNonMatchedTags' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('wrap' => '<div class="table-responsive">|</div>'), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => ''))))))), 'pre.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('link' => 'TEXT', 'link.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters : allParams'), 'extTarget' => '_blank'), 'parseFunc.' => array('constants' => '1')), 'a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('data' => 'parameters:target'), 'extTarget' => '_blank', 'extTarget.' => array('override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var,a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var,a, abbr, acronym, address, article, aside, b, bdo,big, blockquote, br, caption, center, cite, code, col,colgroup, dd, del, dfn, dl, div, dt, em, font,footer, header, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, li, link, meta, nav, ol, p, pre, q,samp, sdfield, section, small, span, strike, strong,style, sub, sup, table, thead, tbody, tfoot, td, th,tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="text-highlight">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'))))), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'figure.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1'))), 'tx_news.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'gridelements.' => array('defaultGridSetup.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'))))), 'tt_content.' => array('shortcut.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'))), 'formattedDate' => 'TEXT', 'formattedDate.' => array('current' => '1', 'strftime' => '%d. %B'), 'bootstrap_grids.' => array('2cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col21class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array('field' => 'flexform_xsCol1'))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col22class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array('field' => 'flexform_xsCol2')))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '3cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col31class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array('field' => 'flexform_xsCol1'))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col32class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array('field' => 'flexform_xsCol3'))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col33class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array('field' => 'flexform_xsCol1')))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), '4cols.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol1} {field:flexform_smCol1} {field:flexform_mdCol1} {field:flexform_lgCol1} {field:flexform_xlCol1} {field:flexform_col41class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array('field' => 'flexform_xsCol1'))))), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol2} {field:flexform_smCol2} {field:flexform_mdCol2} {field:flexform_lgCol2} {field:flexform_xlCol2} {field:flexform_col42class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array('field' => 'flexform_xsCol3'))))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol3} {field:flexform_smCol3} {field:flexform_mdCol3} {field:flexform_lgCol3} {field:flexform_xlCol3} {field:flexform_col43class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array('field' => 'flexform_xsCol1'))))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'dataWrap' => '<div class="{field:flexform_xsCol4} {field:flexform_smCol4} {field:flexform_mdCol4} {field:flexform_lgCol4} {field:flexform_xlCol4} {field:flexform_col44class}">|</div>', 'dataWrap.' => array('override' => '<div class="col">|</div>', 'override.' => array('if.' => array('isNull.' => array('field' => 'flexform_xsCol4')))))), 'wrap' => '<div class="row {field:flexform_rowValign} {field:flexform_rowHalign} {field:flexform_rowCustom}">|</div>', 'wrap.' => array('insertData' => '1')), 'simpleTabs.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount2', 'wrap' => '|+1'), 'prioriCalc' => 'intval')), 'stdWrap.' => array('insertData' => '1', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'register:TabCount2'), 'default' => 'TEXT', 'default.' => array('value' => '<div class="tab-pane fade" id="nav-c{field:uid}" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab">|</div>'), 'TEXT', '1.' => array('value' => '<div class="tab-pane fade show active" id="nav-c{field:uid}"role="tabpanel" aria-labelledby="nav-c{field:uid}-tab">|</div>')))), 'CASE', '20.' => 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')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'asmfs_frontend' => 'USER', 'asmfs_frontend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend'), 'asmfs_webinars' => 'USER', 'asmfs_webinars.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Webinars'), 'asmfs_register' => 'USER', 'asmfs_register.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Register'), 'asmfs_search' => 'USER', 'asmfs_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Search'), 'asmfs_userarea' => 'USER', 'asmfs_userarea.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Userarea'), 'asmfs_file' => 'USER', 'asmfs_file.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'File'), 'asmfs_imgsrv' => 'USER', 'asmfs_imgsrv.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Imgsrv'), 'asmfs_event' => 'USER', 'asmfs_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Event'), 'asmfs_eventasset' => 'USER', 'asmfs_eventasset.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAsset'), 'asmfs_eventtag' => 'USER', 'asmfs_eventtag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventTag'), 'asmfs_eventtype' => 'USER', 'asmfs_eventtype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventType'), 'asmfs_eventdynamiccontent' => 'USER', 'asmfs_eventdynamiccontent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventDynamicContent'), 'asmfs_eventappointment' => 'USER', 'asmfs_eventappointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAppointment'), 'asmfs_appointment' => 'USER', 'asmfs_appointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Appointment'), 'asmfs_appointmentsearch' => 'USER', 'asmfs_appointmentsearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AppointmentSearch'), 'asmfs_onlineevent' => 'USER', 'asmfs_onlineevent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'OnlineEvent'), 'asmfs_contactperson' => 'USER', 'asmfs_contactperson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ContactPerson'), 'asmfs_eventplace' => 'USER', 'asmfs_eventplace.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventPlace'), 'asmfs_speaker' => 'USER', 'asmfs_speaker.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Speaker'), 'asmfs_eventvoucher' => 'USER', 'asmfs_eventvoucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventVoucher'), 'asmfs_tickettype' => 'USER', 'asmfs_tickettype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'TicketType'), 'asmfs_participant' => 'USER', 'asmfs_participant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Participant'), 'asmfs_participantcompany' => 'USER', 'asmfs_participantcompany.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ParticipantCompany'), 'asmfs_eventregistration' => 'USER', 'asmfs_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventRegistration'), 'asmfs_altinvoice' => 'USER', 'asmfs_altinvoice.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AltInvoice'), 'asmfs_partner' => 'USER', 'asmfs_partner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Partner'), 'asmfs_registrationparticipant' => 'USER', 'asmfs_registrationparticipant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'RegistrationParticipant'), 'asmfs_partnershipmember' => 'USER', 'asmfs_partnershipmember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnershipMember'), 'asmfs_partnercategory' => 'USER', 'asmfs_partnercategory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnerCategory'), 'asmfs_userregistration' => 'USER', 'asmfs_userregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'UserRegistration'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nsallchat_frnsallchat' => 'USER', 'nsallchat_frnsallchat.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsAllChat', 'pluginName' => 'Frnsallchat'), 'nsprotectsite_nsprotectsite' => 'USER', 'nsprotectsite_nsprotectsite.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsProtectSite', 'pluginName' => 'Nsprotectsite'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'pwcomments_pi1' => 'USER', 'pwcomments_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi1'), 'pwcomments_pi2' => 'USER', 'pwcomments_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi2'))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('2cols.' => array(*DEEP NESTED ARRAY*), '3cols.' => array(*DEEP NESTED ARRAY*), '4cols.' => array(*DEEP NESTED ARRAY*), 'accordion.' => array(*DEEP NESTED ARRAY*), 'tabsSimple.' => array(*DEEP NESTED ARRAY*), 'tabs4.' => array(*DEEP NESTED ARRAY*), 'tabs6.' => array(*DEEP NESTED ARRAY*), 'xSimpleRow.' => array(*DEEP NESTED ARRAY*), '1.' => array(*DEEP NESTED ARRAY*), '2.' => array(*DEEP NESTED ARRAY*), '3.' => array(*DEEP NESTED ARRAY*), '4.' => array(*DEEP NESTED ARRAY*), '5.' => array(*DEEP NESTED ARRAY*), '6.' => array(*DEEP NESTED ARRAY*), '7.' => array(*DEEP NESTED ARRAY*), '8.' => array(*DEEP NESTED ARRAY*), '9.' => array(*DEEP NESTED ARRAY*), '10.' => array(*DEEP NESTED ARRAY*), '11.' => array(*DEEP NESTED ARRAY*), '12.' => array(*DEEP NESTED ARRAY*), '13.' => array(*DEEP NESTED ARRAY*), '14.' => array(*DEEP NESTED ARRAY*), '15.' => array(*DEEP NESTED ARRAY*), '16.' => array(*DEEP NESTED ARRAY*), '17.' => array(*DEEP NESTED ARRAY*), '18.' => array(*DEEP NESTED ARRAY*), '19.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*), '21.' => array(*DEEP NESTED ARRAY*), '22.' => array(*DEEP NESTED ARRAY*), 'default.' => array(*DEEP NESTED ARRAY*))))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('2cols.' => array(*DEEP NESTED ARRAY*), '3cols.' => array(*DEEP NESTED ARRAY*), '4cols.' => array(*DEEP NESTED ARRAY*), 'accordion.' => array(*DEEP NESTED ARRAY*), 'tabsSimple.' => array(*DEEP NESTED ARRAY*), 'tabs4.' => array(*DEEP NESTED ARRAY*), 'tabs6.' => array(*DEEP NESTED ARRAY*), 'xSimpleRow.' => array(*DEEP NESTED ARRAY*), '1.' => array(*DEEP NESTED ARRAY*), '2.' => array(*DEEP NESTED ARRAY*), '3.' => array(*DEEP NESTED ARRAY*), '4.' => array(*DEEP NESTED ARRAY*), '5.' => array(*DEEP NESTED ARRAY*), '6.' => array(*DEEP NESTED ARRAY*), '7.' => array(*DEEP NESTED ARRAY*), '8.' => array(*DEEP NESTED ARRAY*), '9.' => array(*DEEP NESTED ARRAY*), '10.' => array(*DEEP NESTED ARRAY*), '11.' => array(*DEEP NESTED ARRAY*), '12.' => array(*DEEP NESTED ARRAY*), '13.' => array(*DEEP NESTED ARRAY*), '14.' => array(*DEEP NESTED ARRAY*), '15.' => array(*DEEP NESTED ARRAY*), '16.' => array(*DEEP NESTED ARRAY*), '17.' => array(*DEEP NESTED ARRAY*), '18.' => array(*DEEP NESTED ARRAY*), '19.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*), '21.' => array(*DEEP NESTED ARRAY*), '22.' => array(*DEEP NESTED ARRAY*), 'default.' => array(*DEEP NESTED ARRAY*))))), 'as_ce1' => '< lib.contentElement', 'as_ce1.' => array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets')), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '110.' => array('options.' => array('if.' => array(*DEEP NESTED ARRAY*), 'fieldName' => 'pi_flexform'), 'as' => 'flexform')), 'templateName' => 'As_ce1.html'), 'stdWrap.' => array('innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'section_frame'), 'TEXT', '150.' => array('value' => '<div class="limit_width_content">|</div>')))), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array(*DEEP NESTED ARRAY*)), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array(*DEEP NESTED ARRAY*)), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\CsvFileProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'fieldDelimiter.' => array('char.' => array(*DEEP NESTED ARRAY*)), 'fieldEnclosure.' => array('char.' => array(*DEEP NESTED ARRAY*)), 'maximumColumns.' => array('field' => 'cols')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('predefinedList' => 'image'))), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('allowedFileExtensions' => 'youtube, vimeo'))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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 tt_content.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=\'|\''), 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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(*DEEP NESTED ARRAY*), 'relation.' => array(*DEEP NESTED ARRAY*), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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(*DEEP NESTED ARRAY*), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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(*DEEP NESTED ARRAY*), 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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(*DEEP NESTED ARRAY*)), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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(*DEEP NESTED ARRAY*)), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), '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,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array(*DEEP NESTED ARRAY*), 'pages' => 'COA', 'pages.' => array(*DEEP NESTED ARRAY*)))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array(*DEEP NESTED ARRAY*), 'settings' => '< plugin.tx_news.settings', 'settings.' => array(*DEEP NESTED ARRAY*))))), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'socialmedia', 'key' => 'page.theme.socialmedia'))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array(*DEEP NESTED ARRAY*)), 'fieldEnclosure.' => array('char.' => array(*DEEP NESTED ARRAY*)), 'as' => 'table'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array(*DEEP NESTED ARRAY*), 'TEXT', '8.' => array(*DEEP NESTED ARRAY*), 'TEXT', '25.' => array(*DEEP NESTED ARRAY*), 'TEXT', '26.' => array(*DEEP NESTED ARRAY*), 'TEXT', '125.' => array(*DEEP NESTED ARRAY*), 'TEXT', '126.' => array(*DEEP NESTED ARRAY*), 'default' => 'TEXT', 'default.' => array(*DEEP NESTED ARRAY*)))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('predefinedList' => 'image'))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array(*DEEP NESTED ARRAY*), 'TEXT', '8.' => array(*DEEP NESTED ARRAY*), 'TEXT', '25.' => array(*DEEP NESTED ARRAY*), 'TEXT', '26.' => array(*DEEP NESTED ARRAY*), 'TEXT', '125.' => array(*DEEP NESTED ARRAY*), 'TEXT', '126.' => array(*DEEP NESTED ARRAY*), 'default' => 'TEXT', 'default.' => array(*DEEP NESTED ARRAY*)))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), '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(*DEEP NESTED ARRAY*))))), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_accordion_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))))), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_card_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array(*DEEP NESTED ARRAY*))))), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array(*DEEP NESTED ARRAY*), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array(*DEEP NESTED ARRAY*))))), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array(*DEEP NESTED ARRAY*), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array(*DEEP NESTED ARRAY*))))), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array(*DEEP NESTED ARRAY*), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array(*DEEP NESTED ARRAY*))))), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_icon_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))))), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'items'))), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_tab_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))))), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'icon_file'), 'as' => 'icon', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '20.' => array('files.' => array('0.' => array(*DEEP NESTED ARRAY*)), 'as' => 'icon', 'if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*))))), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_bootstrappackage_timeline_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*)), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array(*DEEP NESTED ARRAY*))))), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array())), 'wrap' => '<div class="tab-content">|</div>')), 'outerWrap' => '<div class="simple-tabs {field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'CONTENT', 'prepend.' => array('table' => 'tt_content', 'select.' => array('selectFields' => 'header, uid, tx_gridelements_container, sorting', 'where' => 'tx_gridelements_container={field:uid}', 'where.' => array('insertData' => '1'), 'orderBy' => 'sorting'), 'wrap' => '<div class="nav nav-tabs" role="tablist">|</div>', 'renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|+1'), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '|', 'outerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'register:TabCount'), 'default' => 'TEXT', 'default.' => array('value' => '<a class="nav-item nav-link" id="nav-c{field:uid}-tab" data-toggle="tab" href="#nav-c{field:uid}" role="tab" aria-controls="nav-c{field:uid}">|</a>'), 'TEXT', '1.' => array('value' => '<a class="nav-item nav-link active" id="nav-c{field:uid}-tab" data-toggle="tab" href="#nav-c{field:uid}" role="tab" aria-controls="nav-c{field:uid}">|</a>')))))), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('TabCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')), 'LOAD_REGISTER', '10.' => array('TabCount2.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:TabCount2', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), '4tabs.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4')))), 'wrap' => '<div class="tab-content">|</div>'), '6tabs.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade show active" id="nav-c{field:uid}-c1" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab1">|</div>', 'wrap.' => array('insertData' => '1')), '102.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c2" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab2">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), '103.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c3" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab3">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), '104.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c4" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab4">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), '105.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c5" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab5">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), '106.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '<div class="tab-pane fade" id="nav-c{field:uid}-c6" role="tabpanel" aria-labelledby="nav-c{field:uid}-tab6">|</div>', 'wrap.' => array('insertData' => '1'), 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'outerWrap' => '<div class="{field:flexform_style}">|</div>', 'outerWrap.' => array('insertData' => '1'), 'prepend' => 'COA', 'prepend.' => array('wrap' => '<ul class="nav nav-tabs" role="tablist">|</ul>', 'TEXT', '10.' => array('value' => '<li class="nav-item"><a class="nav-link active" id="nav-c{field:uid}-tab1" data-toggle="tab" href="#nav-c{field:uid}-c1" role="tab" aria-controls="nav-c{field:uid}-c1" aria-selected="true">{field:flexform_tabTitle1}</a></li>', 'insertData' => '1'), 'TEXT', '20.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab2" data-toggle="tab" href="#nav-c{field:uid}-c2" role="tab" aria-controls="nav-c{field:uid}-c2">{field:flexform_tabTitle2}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle2'))), 'TEXT', '30.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab3" data-toggle="tab" href="#nav-c{field:uid}-c3" role="tab" aria-controls="nav-c{field:uid}-c3">{field:flexform_tabTitle3}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle3'))), 'TEXT', '40.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab4" data-toggle="tab" href="#nav-c{field:uid}-c4" role="tab" aria-controls="nav-c{field:uid}-c4">{field:flexform_tabTitle4}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle4'))), 'TEXT', '50.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab5" data-toggle="tab" href="#nav-c{field:uid}-c5" role="tab" aria-controls="nav-c{field:uid}-c5">{field:flexform_tabTitle5}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle5'))), 'TEXT', '60.' => array('value' => '<li class="nav-item"><a class="nav-link" id="nav-c{field:uid}-tab6" data-toggle="tab" href="#nav-c{field:uid}-c6" role="tab" aria-controls="nav-c{field:uid}-c6">{field:flexform_tabTitle6}</a></li>', 'insertData' => '1', 'if.' => array('isTrue.' => array('field' => 'flexform_tabTitle6')))), 'wrap' => '<div class="tab-content">|</div>'), 'accordion.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '101.' => array('renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:AccordionCount', 'wrap' => '|+1'), 'prioriCalc' => 'intval')), 'TEXT', '10.' => array('field' => 'header', 'insertData' => '1', 'wrap' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link collapsed" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'wrap.' => array('override' => '<div class="card"><div class="card-header" id="heading-c{field:uid}"><h5 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-parent="#accordion-{field:tx_gridelements_container}" data-target="#collapse-{field:uid}" aria-expanded="false" aria-controls="collapse-{field:uid}">|</button></h5></div><div id="collapse-{field:uid}" class="collapse show" aria-labelledby="heading-c{field:uid}" data-parent="#accordion-{field:tx_gridelements_container}"><div class="card-body">', 'override.' => array('if.' => array('value' => '1', 'equals.' => array('data' => 'register:AccordionCount'))))), 'CASE', '20.' => 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')), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'asmfs_frontend' => 'USER', 'asmfs_frontend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Frontend'), 'asmfs_webinars' => 'USER', 'asmfs_webinars.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Webinars'), 'asmfs_register' => 'USER', 'asmfs_register.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Register'), 'asmfs_search' => 'USER', 'asmfs_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Search'), 'asmfs_userarea' => 'USER', 'asmfs_userarea.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Userarea'), 'asmfs_file' => 'USER', 'asmfs_file.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'File'), 'asmfs_imgsrv' => 'USER', 'asmfs_imgsrv.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Imgsrv'), 'asmfs_event' => 'USER', 'asmfs_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Event'), 'asmfs_eventasset' => 'USER', 'asmfs_eventasset.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAsset'), 'asmfs_eventtag' => 'USER', 'asmfs_eventtag.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventTag'), 'asmfs_eventtype' => 'USER', 'asmfs_eventtype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventType'), 'asmfs_eventdynamiccontent' => 'USER', 'asmfs_eventdynamiccontent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventDynamicContent'), 'asmfs_eventappointment' => 'USER', 'asmfs_eventappointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventAppointment'), 'asmfs_appointment' => 'USER', 'asmfs_appointment.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Appointment'), 'asmfs_appointmentsearch' => 'USER', 'asmfs_appointmentsearch.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AppointmentSearch'), 'asmfs_onlineevent' => 'USER', 'asmfs_onlineevent.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'OnlineEvent'), 'asmfs_contactperson' => 'USER', 'asmfs_contactperson.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ContactPerson'), 'asmfs_eventplace' => 'USER', 'asmfs_eventplace.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventPlace'), 'asmfs_speaker' => 'USER', 'asmfs_speaker.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Speaker'), 'asmfs_eventvoucher' => 'USER', 'asmfs_eventvoucher.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventVoucher'), 'asmfs_tickettype' => 'USER', 'asmfs_tickettype.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'TicketType'), 'asmfs_participant' => 'USER', 'asmfs_participant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Participant'), 'asmfs_participantcompany' => 'USER', 'asmfs_participantcompany.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'ParticipantCompany'), 'asmfs_eventregistration' => 'USER', 'asmfs_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'EventRegistration'), 'asmfs_altinvoice' => 'USER', 'asmfs_altinvoice.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'AltInvoice'), 'asmfs_partner' => 'USER', 'asmfs_partner.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'Partner'), 'asmfs_registrationparticipant' => 'USER', 'asmfs_registrationparticipant.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'RegistrationParticipant'), 'asmfs_partnershipmember' => 'USER', 'asmfs_partnershipmember.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnershipMember'), 'asmfs_partnercategory' => 'USER', 'asmfs_partnercategory.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'PartnerCategory'), 'asmfs_userregistration' => 'USER', 'asmfs_userregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'AsMfs', 'pluginName' => 'UserRegistration'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nsallchat_frnsallchat' => 'USER', 'nsallchat_frnsallchat.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsAllChat', 'pluginName' => 'Frnsallchat'), 'nsprotectsite_nsprotectsite' => 'USER', 'nsprotectsite_nsprotectsite.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NsProtectSite', 'pluginName' => 'Nsprotectsite'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'pwcomments_pi1' => 'USER', 'pwcomments_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi1'), 'pwcomments_pi2' => 'USER', 'pwcomments_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'pluginName' => 'Pi2'))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'gridelements_pi1' => 'COA', 'gridelements_pi1.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('2cols.' => array(*DEEP NESTED ARRAY*), '3cols.' => array(*DEEP NESTED ARRAY*), '4cols.' => array(*DEEP NESTED ARRAY*), 'accordion.' => array(*DEEP NESTED ARRAY*), 'tabsSimple.' => array(*DEEP NESTED ARRAY*), 'tabs4.' => array(*DEEP NESTED ARRAY*), 'tabs6.' => array(*DEEP NESTED ARRAY*), 'xSimpleRow.' => array(*DEEP NESTED ARRAY*), '1.' => array(*DEEP NESTED ARRAY*), '2.' => array(*DEEP NESTED ARRAY*), '3.' => array(*DEEP NESTED ARRAY*), '4.' => array(*DEEP NESTED ARRAY*), '5.' => array(*DEEP NESTED ARRAY*), '6.' => array(*DEEP NESTED ARRAY*), '7.' => array(*DEEP NESTED ARRAY*), '8.' => array(*DEEP NESTED ARRAY*), '9.' => array(*DEEP NESTED ARRAY*), '10.' => array(*DEEP NESTED ARRAY*), '11.' => array(*DEEP NESTED ARRAY*), '12.' => array(*DEEP NESTED ARRAY*), '13.' => array(*DEEP NESTED ARRAY*), '14.' => array(*DEEP NESTED ARRAY*), '15.' => array(*DEEP NESTED ARRAY*), '16.' => array(*DEEP NESTED ARRAY*), '17.' => array(*DEEP NESTED ARRAY*), '18.' => array(*DEEP NESTED ARRAY*), '19.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*), '21.' => array(*DEEP NESTED ARRAY*), '22.' => array(*DEEP NESTED ARRAY*), 'default.' => array(*DEEP NESTED ARRAY*))))), 'gridelements_view' => 'COA', 'gridelements_view.' => array('COA', '20.' => array('USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->main', 'setup.' => array('2cols.' => array(*DEEP NESTED ARRAY*), '3cols.' => array(*DEEP NESTED ARRAY*), '4cols.' => array(*DEEP NESTED ARRAY*), 'accordion.' => array(*DEEP NESTED ARRAY*), 'tabsSimple.' => array(*DEEP NESTED ARRAY*), 'tabs4.' => array(*DEEP NESTED ARRAY*), 'tabs6.' => array(*DEEP NESTED ARRAY*), 'xSimpleRow.' => array(*DEEP NESTED ARRAY*), '1.' => array(*DEEP NESTED ARRAY*), '2.' => array(*DEEP NESTED ARRAY*), '3.' => array(*DEEP NESTED ARRAY*), '4.' => array(*DEEP NESTED ARRAY*), '5.' => array(*DEEP NESTED ARRAY*), '6.' => array(*DEEP NESTED ARRAY*), '7.' => array(*DEEP NESTED ARRAY*), '8.' => array(*DEEP NESTED ARRAY*), '9.' => array(*DEEP NESTED ARRAY*), '10.' => array(*DEEP NESTED ARRAY*), '11.' => array(*DEEP NESTED ARRAY*), '12.' => array(*DEEP NESTED ARRAY*), '13.' => array(*DEEP NESTED ARRAY*), '14.' => array(*DEEP NESTED ARRAY*), '15.' => array(*DEEP NESTED ARRAY*), '16.' => array(*DEEP NESTED ARRAY*), '17.' => array(*DEEP NESTED ARRAY*), '18.' => array(*DEEP NESTED ARRAY*), '19.' => array(*DEEP NESTED ARRAY*), '20.' => array(*DEEP NESTED ARRAY*), '21.' => array(*DEEP NESTED ARRAY*), '22.' => array(*DEEP NESTED ARRAY*), 'default.' => array(*DEEP NESTED ARRAY*))))), 'as_ce1' => '< lib.contentElement', 'as_ce1.' => array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting'), 'as' => 'media'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '30.' => array('references.' => array('fieldName' => 'assets')), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '110.' => array('options.' => array('if.' => array(*DEEP NESTED ARRAY*), 'fieldName' => 'pi_flexform'), 'as' => 'flexform')), 'templateName' => 'As_ce1.html'), 'stdWrap.' => array('innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'section_frame'), 'TEXT', '150.' => array('value' => '<div class="limit_width_content">|</div>')))), 'audio' => '< lib.contentElement', 'audio.' => array('templateName' => 'Audio', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array(*DEEP NESTED ARRAY*)), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array(*DEEP NESTED ARRAY*)), 'fieldDelimiter' => '|', 'as' => 'bullets'))), 'csv' => '< lib.contentElement', 'csv.' => array('templateName' => 'Csv', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\CsvFileProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'fieldDelimiter.' => array('char.' => array(*DEEP NESTED ARRAY*)), 'fieldEnclosure.' => array('char.' => array(*DEEP NESTED ARRAY*)), 'maximumColumns.' => array('field' => 'cols')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header'), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html'), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('predefinedList' => 'image'))), 'media' => '< lib.contentElement', 'media.' => array('templateName' => 'Media', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('allowedFileExtensions' => 'youtube, vimeo'))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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 tt_content.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=\'|\''), 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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(*DEEP NESTED ARRAY*), 'relation.' => array(*DEEP NESTED ARRAY*), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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(*DEEP NESTED ARRAY*), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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(*DEEP NESTED ARRAY*), 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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(*DEEP NESTED ARRAY*)), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), '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(*DEEP NESTED ARRAY*)), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'quote' => '< lib.contentElement', 'quote.' => array('templateName' => 'Quote'), '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,pages', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array(*DEEP NESTED ARRAY*), 'pages' => 'COA', 'pages.' => array(*DEEP NESTED ARRAY*)))), '20.' => array('tables' => 'tx_news_domain_model_news', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1', 'vendorName' => 'GeorgRinger', 'switchableControllerActions.' => array(*DEEP NESTED ARRAY*), 'settings' => '< plugin.tx_news.settings', 'settings.' => array(*DEEP NESTED ARRAY*))))), 'social_links' => '< lib.contentElement', 'social_links.' => array('templateName' => 'SocialLinks', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'socialmedia', 'key' => 'page.theme.socialmedia'))), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array(*DEEP NESTED ARRAY*)), 'fieldEnclosure.' => array('char.' => array(*DEEP NESTED ARRAY*)), 'as' => 'table'))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text'), 'textcolumn' => '< lib.contentElement', 'textcolumn.' => array('templateName' => 'Textcolumn'), 'textteaser' => '< lib.contentElement', 'textteaser.' => array('templateName' => 'Textteaser'), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array(*DEEP NESTED ARRAY*), 'TEXT', '8.' => array(*DEEP NESTED ARRAY*), 'TEXT', '25.' => array(*DEEP NESTED ARRAY*), 'TEXT', '26.' => array(*DEEP NESTED ARRAY*), 'TEXT', '125.' => array(*DEEP NESTED ARRAY*), 'TEXT', '126.' => array(*DEEP NESTED ARRAY*), 'default' => 'TEXT', 'default.' => array(*DEEP NESTED ARRAY*)))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'folders.' => array('field' => 'file_folder'), 'sorting.' => array('field' => 'filelink_sorting')), 'BK2K\\BootstrapPackage\\DataProcessing\\FileFilterProcessor', '20.' => array('predefinedList' => 'image'))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'TEXT', 'templateName.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array(*DEEP NESTED ARRAY*), 'TEXT', '8.' => array(*DEEP NESTED ARRAY*), 'TEXT', '25.' => array(*DEEP NESTED ARRAY*), 'TEXT', '26.' => array(*DEEP NESTED ARRAY*), 'TEXT', '125.' => array(*DEEP NESTED ARRAY*), 'TEXT', '126.' => array(*DEEP NESTED ARRAY*), 'default' => 'TEXT', 'default.' => array(*DEEP NESTED ARRAY*)))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')))), '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(*DEEP NESTED ARRAY*))))), 'accordion' => '< lib.contentElement', 'accordion.' => array('templateName' => 'Accordion', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_accordion_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))))), 'card_group' => '< lib.contentElement', 'card_group.' => array('templateName' => 'CardGroup', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_card_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array(*DEEP NESTED ARRAY*))))), 'carousel' => '< lib.contentElement', 'carousel.' => array('templateName' => 'Carousel', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array(*DEEP NESTED ARRAY*), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array(*DEEP NESTED ARRAY*))))), 'carousel_small' => '< lib.contentElement', 'carousel_small.' => array('templateName' => 'CarouselSmall', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array(*DEEP NESTED ARRAY*), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array(*DEEP NESTED ARRAY*))))), 'carousel_fullscreen' => '< lib.contentElement', 'carousel_fullscreen.' => array('templateName' => 'CarouselFullscreen', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_carousel_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array(*DEEP NESTED ARRAY*), 'BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', '1532633187.' => array(*DEEP NESTED ARRAY*))))), 'external_media' => '< lib.contentElement', 'external_media.' => array('templateName' => 'ExternalMedia'), 'icon_group' => '< lib.contentElement', 'icon_group.' => array('templateName' => 'IconGroup', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_icon_group_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))))), 'listgroup' => '< lib.contentElement', 'listgroup.' => array('templateName' => 'ListGroup', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'items'))), 'panel' => '< lib.contentElement', 'panel.' => array('templateName' => 'Panel'), 'tab' => '< lib.contentElement', 'tab.' => array('templateName' => 'Tab', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_bootstrappackage_tab_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))))), 'texticon' => '< lib.contentElement', 'texticon.' => array('templateName' => 'Texticon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'icon_file'), 'as' => 'icon', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '20.' => array('files.' => array('0.' => array(*DEEP NESTED ARRAY*)), 'as' => 'icon', 'if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*))))), 'timeline' => '< lib.contentElement', 'timeline.' => array('templateName' => 'Timeline', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_bootstrappackage_timeline_item', 'pidInList.' => array('field' => 'pid'), 'where.' => array('data' => 'field:uid', 'intval' => '1', 'wrap' => 'tt_content=|'), 'orderBy.' => array('stdWrap.' => array(*DEEP NESTED ARRAY*)), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array(*DEEP NESTED ARRAY*))))), 'menu_card_dir' => '< lib.contentElement', 'menu_card_dir.' => array('templateName' => 'MenuCardDir', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_card_list' => '< lib.contentElement', 'menu_card_list.' => array('templateName' => 'MenuCardList', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*), 'TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '20.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_thumbnail_dir' => '< lib.contentElement', 'menu_thumbnail_dir.' => array('templateName' => 'MenuThumbnailDir', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'directory', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'menu_thumbnail_list' => '< lib.contentElement', 'menu_thumbnail_list.' => array('templateName' => 'MenuThumbnailList', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\FlexFormProcessor', 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('special' => 'list', 'special.' => array('value.' => array(*DEEP NESTED ARRAY*)), 'includeNotInMenu' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array(*DEEP NESTED ARRAY*))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '90.' => array('if.' => array('isTrue.' => array(*DEEP NESTED ARRAY*)), 'table' => 'tt_content', 'pidInList' => 'this', 'orderBy' => 'sorting', 'max' => '1', 'where.' => array('dataWrap' => 'colPos = {field:colPos} AND sorting > {field:sorting}'), 'as' => 'nextContentElement'))), 'multimedia.' => array(), 'mailform.' => array(), 'menu.' => array(), 'videoce_videocontent.' => array()), 'TEXT', '30.' => array('wrap' => '|</div></div></div>')))), 'outerWrap.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'flexform_rowclass'), 'default' => 'TEXT', 'default.' => array('value' => '<div id="accordion-{field:_LOCALIZED_UID//field:uid}">|</div>'))), 'insertData' => '1'), 'append' => 'COA', 'append.' => array('LOAD_REGISTER', '5.' => array('AccordionCount.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:AccordionCount', 'wrap' => '|*0'), 'prioriCalc' => 'intval')))), 'simpleRow.' => array('columns.' => array('default.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content')), '111.' => array('renderObj' => 'COA', 'renderObj.' => array('< tt_content'), 'wrap' => '|')), 'wrap' => '<div class="row">|</div>')), 'pwCommentsIndex' => 'USER', 'pwCommentsIndex.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'vendorName' => 'T3', 'pluginName' => 'Pi1', 'switchableControllerActions.' => array('Comment.' => array('index', 'upvote', 'downvote')), 'persistence' => '< plugin.tx_pwcomments.persistence', 'settings' => '< plugin.tx_pwcomments.settings', 'view.' => array('templateRootPaths.' => array('EXT:pw_comments/Resources/Private/Templates/', 'EXT:as_sitepackage/Resources/Private/Extension/pw_comments/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:pw_comments/Resources/Private/Partials/', 'EXT:as_sitepackage/Resources/Private/Extension/pw_comments/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:pw_comments/Resources/Private/Layouts/', 'EXT:pw_comments/Resources/Private/Layouts/'))), 'pwCommentsNew' => 'USER', 'pwCommentsNew.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PwComments', 'vendorName' => 'T3', 'pluginName' => 'Pi1', 'switchableControllerActions.' => array('Comment.' => array('new', 'create', 'confirmComment')), 'persistence' => '< plugin.tx_pwcomments.persistence', 'settings' => '< plugin.tx_pwcomments.settings', 'view.' => array('templateRootPaths.' => array('EXT:pw_comments/Resources/Private/Templates/', 'EXT:as_sitepackage/Resources/Private/Extension/pw_comments/Resources/Private/Templates/'), 'partialRootPaths.' => array('EXT:pw_comments/Resources/Private/Partials/', 'EXT:as_sitepackage/Resources/Private/Extension/pw_comments/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:pw_comments/Resources/Private/Layouts/', 'EXT:pw_comments/Resources/Private/Layouts/'))), 'pwCommentsGetCount' => 'COA_INT', 'pwCommentsGetCount.' => array('CONTENT', '10.' => array('table' => 'tx_pwcomments_domain_model_comment', 'select.' => array('selectFields' => 'count(*)', 'pidInList.' => array('data' => 'field:uid')), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'count(*)')))), 'pwCommentsGetCountWithLabel' => 'COA_INT', 'pwCommentsGetCountWithLabel.' => array('CONTENT', '10.' => array('table' => 'tx_pwcomments_domain_model_comment', 'select.' => array('selectFields' => 'count(*)', 'pidInList.' => array('data' => 'field:uid')), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'count(*)'))), 'TEXT', '20.' => array('data' => 'LLL:EXT:pw_comments/Resources/Private/Language/locallang.xlf:tx_pwcomments.comments', 'override.' => array('if.' => array('value.' => array('cObject' => 'CONTENT', 'cObject.' => array('table' => 'tx_pwcomments_domain_model_comment', 'select.' => array('selectFields' => 'count(*)', 'pidInList.' => array('data' => 'field:uid')), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('field' => 'count(*)')))), 'equals' => '1'), 'data' => 'LLL:EXT:pw_comments/Resources/Private/Language/locallang.xlf:tx_pwcomments.comment'), 'noTrimWrap' => '| ||')), 'copyrightText' => 'CONTENT', 'copyrightText.' => array('wrap' => '|', 'table' => 'tt_content', 'select.' => array('selectFields' => 'bodytext', 'where.' => array('data' => 'field:colPos', 'intval' => '1', 'wrap' => 'colPos=|'), 'pidInList.' => array('field' => 'pageUid'), 'max' => '1', 'includeRecordsWithoutDefaultTranslation' => '1'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('stdWrap.' => array('field' => 'bodytext', 'replacement.' => array('5.' => array('search' => '{YYYY}', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y'))), 'wrap' => '|')))), 'navigation.' => array('footer' => 'COA', 'footer.' => array('HMENU', '10.' => array('special' => 'directory', 'special.' => array('value' => '11'), 'TMENU', '1.' => array('wrap' => '<ul>|</ul>', 'NO' => '1', 'NO.' => array('ATagTitle.' => array('field' => 'abstract'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub' => '<li>|</li>'), 'ACT' => '1', 'ACT.' => array('ATagTitle.' => array('field' => 'abstract'), 'ATagBeforeWrap' => '1', 'wrapItemAndSub' => '<li class="active">|</li>'))))), 'twoLines' => 'TEXT', 'twoLines.' => array('current' => '1', 'stdWrap.' => array('replacement.' => array('10.' => array('search.' => array('char' => '32'), 'replace' => '<br/> || &nbsp; || &nbsp;', 'useOptionSplitReplace' => '1'))), 'wrap' => '|'), 'marquee' => 'RECORDS', 'marquee.' => array('tables' => 'tt_content', 'source' => '360', 'conf.' => array('tt_content' => 'TEXT', 'tt_content.' => array('field' => 'bodytext'))), 'eventList' => 'CONTENT', 'eventList.' => array('wrap' => '<strong>Unsere Veranstaltungen:</strong><ul>|</ul>', 'table' => 'tx_asmfs_domain_model_event', 'select.' => array('selectFields' => 'tx_asmfs_domain_model_event.name', 'from' => 'tx_asmfs_domain_model_event', 'where.' => array('wrap' => 'status = 1'), 'pidInList' => '44', 'orderBy' => 'name ASC'), 'renderObj' => 'COA', 'renderObj.' => array('stdWrap.' => array('wrap' => '<li>|</li>'), 'TEXT', '1.' => array('typolink.' => array('parameter' => '42', 'additionalParams' => '&tx_asmfs_frontend[controller]=Event&tx_asmfs_frontend[action]=detail&tx_asmfs_frontend[event]={field:uid}', 'additionalParams.' => array('insertData' => '1')), 'field' => 'name'))), 'breadcrumb' => 'COA', 'breadcrumb.' => array('wrap' => '<div class="breadcrumbs"> | </div>', 'HMENU', '10.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '0', 'TMENU', '1.' => array('noBlur' => '1', 'CUR' => '1', 'target' => '_self', 'NO.' => array('stdWrap.' => array('field' => 'title'), 'ATagTitle.' => array('field' => 'nav_title // title'), 'linkWrap' => '||*| <i class="fa fa-angle-right"></i> |*|'), 'CUR.' => array('stdWrap.' => array('field' => 'title'), 'linkWrap' => '||*| <i class="fa fa-angle-right"></i> |*|'))), 'RECORDS', '30.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_asmfs_frontend|eventAppointment')), 'dontCheckPid' => '1', 'tables' => 'tx_asmfs_domain_model_eventappointment', 'source.' => array('data' => 'GP:tx_asmfs_frontend|eventAppointment', 'intval' => '1'), 'conf.' => array('tx_asmfs_domain_model_eventappointment' => 'TEXT', 'tx_asmfs_domain_model_eventappointment.' => array('field' => 'name', 'insertData' => '1', 'htmlSpecialChars' => '1', 'wrap' => '<i class="fa fa-angle-right"></i>|'))), 'RECORDS', '35.' => array('if.' => array('isTrue.' => array('data' => 'GP:tx_asmfs_frontend|event')), 'dontCheckPid' => '1', 'tables' => 'tx_asmfs_domain_model_event', 'source.' => array('data' => 'GP:tx_asmfs_frontend|event', 'intval' => '1'), 'conf.' => array('tx_asmfs_domain_model_event' => 'TEXT', 'tx_asmfs_domain_model_event.' => array('field' => 'name', 'insertData' => '1', 'htmlSpecialChars' => '1', 'wrap' => '<i class="fa fa-angle-right"></i>|'))))), 'lib.dynamicContentSlide', 'dynamicContentSlide')
in /html/mfs_typo3_new/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 170
                '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('pageUid' => 42, 'colPos' => 0), 'typoscriptObjectPath' => 'lib.dynamicContentSlide', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/mfs_typo3_new/var/cache/code/fluid_template/Standard_action_main_22100fe084e808ac117a5153753b23d4173d43db.php line 154
);$array16['pageUid'] = $renderingContext->getVariableProvider()->getByPath('data.uid', $array17);
$array16['colPos'] = 0;
$arguments14['data'] = $array16;
$renderChildrenClosure15 = ($arguments14['data'] !== null) ? function() use ($arguments14) { return $arguments14['data']; } : $renderChildrenClosure15;
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments14, $renderChildrenClosure15, $renderingContext);

$output0 .= '
        </section>
        <section class="bottom-content">
at Standard_action_main_22100fe084e808ac117a5153753b23d4173d43db->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/mfs_typo3_new/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(), false)
in /html/mfs_typo3_new/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 172
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/mfs_typo3_new/var/cache/code/fluid_template/layout_Default_html_2bea000265c7c43c76e898e7990148c72d997a4f.php line 305
$arguments38['contentAs'] = NULL;
$arguments38['debug'] = true;
$arguments38['section'] = 'Main';

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

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

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

$output0 .= '


at layout_Default_html_2bea000265c7c43c76e898e7990148c72d997a4f->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/mfs_typo3_new/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/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 358
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

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

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default', 'stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'Start.html'), 'TEXT', '2.' => array('value' => 'Main.html'), 'TEXT', '3.' => array('value' => 'Clear.html'), 'TEXT', '4.' => array('value' => 'Blog.html'), 'TEXT', '5.' => array('value' => 'Registration.html'), 'TEXT', '6.' => array('value' => 'Contact.html'), 'TEXT', '7.' => array('value' => 'Sitemap.html'), 'TEXT', '8.' => array('value' => 'UserBox.html'), 'TEXT', '9.' => array('value' => 'Inhouse-Seminare.html'), 'TEXT', '10.' => array('value' => 'MyForum.html')))), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Page/', 'EXT:bootstrap_package/Resources/Private/Templates/Page/', 'EXT:as_sitepackage/Resources/Private/Templates/Page/', 'EXT:as_sitepackage/Resources/Private//Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:as_sitepackage/Resources/Private/Partials/Page/', 'EXT:as_sitepackage/Resources/Private//Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:as_sitepackage/Resources/Private/Layouts/Page/', 'EXT:as_sitepackage/Resources/Private//Layouts/Page/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '1', 'if.' => array('isTrue' => '1')), 'TEXT', '20.' => array('value' => '1', 'if.' => array('isTrue' => '1'))))))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('entryLevel' => '1', 'levels' => '2', 'expandAll' => '0', 'includeSpacer' => '1', 'as' => 'subnavigation', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue' => '1')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb', 'if.' => array('value' => '2', 'value.' => array('insertData' => '1', 'prioriCalc' => '1', 'stdWrap.' => array('wrap' => '|-1')), 'isGreaterThan.' => array('data' => 'level')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '')), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'fileadmin/user_upload/Logo_MFS_30_Jahre_final.png', 'inverted' => 'EXT:bootstrap_package/Resources/Public/Images/BootstrapPackageInverted.svg'), 'as' => 'logo')), 'settings.' => array('logo.' => array('height' => '52', 'width' => '180', 'linktitle' => '', 'file' => 'fileadmin/user_upload/Logo_MFS_30_Jahre_final.png'), 'footerlogo.' => array('file' => 'fileadmin/user_upload/bilder/mfs_logos/mfs_logo.png'), 'facebook.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_social_facebook.png'), 'linkedin.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_social_linkedin.png'), 'xing.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_social_xing.png'), 'instagram.' => array('file' => 'fileadmin/user_upload/bilder/icons/instagram.jpg'), 'newslatter.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_sidebar_Newsletter_new.png'), 'chat.' => array('file' => 'fileadmin/user_upload/icon_sidebar_chat.png'), 'hotline.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_sidebar_phone.svg'), 'logoother.' => array('file' => 'fileadmin/user_upload/Fairness_First2.png')), 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'TSFE:tmpl|setup|sitetitle'), 'rootPage' => 'TEXT', 'rootPage.' => array('data' => 'leveluid:0'), 'pagelayout' => 'TEXT', 'pagelayout.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default'), 'logoAlt' => 'COA', 'logoAlt.' => array('TEXT', '10.' => array('data' => 'TSFE:tmpl|setup|sitetitle', 'noTrimWrap' => '|| logo|', 'if.' => array('isFalse' => '')), 'TEXT', '20.' => array('value' => '', 'if.' => array('isTrue' => ''))), 'breadcrumbExtendedValue' => 'COA', 'breadcrumbExtendedValue.' => array(), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageNavTitle' => 'page:nav_title', 'copyright' => 'TEXT', 'copyright.' => array('value' => '© 2023 Management Forum Starnberg GmbH '), 'phone' => 'TEXT', 'phone.' => array('value' => '+49 8151 2719-0'), 'mail' => 'TEXT', 'mail.' => array('value' => 'info@management-forum.de'), 'newsletter_link' => 'TEXT', 'newsletter_link.' => array('value' => '53'), 'facebook' => 'TEXT', 'facebook.' => array('value' => 'https://www.facebook.com/pg/MFSTarnberg/about/?ref=page_internal'), 'linkedin' => 'TEXT', 'linkedin.' => array('value' => 'https://de.linkedin.com/company/management-forum-starnberg'), 'xing' => 'TEXT', 'xing.' => array('value' => 'https://www.xing.com/company/mfstarnberg'), 'instagram' => 'TEXT', 'instagram.' => array('value' => 'https://www.instagram.com/managementforumstarnberg/?hl=de'), 'newslatter' => 'TEXT', 'newslatter.' => array('value' => 'news-<br>letter'), 'chat' => 'TEXT', 'chat.' => array('value' => 'chat'), 'hotline' => 'TEXT', 'hotline.' => array('value' => 'KUNDEN-SERVICE'), 'registrationPageUid' => 'TEXT', 'registrationPageUid.' => array('value' => '73'), 'forum-bottom' => 'TEXT', 'forum-bottom.' => array('value' => 'Wir wollen DEINEN Fortschritt!'), 'forum-bottom-link' => 'TEXT', 'forum-bottom-link.' => array('value' => 'https://myforum.online/kurse/')), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url'))), '2.' => array('search' => '###FRONTEND_URL###', 'replace.' => array('typolink.' => array('parameter.' => array('data' => 'leveluid:0'), 'returnLast' => 'url'))), '3.' => array('search' => '###CURRENTYEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y')), '4.' => array('search' => '###SPACE###', 'replace.' => array('char' => '32')), '99.' => array('search' => '###GoogleAnalyticsStatus###', 'replace.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateName' => 'GoogleAnalyticsStatus', 'templateName.' => array('override.' => array('field' => 'template')), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Blocks/', 'EXT:bootstrap_package/Resources/Private/Templates/Blocks/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Blocks/', 'EXT:bootstrap_package/Resources/Private/Partials/Blocks/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Blocks/', 'EXT:bootstrap_package/Resources/Private/Layouts/Blocks/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme')))))))))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 829
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject), array('templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default', 'stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'Start.html'), 'TEXT', '2.' => array('value' => 'Main.html'), 'TEXT', '3.' => array('value' => 'Clear.html'), 'TEXT', '4.' => array('value' => 'Blog.html'), 'TEXT', '5.' => array('value' => 'Registration.html'), 'TEXT', '6.' => array('value' => 'Contact.html'), 'TEXT', '7.' => array('value' => 'Sitemap.html'), 'TEXT', '8.' => array('value' => 'UserBox.html'), 'TEXT', '9.' => array('value' => 'Inhouse-Seminare.html'), 'TEXT', '10.' => array('value' => 'MyForum.html')))), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Page/', 'EXT:bootstrap_package/Resources/Private/Templates/Page/', 'EXT:as_sitepackage/Resources/Private/Templates/Page/', 'EXT:as_sitepackage/Resources/Private//Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:as_sitepackage/Resources/Private/Partials/Page/', 'EXT:as_sitepackage/Resources/Private//Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:as_sitepackage/Resources/Private/Layouts/Page/', 'EXT:as_sitepackage/Resources/Private//Layouts/Page/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '1', 'if.' => array('isTrue' => '1')), 'TEXT', '20.' => array('value' => '1', 'if.' => array('isTrue' => '1'))))))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('entryLevel' => '1', 'levels' => '2', 'expandAll' => '0', 'includeSpacer' => '1', 'as' => 'subnavigation', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue' => '1')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb', 'if.' => array('value' => '2', 'value.' => array('insertData' => '1', 'prioriCalc' => '1', 'stdWrap.' => array('wrap' => '|-1')), 'isGreaterThan.' => array('data' => 'level')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '')), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'fileadmin/user_upload/Logo_MFS_30_Jahre_final.png', 'inverted' => 'EXT:bootstrap_package/Resources/Public/Images/BootstrapPackageInverted.svg'), 'as' => 'logo')), 'settings.' => array('logo.' => array('height' => '52', 'width' => '180', 'linktitle' => '', 'file' => 'fileadmin/user_upload/Logo_MFS_30_Jahre_final.png'), 'footerlogo.' => array('file' => 'fileadmin/user_upload/bilder/mfs_logos/mfs_logo.png'), 'facebook.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_social_facebook.png'), 'linkedin.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_social_linkedin.png'), 'xing.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_social_xing.png'), 'instagram.' => array('file' => 'fileadmin/user_upload/bilder/icons/instagram.jpg'), 'newslatter.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_sidebar_Newsletter_new.png'), 'chat.' => array('file' => 'fileadmin/user_upload/icon_sidebar_chat.png'), 'hotline.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_sidebar_phone.svg'), 'logoother.' => array('file' => 'fileadmin/user_upload/Fairness_First2.png')), 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'TSFE:tmpl|setup|sitetitle'), 'rootPage' => 'TEXT', 'rootPage.' => array('data' => 'leveluid:0'), 'pagelayout' => 'TEXT', 'pagelayout.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default'), 'logoAlt' => 'COA', 'logoAlt.' => array('TEXT', '10.' => array('data' => 'TSFE:tmpl|setup|sitetitle', 'noTrimWrap' => '|| logo|', 'if.' => array('isFalse' => '')), 'TEXT', '20.' => array('value' => '', 'if.' => array('isTrue' => ''))), 'breadcrumbExtendedValue' => 'COA', 'breadcrumbExtendedValue.' => array(), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageNavTitle' => 'page:nav_title', 'copyright' => 'TEXT', 'copyright.' => array('value' => '© 2023 Management Forum Starnberg GmbH '), 'phone' => 'TEXT', 'phone.' => array('value' => '+49 8151 2719-0'), 'mail' => 'TEXT', 'mail.' => array('value' => 'info@management-forum.de'), 'newsletter_link' => 'TEXT', 'newsletter_link.' => array('value' => '53'), 'facebook' => 'TEXT', 'facebook.' => array('value' => 'https://www.facebook.com/pg/MFSTarnberg/about/?ref=page_internal'), 'linkedin' => 'TEXT', 'linkedin.' => array('value' => 'https://de.linkedin.com/company/management-forum-starnberg'), 'xing' => 'TEXT', 'xing.' => array('value' => 'https://www.xing.com/company/mfstarnberg'), 'instagram' => 'TEXT', 'instagram.' => array('value' => 'https://www.instagram.com/managementforumstarnberg/?hl=de'), 'newslatter' => 'TEXT', 'newslatter.' => array('value' => 'news-<br>letter'), 'chat' => 'TEXT', 'chat.' => array('value' => 'chat'), 'hotline' => 'TEXT', 'hotline.' => array('value' => 'KUNDEN-SERVICE'), 'registrationPageUid' => 'TEXT', 'registrationPageUid.' => array('value' => '73'), 'forum-bottom' => 'TEXT', 'forum-bottom.' => array('value' => 'Wir wollen DEINEN Fortschritt!'), 'forum-bottom-link' => 'TEXT', 'forum-bottom-link.' => array('value' => 'https://myforum.online/kurse/')), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url'))), '2.' => array('search' => '###FRONTEND_URL###', 'replace.' => array('typolink.' => array('parameter.' => array('data' => 'leveluid:0'), 'returnLast' => 'url'))), '3.' => array('search' => '###CURRENTYEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y')), '4.' => array('search' => '###SPACE###', 'replace.' => array('char' => '32')), '99.' => array('search' => '###GoogleAnalyticsStatus###', 'replace.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateName' => 'GoogleAnalyticsStatus', 'templateName.' => array('override.' => array('field' => 'template')), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Blocks/', 'EXT:bootstrap_package/Resources/Private/Templates/Blocks/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Blocks/', 'EXT:bootstrap_package/Resources/Private/Partials/Blocks/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Blocks/', 'EXT:bootstrap_package/Resources/Private/Layouts/Blocks/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme')))))))))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 743
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            if (!empty($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'])) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default', 'stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'Start.html'), 'TEXT', '2.' => array('value' => 'Main.html'), 'TEXT', '3.' => array('value' => 'Clear.html'), 'TEXT', '4.' => array('value' => 'Blog.html'), 'TEXT', '5.' => array('value' => 'Registration.html'), 'TEXT', '6.' => array('value' => 'Contact.html'), 'TEXT', '7.' => array('value' => 'Sitemap.html'), 'TEXT', '8.' => array('value' => 'UserBox.html'), 'TEXT', '9.' => array('value' => 'Inhouse-Seminare.html'), 'TEXT', '10.' => array('value' => 'MyForum.html')))), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Page/', 'EXT:bootstrap_package/Resources/Private/Templates/Page/', 'EXT:as_sitepackage/Resources/Private/Templates/Page/', 'EXT:as_sitepackage/Resources/Private//Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:as_sitepackage/Resources/Private/Partials/Page/', 'EXT:as_sitepackage/Resources/Private//Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:as_sitepackage/Resources/Private/Layouts/Page/', 'EXT:as_sitepackage/Resources/Private//Layouts/Page/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '1', 'if.' => array('isTrue' => '1')), 'TEXT', '20.' => array('value' => '1', 'if.' => array('isTrue' => '1'))))))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('entryLevel' => '1', 'levels' => '2', 'expandAll' => '0', 'includeSpacer' => '1', 'as' => 'subnavigation', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue' => '1')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb', 'if.' => array('value' => '2', 'value.' => array('insertData' => '1', 'prioriCalc' => '1', 'stdWrap.' => array('wrap' => '|-1')), 'isGreaterThan.' => array('data' => 'level')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '')), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'fileadmin/user_upload/Logo_MFS_30_Jahre_final.png', 'inverted' => 'EXT:bootstrap_package/Resources/Public/Images/BootstrapPackageInverted.svg'), 'as' => 'logo')), 'settings.' => array('logo.' => array('height' => '52', 'width' => '180', 'linktitle' => '', 'file' => 'fileadmin/user_upload/Logo_MFS_30_Jahre_final.png'), 'footerlogo.' => array('file' => 'fileadmin/user_upload/bilder/mfs_logos/mfs_logo.png'), 'facebook.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_social_facebook.png'), 'linkedin.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_social_linkedin.png'), 'xing.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_social_xing.png'), 'instagram.' => array('file' => 'fileadmin/user_upload/bilder/icons/instagram.jpg'), 'newslatter.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_sidebar_Newsletter_new.png'), 'chat.' => array('file' => 'fileadmin/user_upload/icon_sidebar_chat.png'), 'hotline.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_sidebar_phone.svg'), 'logoother.' => array('file' => 'fileadmin/user_upload/Fairness_First2.png')), 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'TSFE:tmpl|setup|sitetitle'), 'rootPage' => 'TEXT', 'rootPage.' => array('data' => 'leveluid:0'), 'pagelayout' => 'TEXT', 'pagelayout.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default'), 'logoAlt' => 'COA', 'logoAlt.' => array('TEXT', '10.' => array('data' => 'TSFE:tmpl|setup|sitetitle', 'noTrimWrap' => '|| logo|', 'if.' => array('isFalse' => '')), 'TEXT', '20.' => array('value' => '', 'if.' => array('isTrue' => ''))), 'breadcrumbExtendedValue' => 'COA', 'breadcrumbExtendedValue.' => array(), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageNavTitle' => 'page:nav_title', 'copyright' => 'TEXT', 'copyright.' => array('value' => '© 2023 Management Forum Starnberg GmbH '), 'phone' => 'TEXT', 'phone.' => array('value' => '+49 8151 2719-0'), 'mail' => 'TEXT', 'mail.' => array('value' => 'info@management-forum.de'), 'newsletter_link' => 'TEXT', 'newsletter_link.' => array('value' => '53'), 'facebook' => 'TEXT', 'facebook.' => array('value' => 'https://www.facebook.com/pg/MFSTarnberg/about/?ref=page_internal'), 'linkedin' => 'TEXT', 'linkedin.' => array('value' => 'https://de.linkedin.com/company/management-forum-starnberg'), 'xing' => 'TEXT', 'xing.' => array('value' => 'https://www.xing.com/company/mfstarnberg'), 'instagram' => 'TEXT', 'instagram.' => array('value' => 'https://www.instagram.com/managementforumstarnberg/?hl=de'), 'newslatter' => 'TEXT', 'newslatter.' => array('value' => 'news-<br>letter'), 'chat' => 'TEXT', 'chat.' => array('value' => 'chat'), 'hotline' => 'TEXT', 'hotline.' => array('value' => 'KUNDEN-SERVICE'), 'registrationPageUid' => 'TEXT', 'registrationPageUid.' => array('value' => '73'), 'forum-bottom' => 'TEXT', 'forum-bottom.' => array('value' => 'Wir wollen DEINEN Fortschritt!'), 'forum-bottom-link' => 'TEXT', 'forum-bottom-link.' => array('value' => 'https://myforum.online/kurse/')), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url'))), '2.' => array('search' => '###FRONTEND_URL###', 'replace.' => array('typolink.' => array('parameter.' => array('data' => 'leveluid:0'), 'returnLast' => 'url'))), '3.' => array('search' => '###CURRENTYEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y')), '4.' => array('search' => '###SPACE###', 'replace.' => array('char' => '32')), '99.' => array('search' => '###GoogleAnalyticsStatus###', 'replace.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateName' => 'GoogleAnalyticsStatus', 'templateName.' => array('override.' => array('field' => 'template')), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Blocks/', 'EXT:bootstrap_package/Resources/Private/Templates/Blocks/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Blocks/', 'EXT:bootstrap_package/Resources/Private/Partials/Blocks/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Blocks/', 'EXT:bootstrap_package/Resources/Private/Layouts/Blocks/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme')))))))), '10')
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 688
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && strpos($theKey, '.') === false) {
                $conf = $setup[$theKey . '.'] ?? [];
                $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $content;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeCSS.' => array('theme' => 'EXT:bootstrap_package/Resources/Public/Scss/Theme/theme.scss', 'powermailBasicCss' => 'EXT:powermail/Resources/Public/Css/Basic.css', 'as_mfs_css' => 'EXT:as_mfs/Resources/Public/Css/mfs.css', 'main' => 'EXT:as_sitepackage/Resources/Public/Scss/master.scss', 'cookieman-theme' => 'EXT:cookieman/Resources/Public/Themes/bootstrap5-modal/cookieman-theme.min.css'), 'typeNum' => '0', 'shortcutIcon' => 'fileadmin/user_upload/favicon.ico', 'bodyTagCObject' => 'COA', 'bodyTagCObject.' => array('TEXT', '10.' => array('data' => 'TSFE:id', 'noTrimWrap' => '| id="p|"|'), '< lib.page.class', '20.' => array('stdWrap.' => array('noTrimWrap' => '| class="|"|')), 'wrap' => '<body|>'), 'headerData.' => array('HMENU', '10.' => array('special' => 'browse', 'special.' => array('items' => 'prev|next'), 'TMENU', '1.' => array('NO.' => array('allWrap' => '<link rel="prev" href="|"> |*| <link rel="next" href="|">', 'doNotLinkIt' => '1', 'stdWrap.' => array('typolink.' => array('parameter.' => array('data' => 'field:uid'), 'returnLast' => 'url'))))), 'TEXT', '200.' => array('htmlSpecialChars' => '1', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'returnLast' => 'url', 'addQueryString' => '1', 'addQueryString.' => array('method' => 'GET', 'exclude' => 'tx_felogin_login[action], tx_felogin_login[controller], cHash, tx_powermail_pi1[action], tx_powermail_pi1[controller], utm_campaign, utm_medium, utm_source'), 'forceAbsoluteUrl' => '1'), 'wrap' => '<link rel="canonical" href="|">'), 'TEXT', '15.' => array('value' => ' <!-- fonts preload --> <link rel="preload" as="font" type="font/woff2" crossorigin href="../../../../typo3conf/ext/as_sitepackage/Resources/Public/Fonts/OpenSansLight.woff2"> <link rel="preload" as="font" type="font/woff2" crossorigin href="../../../../typo3conf/ext/as_sitepackage/Resources/Public/Fonts/OpenSansRegular.woff2"> <link rel="preload" as="font" type="font/woff2" crossorigin href="../../../../typo3conf/ext/as_sitepackage/Resources/Public/Fonts/OpenSansSemiBold.woff2"> <link rel="preload" as="font" type="font/woff2" crossorigin href="../../../../typo3conf/ext/as_sitepackage/Resources/Public/Fonts/OpenSansBold.woff2"> <style> @font-face { font-family: \'Open Sans\'; font-style: normal; font-weight: 300; font-display: swap; src: url(../../../../typo3conf/ext/as_sitepackage/Resources/Public/Fonts/OpenSansLight.woff2) format(\'woff2\'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: \'Open Sans\'; font-style: normal; font-weight: 400; font-display: swap; src: url(../../../../typo3conf/ext/as_sitepackage/Resources/Public/Fonts/OpenSansRegular.woff2) format(\'woff2\'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: \'Open Sans\'; font-style: normal; font-weight: 600; font-display: swap; src: url(../../../../typo3conf/ext/as_sitepackage/Resources/Public/Fonts/OpenSansSemiBold.woff2) format(\'woff2\'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: \'Open Sans\'; font-style: normal; font-weight: 700; font-display: swap; src: url(../../../../typo3conf/ext/as_sitepackage/Resources/Public/Fonts/OpenSansBold.woff2) format(\'woff2\'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } </style>'), 'TEXT', '7.' => array('value' => '<script> window.dataLayer = window.dataLayer || []; </script> <meta name="google-site-verification" content="GuWybNWhPCKsXUzFcy7oh2QegTP-B3Lq2tdiVDhGXCQ" /> '), 'TEXT', '8.' => array('value' => '<meta name="facebook-domain-verification" content="l7kzc9fb2wn564rb8oo0y8m6z4gr1s" /> ')), 'FLUIDTEMPLATE', '10.' => array('templateName' => 'TEXT', 'templateName.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'pagelayout', 'required' => '1', 'case' => 'uppercamelcase', 'split.' => array('token' => 'pagets__', 'cObjNum' => '1', '1.' => array('current' => '1'))), 'ifEmpty' => 'Default', 'stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'TEXT', '1.' => array('value' => 'Start.html'), 'TEXT', '2.' => array('value' => 'Main.html'), 'TEXT', '3.' => array('value' => 'Clear.html'), 'TEXT', '4.' => array('value' => 'Blog.html'), 'TEXT', '5.' => array('value' => 'Registration.html'), 'TEXT', '6.' => array('value' => 'Contact.html'), 'TEXT', '7.' => array('value' => 'Sitemap.html'), 'TEXT', '8.' => array('value' => 'UserBox.html'), 'TEXT', '9.' => array('value' => 'Inhouse-Seminare.html'), 'TEXT', '10.' => array('value' => 'MyForum.html')))), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Page/', 'EXT:bootstrap_package/Resources/Private/Templates/Page/', 'EXT:as_sitepackage/Resources/Private/Templates/Page/', 'EXT:as_sitepackage/Resources/Private//Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:bootstrap_package/Resources/Private/Partials/Page/', 'EXT:as_sitepackage/Resources/Private/Partials/Page/', 'EXT:as_sitepackage/Resources/Private//Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'EXT:as_sitepackage/Resources/Private/Layouts/Page/', 'EXT:as_sitepackage/Resources/Private//Layouts/Page/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '2', 'includeSpacer' => '1', 'as' => 'mainnavigation', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue.' => array('stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('value' => '1', 'if.' => array(*DEEP NESTED ARRAY*)), 'TEXT', '20.' => array('value' => '1', 'if.' => array(*DEEP NESTED ARRAY*))))))))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '20.' => array('entryLevel' => '1', 'levels' => '2', 'expandAll' => '0', 'includeSpacer' => '1', 'as' => 'subnavigation', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon', 'if.' => array('isTrue' => '1')))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '30.' => array('special' => 'rootline', 'special.' => array('range' => '0|-1'), 'includeNotInMenu' => '1', 'as' => 'breadcrumb', 'if.' => array('value' => '2', 'value.' => array('insertData' => '1', 'prioriCalc' => '1', 'stdWrap.' => array('wrap' => '|-1')), 'isGreaterThan.' => array('data' => 'level')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'nav_icon'), 'as' => 'icon'))), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '50.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '')), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'fileadmin/user_upload/Logo_MFS_30_Jahre_final.png', 'inverted' => 'EXT:bootstrap_package/Resources/Public/Images/BootstrapPackageInverted.svg'), 'as' => 'logo')), 'settings.' => array('logo.' => array('height' => '52', 'width' => '180', 'linktitle' => '', 'file' => 'fileadmin/user_upload/Logo_MFS_30_Jahre_final.png'), 'footerlogo.' => array('file' => 'fileadmin/user_upload/bilder/mfs_logos/mfs_logo.png'), 'facebook.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_social_facebook.png'), 'linkedin.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_social_linkedin.png'), 'xing.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_social_xing.png'), 'instagram.' => array('file' => 'fileadmin/user_upload/bilder/icons/instagram.jpg'), 'newslatter.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_sidebar_Newsletter_new.png'), 'chat.' => array('file' => 'fileadmin/user_upload/icon_sidebar_chat.png'), 'hotline.' => array('file' => 'fileadmin/user_upload/bilder/icons/icon_sidebar_phone.svg'), 'logoother.' => array('file' => 'fileadmin/user_upload/Fairness_First2.png')), 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'TSFE:tmpl|setup|sitetitle'), 'rootPage' => 'TEXT', 'rootPage.' => array('data' => 'leveluid:0'), 'pagelayout' => 'TEXT', 'pagelayout.' => array('data' => 'pagelayout', 'replacement.' => array('10.' => array('search' => 'pagets__', 'replace' => '')), 'ifEmpty' => 'default'), 'logoAlt' => 'COA', 'logoAlt.' => array('TEXT', '10.' => array('data' => 'TSFE:tmpl|setup|sitetitle', 'noTrimWrap' => '|| logo|', 'if.' => array('isFalse' => '')), 'TEXT', '20.' => array('value' => '', 'if.' => array('isTrue' => ''))), 'breadcrumbExtendedValue' => 'COA', 'breadcrumbExtendedValue.' => array(), 'pageUid' => 'TEXT', 'pageUid.' => array('data' => 'page:uid'), 'pageNavTitle' => 'page:nav_title', 'copyright' => 'TEXT', 'copyright.' => array('value' => '© 2023 Management Forum Starnberg GmbH '), 'phone' => 'TEXT', 'phone.' => array('value' => '+49 8151 2719-0'), 'mail' => 'TEXT', 'mail.' => array('value' => 'info@management-forum.de'), 'newsletter_link' => 'TEXT', 'newsletter_link.' => array('value' => '53'), 'facebook' => 'TEXT', 'facebook.' => array('value' => 'https://www.facebook.com/pg/MFSTarnberg/about/?ref=page_internal'), 'linkedin' => 'TEXT', 'linkedin.' => array('value' => 'https://de.linkedin.com/company/management-forum-starnberg'), 'xing' => 'TEXT', 'xing.' => array('value' => 'https://www.xing.com/company/mfstarnberg'), 'instagram' => 'TEXT', 'instagram.' => array('value' => 'https://www.instagram.com/managementforumstarnberg/?hl=de'), 'newslatter' => 'TEXT', 'newslatter.' => array('value' => 'news-<br>letter'), 'chat' => 'TEXT', 'chat.' => array('value' => 'chat'), 'hotline' => 'TEXT', 'hotline.' => array('value' => 'KUNDEN-SERVICE'), 'registrationPageUid' => 'TEXT', 'registrationPageUid.' => array('value' => '73'), 'forum-bottom' => 'TEXT', 'forum-bottom.' => array('value' => 'Wir wollen DEINEN Fortschritt!'), 'forum-bottom-link' => 'TEXT', 'forum-bottom-link.' => array('value' => 'https://myforum.online/kurse/')), 'stdWrap.' => array('replacement.' => array('1.' => array('search' => 'http://###BACKEND_URL###/', 'replace.' => array('typolink.' => array('parameter' => 'typo3/', 'returnLast' => 'url'))), '2.' => array('search' => '###FRONTEND_URL###', 'replace.' => array('typolink.' => array('parameter.' => array('data' => 'leveluid:0'), 'returnLast' => 'url'))), '3.' => array('search' => '###CURRENTYEAR###', 'replace.' => array('data' => 'date:U', 'strftime' => '%Y')), '4.' => array('search' => '###SPACE###', 'replace.' => array('char' => '32')), '99.' => array('search' => '###GoogleAnalyticsStatus###', 'replace.' => array('cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('templateName' => 'GoogleAnalyticsStatus', 'templateName.' => array('override.' => array('field' => 'template')), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Blocks/', 'EXT:bootstrap_package/Resources/Private/Templates/Blocks/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Blocks/', 'EXT:bootstrap_package/Resources/Private/Partials/Blocks/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Blocks/', 'EXT:bootstrap_package/Resources/Private/Layouts/Blocks/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme')))))))), 'meta.' => array('viewport' => 'width=device-width, initial-scale=1, minimum-scale=1', 'apple-mobile-web-app-capable' => 'no', 'X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'google' => 'notranslate', 'google-site-verification' => 'dMwYQDYwh7yKa9Bh4VvLbty8Jnos2Fu22OhM6E0xnxI'), 'includeCSSLibs.' => array('plugin' => 'EXT:as_sitepackage/Resources/Public/Css/plugin.css', 'rte' => 'EXT:bootstrap_package/Resources/Public/Css/bootstrap4-rte.min.css'), 'includeJSLibs.' => array(), 'jsInline.' => array('COA', '99.' => array('if.' => array('isTrue' => ''), 'TEXT', '10.' => array('value' => ' var gaProperty = \'\'; var disableStr = \'ga-disable-\' + gaProperty; if (document.cookie.indexOf(disableStr + \'=true\') > -1) { window[disableStr] = true; } function googleAnalyticsToggle(event) { if (document.cookie.indexOf(disableStr + \'=true\') > -1) { event.target.innerHTML = event.target.getAttribute(\'data-label-disable\'); googleAnalyticsOptIn(); } else { event.target.innerHTML = event.target.getAttribute(\'data-label-enable\'); googleAnalyticsOptOut(); } } function googleAnalyticsOptOut() { document.cookie = disableStr + \'=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/\'; window[disableStr] = true; } function googleAnalyticsOptIn() { document.cookie = disableStr + \'=; expires=Thu, 01 Jan 1970 00:00:01 UTC; path=/\'; window[disableStr] = false; } document.addEventListener(\'DOMContentLoaded\', function() { var matches = document.querySelectorAll(\'[data-action="googleAnalyticsToggle"]\'); for (i=0; i<matches.length; i++) { if (document.cookie.indexOf(disableStr + \'=true\') > -1) { matches[i].innerHTML = matches[i].getAttribute(\'data-label-enable\'); } else { matches[i].innerHTML = matches[i].getAttribute(\'data-label-disable\'); } matches[i].onclick = function(event) { event.preventDefault(); event.stopPropagation(); googleAnalyticsToggle(event); } } }); (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,\'script\',\'//www.google-analytics.com/analytics.js\',\'ga\'); ga(\'create\', \'\', \'auto\'); ga(\'set\', \'anonymizeIp\', true);'), 'TEXT', '90.' => array('value' => ' ga(\'send\', \'pageview\');')), 'RECORDS', '10.' => array('tables' => 'tt_content', 'source' => '51', 'conf.' => array('tt_content' => 'TEXT', 'tt_content.' => array('field' => 'bodytext')))), 'includeJSFooter.' => array('powermailJQueryFormValidation' => 'EXT:powermail/Resources/Public/JavaScript/Libraries/parsley.min.js', 'powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'as_mfs_file1' => 'EXT:as_mfs/Resources/Public/JavaScript/build.min.js', 'as_sitepackage_scripts' => 'EXT:as_sitepackage/Resources/Public/JavaScript/Dist/scripts.js', 'as_sitepackage_scripts_wnumb' => 'EXT:as_sitepackage/Resources/Public/JavaScript/Dist/wnumb.js', 'cookie-js' => 'EXT:cookieman/Resources/Public/Js/js.cookie.min.js', 'cookieman' => 'EXT:cookieman/Resources/Public/Js/cookieman.min.js', 'cookieman-theme' => 'EXT:cookieman/Resources/Public/Themes/bootstrap5-modal/cookieman-theme.min.js', 'cookieman-init' => 'EXT:cookieman/Resources/Public/Js/cookieman-init.min.js', 'cookieman-costum' => 'EXT:as_sitepackage/Resources/Public/JavaScript/Src/cookieman-theme.js', 'Jquery' => 'jquery.min.js', 'Bootstrap' => 'bootstrap.min.js'), 'USER_INT', '885544.' => array('typeNum' => '88889', 'userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'pluginName' => 'Nsprotectsite', 'extensionName' => 'NsProtectSite', 'controller' => 'ProtectPages', 'vendorName' => 'Nitsan', 'switchableControllerActions.' => array('ProtectPages.' => array('load'))), 'USER', '111240.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'pluginName' => 'Frnsallchat', 'extensionName' => 'NsAllChat', 'controller' => 'NsAllChats', 'vendorName' => 'Nitsan', 'action' => 'script', 'switchableControllerActions.' => array('NsAllChats.' => array('script')), 'settings' => '< plugin.tx_nsallchat_frnsallchat.settings'), 'includeJSFooterlibs.' => array('jquery' => 'EXT:bootstrap_package/Resources/Public/Contrib/jquery/jquery.min.js', 'jquery.' => array('forceOnTop' => '1'), 'popper' => 'EXT:bootstrap_package/Resources/Public/Contrib/popper/popper.min.js', 'bootstrap' => 'EXT:bootstrap_package/Resources/Public/Contrib/bootstrap4/js/bootstrap.min.js', 'bootstrap_popover' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.popover.min.js', 'bootstrap_navbar' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.navbar.min.js', 'plugin' => 'EXT:as_sitepackage/Resources/Public/JavaScript/Dist/plugin.min.js'), 'includeJS.' => array(), 'FLUIDTEMPLATE', '1365499.' => array('templateName' => 'Popup', 'templateRootPaths.' => array('EXT:cookieman/Resources/Private/Templates/', 'EXT:cookieman/Resources/Private/Themes/bootstrap5-modal/Templates/', 'EXT:cookieman/Resources/Private/Themes/bootstrap5-modal/Templates/', 'EXT:as_sitepackage/Resources/Private/Extension/cookieman/Resources/Private/Themes/bootstrap5-modal/Templates/'), 'partialRootPaths.' => array('EXT:cookieman/Resources/Private/Partials/', 'EXT:cookieman/Resources/Private/Themes/bootstrap5-modal/Partials/', 'EXT:cookieman/Resources/Private/Themes/bootstrap5-modal/Partials/', 'EXT:as_sitepackage/Resources/Private/Extension/cookieman/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:cookieman/Resources/Private/Layouts/', 'EXT:cookieman/Resources/Private/Themes/bootstrap5-modal/Layouts/', 'EXT:cookieman/Resources/Private/Themes/bootstrap5-modal/Layouts/', 'EXT:as_sitepackage/Resources/Private/Extension/cookieman/Resources/Private/Layouts/'), 'extbase.' => array('controllerExtensionName' => 'cookieman'), 'dataProcessing.' => array('Dmind\\Cookieman\\DataProcessing\\TypoScriptSettingsProcessor')), 'TEXT', '12.' => array('value' => ' <!-- cookie social--> <script type="text/plain"> <!-- OnWebChat code --> var onWebChat={ar:[], set: function(a,b){if (typeof onWebChat_===\'undefined\'){this.ar. push([a,b]);}else{onWebChat_.set(a,b);}},get:function(a){return(onWebChat_.get(a));},w :(function(){ var ga=document.createElement(\'script\'); ga.type = \'text/javascript\';ga. async=1;ga.src=\'//www.onwebchat.com/clientchat/123b6dcb6c48e56a00ab834819a0a06e\'; var s=document.getElementsByTagName(\'script\')[0];s.parentNode.insertBefore(ga,s);})()} <!-- OnWebChat Code End --> window.dataLayer = window.dataLayer || []; #<!-- START: Function for GoogleConversionTracking of ContactForm --> #function googleConversionTrackingContactForm(){ #var img = document.createElement("img"); #var goalId = 1032122147; #var randomNum = new Date().getMilliseconds(); #var value = 0; #var label = "0O3YCNX_jgMQo96T7AM"; #var url = encodeURI(location.href); #var trackUrl = "//www.googleadservices.com/pagead/conversion/"+goalId+"/?#random="+randomNum+"&value="+value+"&label="+label+"&guid=ON&format=3&script=0&url="+url; #img.src = trackUrl; #document.body.appendChild(img); #} #<!-- END: Function for GoogleConversionTracking of ContactForm --> </script> '), 'cssInline.' => array('TEXT', '15.' => array('value' => ' .navbar-logo{ width: 204px; max-height: none; } .nav-max-width .dropdown-menu a { line-height: normal; } .dropdown-menu li:first-child{ margin-right: 2%; } .news-two-column .news-video .frame-type-image, .news-two-column .news-video .gallery-row, .news-two-column .news-video .gallery-item, .news-two-column .news-video .image, .news-two-column .news-video picture, .news-two-column .news-video img{ height: 100%; } .eventShow__container .eventShow__content .content__teaser.panel-body-image img{ max-width: 80%; } .eventAccordionBox .event__accordion__eventInfo__text .eventInfo__teaser .teaser__text img{ width: auto; max-width: 80%; } .jssocials-share-twitter .jssocials-share-link { padding: 0; background: #fff; border: none; box-shadow: none; } .jssocials-share-twitter .jssocials-share-link img{ height: 37px; } @media screen and (max-width: 991px){ .navbar-container__scroll { padding: 10px 25px; } @media screen and (max-width: 576px){ .navbar-container._active { top: 0px; } } } '))))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 232
     * @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/mfs_typo3_new/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 198
    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/mfs_typo3_new/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 134
            // 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/mfs_typo3_new/public/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/mfs_typo3_new/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$ea->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/mfs_typo3_new/public/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(class@anonymous/html/mfs_typo3_new/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$ea))
in /html/mfs_typo3_new/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/mfs_typo3_new/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$ea->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/mfs_typo3_new/public/typo3conf/ext/pw_comments/Classes/Middleware/FrontendHandler.php line 62
                $response->getBody()->write((string)$statusCode);
                return $response;
            }
        }
        return $handler->handle($request);
    }
}
at T3\PwComments\Middleware\FrontendHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/mfs_typo3_new/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$ea))
in /html/mfs_typo3_new/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

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

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

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

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

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

        // Make TSFE globally available
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }

    /**
     * Register the backend user as aspect
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/mfs_typo3_new/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$ea))
in /html/mfs_typo3_new/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

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

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

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

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

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

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

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

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

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/mfs_typo3_new/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$ea->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/mfs_typo3_new/public/typo3conf/ext/crawler/Classes/Middleware/FrontendUserAuthenticator.php line 73
        $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(class@anonymous/html/mfs_typo3_new/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$ea))
in /html/mfs_typo3_new/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/mfs_typo3_new/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$ea->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/mfs_typo3_new/public/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 102
                unset($GLOBALS['TYPO3_REQUEST']);
            }
        }

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

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/html/mfs_typo3_new/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$ea->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/mfs_typo3_new/public/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 83
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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