Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

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

Find a solution for this exception in the TYPO3 Documentation.

(1/1) #1540246570 TYPO3Fluid\Fluid\Core\ViewHelper\Exception

No Content Object definition found at TypoScript object path "lib.caticon11"

in /html/tvh2023/typo3-10-base/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 169
            }
            $setup = $setup[$segment . '.'];
        }
        if (!isset($setup[$lastSegment])) {
            throw new Exception(
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => null, 'typoscriptObjectPath' => 'lib.caticon11', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/tvh2023/typo3-10-base/var/cache/code/fluid_template/partial_Event_ListItem_c38eeb7ca6994db5dfe498179d62f4901ef4daa5.php line 676
);
$output39 .= $renderingContext->getVariableProvider()->getByPath('event.categories.0.uid', $array40);
$arguments37['typoscriptObjectPath'] = $output39;
$renderChildrenClosure38 = ($arguments37['data'] !== null) ? function() use ($arguments37) { return $arguments37['data']; } : $renderChildrenClosure38;
$output35 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments37, $renderChildrenClosure38, $renderingContext);

$output35 .= '
                        </div>
                    ';
at partial_Event_ListItem_c38eeb7ca6994db5dfe498179d62f4901ef4daa5->{closure}()
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/var/cache/code/fluid_template/partial_Event_ListItem_c38eeb7ca6994db5dfe498179d62f4901ef4daa5.php line 1015
                    ';
return $output41;
};

$output5 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments33, $renderChildrenClosure34, $renderingContext);

$output5 .= '
            </div>

at partial_Event_ListItem_c38eeb7ca6994db5dfe498179d62f4901ef4daa5->{closure}()
in /html/tvh2023/typo3-10-base/vendor/typo3fluid/fluid/src/ViewHelpers/AliasViewHelper.php line 85
        $map = $arguments['map'];
        foreach ($map as $aliasName => $value) {
            $templateVariableContainer->add($aliasName, $value);
        }
        $output = $renderChildrenClosure();
        foreach ($map as $aliasName => $value) {
            $templateVariableContainer->remove($aliasName);
        }
        return $output;
at TYPO3Fluid\Fluid\ViewHelpers\AliasViewHelper::renderStatic(array('map' => array('event' => object(HDNET\Calendarize\Domain\Model\Event))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/tvh2023/typo3-10-base/var/cache/code/fluid_template/partial_Event_ListItem_c38eeb7ca6994db5dfe498179d62f4901ef4daa5.php line 1358
$array4 = array (
);$array3['event'] = $renderingContext->getVariableProvider()->getByPath('index.originalObject', $array4);
$arguments1['map'] = $array3;

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

$output0 .= '
';

at partial_Event_ListItem_c38eeb7ca6994db5dfe498179d62f4901ef4daa5->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/tvh2023/typo3-10-base/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 327
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Event/ListItem', null, array('index' => object(HDNET\Calendarize\Domain\Model\Index)), false)
in /html/tvh2023/typo3-10-base/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 170
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $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');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Event/ListItem', 'delegate' => null, 'renderable' => null, 'arguments' => array('index' => object(HDNET\Calendarize\Domain\Model\Index)), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/tvh2023/typo3-10-base/var/cache/code/fluid_template/partial_List_ac06d9278b7de84c5cd2b2dbb4001075ccca89f6.php line 1097
$array27 = array (
);$array26['index'] = $renderingContext->getVariableProvider()->getByPath('index', $array27);
$arguments22['arguments'] = $array26;

$output21 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments22, $renderChildrenClosure23, $renderingContext);

$output21 .= '
    ';
return $output21;
at partial_List_ac06d9278b7de84c5cd2b2dbb4001075ccca89f6->{closure}()
in /html/tvh2023/typo3-10-base/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php line 144
                $templateVariableContainer->add($arguments['iteration'], $iterationData);
                $iterationData['index']++;
                $iterationData['cycle']++;
            }
            $output .= $renderChildrenClosure();
            $templateVariableContainer->remove($arguments['as']);
            if (isset($arguments['key'])) {
                $templateVariableContainer->remove($arguments['key']);
            }
at TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic(array('each' => object(TYPO3\CMS\Extbase\Persistence\Generic\QueryResult), 'as' => 'index', 'key' => null, 'reverse' => false, 'iteration' => null), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/tvh2023/typo3-10-base/var/cache/code/fluid_template/partial_List_ac06d9278b7de84c5cd2b2dbb4001075ccca89f6.php line 1113
$array20 = array (
);$arguments18['each'] = $renderingContext->getVariableProvider()->getByPath('indices', $array20);
$arguments18['as'] = 'index';

$output17 .= TYPO3Fluid\Fluid\ViewHelpers\ForViewHelper::renderStatic($arguments18, $renderChildrenClosure19, $renderingContext);

$output17 .= '
   ';
return $output17;
at partial_List_ac06d9278b7de84c5cd2b2dbb4001075ccca89f6->{closure}()
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/var/cache/code/fluid_template/partial_List_ac06d9278b7de84c5cd2b2dbb4001075ccca89f6.php line 1321
   ';
return $output28;
};

$output14 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments15, $renderChildrenClosure16, $renderingContext);

$output14 .= '
 ';
return $output14;
at partial_List_ac06d9278b7de84c5cd2b2dbb4001075ccca89f6->{closure}()
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/var/cache/code/fluid_template/partial_List_ac06d9278b7de84c5cd2b2dbb4001075ccca89f6.php line 1353
 ';
return $output125;
};

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

$output0 .= '

';
at partial_List_ac06d9278b7de84c5cd2b2dbb4001075ccca89f6->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/tvh2023/typo3-10-base/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 327
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('List', null, array('settings' => array('dateLimitBrowserPrev' => '-2 years', 'dateLimitBrowserNext' => '+3 years', 'weekStart' => '1', 'useMomentJsDateAndTimeOutput' => '0', 'useMomentFullCalendarIo' => '0', 'listStartTime' => '0', 'listStartTimeOffsetHours' => '0', 'searchEndModifier' => '+1 month', 'defaultDetailPid' => '1', 'shortcutLimitEvents' => '1', 'paginateConfiguration' => array('itemsPerPage' => '10', 'insertAbove' => '0', 'insertBelow' => '1', 'maximumNumberOfLinks' => '10', 'addQueryStringMethod' => 'GET'), 'feed' => array('title' => 'Title of the feed', 'description' => 'General description of the feed', 'language' => 'en', 'debugMode' => '0'), 'pluginConfiguration' => object(HDNET\Calendarize\Domain\Model\PluginConfiguration), 'limit' => '', 'hidePagination' => '1', 'useRelativeDate' => '0', 'overrideStartdate' => '', 'overrideEnddate' => '', 'configuration' => 'ConfigurationGroup,Event', 'sortBy' => 'start', 'sorting' => 'ASC', 'detailPid' => 59, 'listPid' => 59, 'yearPid' => 59, 'quarterPid' => 0, 'monthPid' => 59, 'weekPid' => 59, 'dayPid' => 59, 'bookingPid' => 59), 'indices' => object(TYPO3\CMS\Extbase\Persistence\Generic\QueryResult), 'contentObject' => array('uid' => 145, 'rowDescription' => '', 'pid' => 59, 'tstamp' => 1679033919, 'crdate' => 1626097153, 'cruser_id' => 1, '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' => 29, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"header_position":null,"date":null,"header_link":null,"subheader":null,"list_type":null,"pi_flexform":null,"layout":null,"frame_class":null,"space_before_class":null,"space_after_class":null,"background_color_class":null,"background_image":null,"background_image_options":null,"sectionIndex":null,"linkToTop":null,"sys_language_uid":null,"hidden":null,"starttime":null,"endtime":null,"fe_group":null,"editlock":null,"categories":null,"rowDescription":null,"tx_gridelements_container":null}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 'CType' => 'list', 'header' => 'Termine', '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' => '', 'pages' => '', 'colPos' => 0, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'calendarize_calendar', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', '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="main"> <language index="lDEF"> <field index="settings.pluginConfiguration"> <value index="vDEF">4</value> </field> <field index="settings.limit"> <value index="vDEF"></value> </field> <field index="settings.hidePagination"> <value index="vDEF">1</value> </field> <field index="settings.useRelativeDate"> <value index="vDEF">0</value> </field> <field index="settings.overrideStartdate"> <value index="vDEF"></value> </field> <field index="settings.overrideEnddate"> <value index="vDEF"></value> </field> <field index="switchableControllerActions"> <value index="vDEF">Calendar-&gt;list;Calendar-&gt;detail</value> </field> </language> </sheet> <sheet index="general"> <language index="lDEF"> <field index="settings.configuration"> <value index="vDEF">ConfigurationGroup,Event</value> </field> <field index="settings.sortBy"> <value index="vDEF">start</value> </field> <field index="settings.sorting"> <value index="vDEF">ASC</value> </field> <field index="persistence.storagePid"> <value index="vDEF">102,94</value> </field> <field index="persistence.recursive"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="pages"> <language index="lDEF"> <field index="settings.detailPid"> <value index="vDEF"></value> </field> <field index="settings.listPid"> <value index="vDEF"></value> </field> <field index="settings.yearPid"> <value index="vDEF"></value> </field> <field index="settings.quarterPid"> <value index="vDEF"></value> </field> <field index="settings.monthPid"> <value index="vDEF"></value> </field> <field index="settings.weekPid"> <value index="vDEF"></value> </field> <field index="settings.dayPid"> <value index="vDEF"></value> </field> <field index="settings.bookingPid"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'teaser' => null, 'readmore_label' => '', 'quote_source' => '', 'quote_link' => '', 'panel_class' => 'default', 'file_folder' => '', '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_dce_dce' => 0, 'tx_dce_index' => null, 'tx_dce_slug' => '', 'tx_dce_new_container' => 0, 'categories' => 0, 'tx_news_related_news' => 0, 'tx_container_parent' => 0, 'grid_config' => null, 'header_class' => '', 'subheader_class' => '', 'aspect_ratio' => '1.3333333333333', 'items_per_page' => 10, 'frame_layout' => 'default', 'frame_options' => '', 'subitems_header_layout' => 4, 'external_media_title' => ''), 'pagination' => array('paginator' => object(TYPO3\CMS\Extbase\Pagination\QueryResultPaginator), 'pagination' => object(TYPO3\CMS\Core\Pagination\SimplePagination))), false)
in /html/tvh2023/typo3-10-base/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 170
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $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');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'List', 'delegate' => null, 'renderable' => null, 'arguments' => array('settings' => array('dateLimitBrowserPrev' => '-2 years', 'dateLimitBrowserNext' => '+3 years', 'weekStart' => '1', 'useMomentJsDateAndTimeOutput' => '0', 'useMomentFullCalendarIo' => '0', 'listStartTime' => '0', 'listStartTimeOffsetHours' => '0', 'searchEndModifier' => '+1 month', 'defaultDetailPid' => '1', 'shortcutLimitEvents' => '1', 'paginateConfiguration' => array('itemsPerPage' => '10', 'insertAbove' => '0', 'insertBelow' => '1', 'maximumNumberOfLinks' => '10', 'addQueryStringMethod' => 'GET'), 'feed' => array('title' => 'Title of the feed', 'description' => 'General description of the feed', 'language' => 'en', 'debugMode' => '0'), 'pluginConfiguration' => object(HDNET\Calendarize\Domain\Model\PluginConfiguration), 'limit' => '', 'hidePagination' => '1', 'useRelativeDate' => '0', 'overrideStartdate' => '', 'overrideEnddate' => '', 'configuration' => 'ConfigurationGroup,Event', 'sortBy' => 'start', 'sorting' => 'ASC', 'detailPid' => 59, 'listPid' => 59, 'yearPid' => 59, 'quarterPid' => 0, 'monthPid' => 59, 'weekPid' => 59, 'dayPid' => 59, 'bookingPid' => 59), 'indices' => object(TYPO3\CMS\Extbase\Persistence\Generic\QueryResult), 'contentObject' => array('uid' => 145, 'rowDescription' => '', 'pid' => 59, 'tstamp' => 1679033919, 'crdate' => 1626097153, 'cruser_id' => 1, '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' => 29, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"header_position":null,"date":null,"header_link":null,"subheader":null,"list_type":null,"pi_flexform":null,"layout":null,"frame_class":null,"space_before_class":null,"space_after_class":null,"background_color_class":null,"background_image":null,"background_image_options":null,"sectionIndex":null,"linkToTop":null,"sys_language_uid":null,"hidden":null,"starttime":null,"endtime":null,"fe_group":null,"editlock":null,"categories":null,"rowDescription":null,"tx_gridelements_container":null}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 'CType' => 'list', 'header' => 'Termine', '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' => '', 'pages' => '', 'colPos' => 0, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'calendarize_calendar', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', '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="main"> <language index="lDEF"> <field index="settings.pluginConfiguration"> <value index="vDEF">4</value> </field> <field index="settings.limit"> <value index="vDEF"></value> </field> <field index="settings.hidePagination"> <value index="vDEF">1</value> </field> <field index="settings.useRelativeDate"> <value index="vDEF">0</value> </field> <field index="settings.overrideStartdate"> <value index="vDEF"></value> </field> <field index="settings.overrideEnddate"> <value index="vDEF"></value> </field> <field index="switchableControllerActions"> <value index="vDEF">Calendar-&gt;list;Calendar-&gt;detail</value> </field> </language> </sheet> <sheet index="general"> <language index="lDEF"> <field index="settings.configuration"> <value index="vDEF">ConfigurationGroup,Event</value> </field> <field index="settings.sortBy"> <value index="vDEF">start</value> </field> <field index="settings.sorting"> <value index="vDEF">ASC</value> </field> <field index="persistence.storagePid"> <value index="vDEF">102,94</value> </field> <field index="persistence.recursive"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="pages"> <language index="lDEF"> <field index="settings.detailPid"> <value index="vDEF"></value> </field> <field index="settings.listPid"> <value index="vDEF"></value> </field> <field index="settings.yearPid"> <value index="vDEF"></value> </field> <field index="settings.quarterPid"> <value index="vDEF"></value> </field> <field index="settings.monthPid"> <value index="vDEF"></value> </field> <field index="settings.weekPid"> <value index="vDEF"></value> </field> <field index="settings.dayPid"> <value index="vDEF"></value> </field> <field index="settings.bookingPid"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'teaser' => null, 'readmore_label' => '', 'quote_source' => '', 'quote_link' => '', 'panel_class' => 'default', 'file_folder' => '', '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_dce_dce' => 0, 'tx_dce_index' => null, 'tx_dce_slug' => '', 'tx_dce_new_container' => 0, 'categories' => 0, 'tx_news_related_news' => 0, 'tx_container_parent' => 0, 'grid_config' => null, 'header_class' => '', 'subheader_class' => '', 'aspect_ratio' => '1.3333333333333', 'items_per_page' => 10, 'frame_layout' => 'default', 'frame_options' => '', 'subitems_header_layout' => 4, 'external_media_title' => ''), 'pagination' => array('paginator' => object(TYPO3\CMS\Extbase\Pagination\QueryResultPaginator), 'pagination' => object(TYPO3\CMS\Core\Pagination\SimplePagination))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/tvh2023/typo3-10-base/var/cache/code/fluid_template/Calendar_action_list_ae48d13aad4d2ad62c395cb2aba6e014a55b2754.php line 251
$array24 = array (
);$array20['pagination'] = $renderingContext->getVariableProvider()->getByPath('pagination', $array24);
$arguments18['arguments'] = $array20;

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

$output0 .= '

';
at Calendar_action_list_ae48d13aad4d2ad62c395cb2aba6e014a55b2754->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/var/cache/code/fluid_template/layout_Default_html_65ec99eef83c2e08ebeb6762967346f083cfe98d.php line 78
$arguments3['contentAs'] = NULL;
$arguments3['debug'] = true;
$arguments3['section'] = 'Main';

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

$output0 .= '
</div>';

at layout_Default_html_65ec99eef83c2e08ebeb6762967346f083cfe98d->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 602
                // returned in their controller actions. The header, added below, may gets overwritten in
                // the Extbase bootstrap, depending on the context (FE/BE) and TypoScript configuration.
                $response = $response->withHeader('Content-Type', 'application/json; charset=utf-8');
            }
            $body->write($this->view->render());
        } elseif (is_string($actionResult) && $actionResult !== '') {
            $body->write($actionResult);
        } elseif (is_object($actionResult) && method_exists($actionResult, '__toString')) {
            $body->write((string)$actionResult);
at TYPO3\CMS\Extbase\Mvc\Controller\ActionController->callActionMethod(object(TYPO3\CMS\Extbase\Mvc\Request))
in /html/tvh2023/typo3-10-base/public/typo3conf/ext/calendarize/Classes/Controller/AbstractCompatibilityController.php line 35
         * @api
         */
        protected function callActionMethod(RequestInterface $request): ResponseInterface
        {
            $response = parent::callActionMethod($request);
            if (isset($this->feedFormats[$request->getFormat()])) {
                if ($request->hasArgument('hmac')) {
                    $hmac = $request->getArgument('hmac');
                    if ($this->validatePluginHmac($hmac)) {
at HDNET\Calendarize\Controller\AbstractCompatibilityController->callActionMethod(object(TYPO3\CMS\Extbase\Mvc\Request))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php line 492
        $this->view = $this->resolveView();
        if ($this->view !== null && method_exists($this, 'initializeView')) {
            $this->initializeView($this->view);
        }
        $response = $this->callActionMethod($request);
        $this->renderAssetsForRequest($request);

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

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

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

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

        // 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' => 'Calendarize', 'pluginName' => 'Calendar'))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'tt_content.list.20.calendarize_calendar')
in /html/tvh2023/typo3-10-base/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 197
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'dce_dce' => 'USER', 'dce_dce.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Dce', 'pluginName' => 'Dce'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nzkey_nzfrontendkey' => 'USER', 'nzkey_nzfrontendkey.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NzKey', 'pluginName' => 'Nzfrontendkey')), 'tt_content.list.20.calendarize_calendar', 'calendarize_calendar')
in /html/tvh2023/typo3-10-base/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 174
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 145, 'rowDescription' => '', 'pid' => 59, 'tstamp' => 1679033919, 'crdate' => 1626097153, 'cruser_id' => 1, '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' => 29, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"header_position":null,"date":null,"header_link":null,"subheader":null,"list_type":null,"pi_flexform":null,"layout":null,"frame_class":null,"space_before_class":null,"space_after_class":null,"background_color_class":null,"background_image":null,"background_image_options":null,"sectionIndex":null,"linkToTop":null,"sys_language_uid":null,"hidden":null,"starttime":null,"endtime":null,"fe_group":null,"editlock":null,"categories":null,"rowDescription":null,"tx_gridelements_container":null}', 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 'CType' => 'list', 'header' => 'Termine', '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' => '', 'pages' => '', 'colPos' => 0, 'subheader' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'calendarize_calendar', 'sectionIndex' => 1, 'linkToTop' => 0, 'file_collections' => '', '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="main"> <language index="lDEF"> <field index="settings.pluginConfiguration"> <value index="vDEF">4</value> </field> <field index="settings.limit"> <value index="vDEF"></value> </field> <field index="settings.hidePagination"> <value index="vDEF">1</value> </field> <field index="settings.useRelativeDate"> <value index="vDEF">0</value> </field> <field index="settings.overrideStartdate"> <value index="vDEF"></value> </field> <field index="settings.overrideEnddate"> <value index="vDEF"></value> </field> <field index="switchableControllerActions"> <value index="vDEF">Calendar-&gt;list;Calendar-&gt;detail</value> </field> </language> </sheet> <sheet index="general"> <language index="lDEF"> <field index="settings.configuration"> <value index="vDEF">ConfigurationGroup,Event</value> </field> <field index="settings.sortBy"> <value index="vDEF">start</value> </field> <field index="settings.sorting"> <value index="vDEF">ASC</value> </field> <field index="persistence.storagePid"> <value index="vDEF">102,94</value> </field> <field index="persistence.recursive"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="pages"> <language index="lDEF"> <field index="settings.detailPid"> <value index="vDEF"></value> </field> <field index="settings.listPid"> <value index="vDEF"></value> </field> <field index="settings.yearPid"> <value index="vDEF"></value> </field> <field index="settings.quarterPid"> <value index="vDEF"></value> </field> <field index="settings.monthPid"> <value index="vDEF"></value> </field> <field index="settings.weekPid"> <value index="vDEF"></value> </field> <field index="settings.dayPid"> <value index="vDEF"></value> </field> <field index="settings.bookingPid"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'selected_categories' => '', 'category_field' => '', 'table_class' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'tx_impexp_origuid' => 0, 'teaser' => null, 'readmore_label' => '', 'quote_source' => '', 'quote_link' => '', 'panel_class' => 'default', 'file_folder' => '', '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_dce_dce' => 0, 'tx_dce_index' => null, 'tx_dce_slug' => '', 'tx_dce_new_container' => 0, 'categories' => 0, 'tx_news_related_news' => 0, 'tx_container_parent' => 0, 'grid_config' => null, 'header_class' => '', 'subheader_class' => '', 'aspect_ratio' => '1.3333333333333', 'items_per_page' => 10, 'frame_layout' => 'default', 'frame_options' => '', 'subitems_header_layout' => 4, 'external_media_title' => ''), 'typoscriptObjectPath' => 'tt_content.list.20.calendarize_calendar', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/tvh2023/typo3-10-base/var/cache/code/fluid_template/Standard_action_list_089dbe2ea93dd40681e8a31f0b4a058f6024b6e4.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_089dbe2ea93dd40681e8a31f0b4a058f6024b6e4->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/var/cache/code/fluid_template/layout_Default_html_3faae8f1abb12d5f46cf11f05442608d08d03f01.php line 459
     ),
     $renderingContext
    );

$output65 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments87, $renderChildrenClosure88, $renderingContext);

$output65 .= '
    ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_3faae8f1abb12d5f46cf11f05442608d08d03f01->{closure}()
in /html/tvh2023/typo3-10-base/public/typo3conf/ext/bootstrap_package/Classes/ViewHelpers/FrameViewHelper.php line 177
                    'options' => $backgroundImageOptions,
                    'classes' => $backgroundImageClasses,
                ],
                'variants' => $configuration['variants'],
                'content' => $renderChildrenClosure(),
                'frameAttributes' => GeneralUtility::implodeAttributes($configuration['frameAttributes'], true)
            ]
        );

at BK2K\BootstrapPackage\ViewHelpers\FrameViewHelper::renderStatic(array('id' => 'c145', 'frameClass' => 'default', 'frameAttributes' => array(), 'type' => 'list', 'size' => 'default', 'height' => 'default', 'layout' => 'default', 'backgroundColor' => 'none', 'spaceBefore' => '', 'spaceAfter' => '', 'options' => '', 'variants' => array('default' => array('breakpoint' => 1400, 'width' => 1920, 'sizes' => array('1x' => array('multiplier' => 1))), 'xlarge' => array('breakpoint' => 1200, 'width' => 1100, 'sizes' => array('1x' => array('multiplier' => 1))), 'large' => array('breakpoint' => 992, 'width' => 1200, 'sizes' => array('1x' => array('multiplier' => 1))), 'medium' => array('breakpoint' => 768, 'width' => 1024, 'sizes' => array('1x' => array('multiplier' => 1))), 'small' => array('breakpoint' => 576, 'width' => 768, 'sizes' => array('1x' => array('multiplier' => 1))), 'extrasmall' => array('width' => 576, 'sizes' => array('1x' => array('multiplier' => 1)))), 'backgroundImage' => null, 'backgroundImageOptions' => array('parallax' => '0', 'fade' => '0', 'filter' => '')), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/tvh2023/typo3-10-base/var/cache/code/fluid_template/layout_Default_html_3faae8f1abb12d5f46cf11f05442608d08d03f01.php line 614
);$arguments50['backgroundImage'] = $renderingContext->getVariableProvider()->getByPath('backgroundImage.0', $array63);
$array64 = array (
);$arguments50['backgroundImageOptions'] = $renderingContext->getVariableProvider()->getByPath('data.background_image_options', $array64);

$output0 .= BK2K\BootstrapPackage\ViewHelpers\FrameViewHelper::renderStatic($arguments50, $renderChildrenClosure51, $renderingContext);

$output0 .= '

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

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

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'List', 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/ContentElements/', 'fileadmin/theme/tmpl/Templates/ContentElements/', 'EXT:grid_for_container/Resources/Private/Templates/', 'EXT:dce/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'fileadmin/theme/tmpl/Partials/ContentElements/', 'EXT:grid_for_container/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'fileadmin/theme/tmpl/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'), 'BK2K\\BootstrapPackage\\DataProcessing\\ArrayProcessor', '1682424577.' => array('data.' => array(), 'as' => 'frameAttributes'), 'BK2K\\BootstrapPackage\\DataProcessing\\ContainerContextProcessor'), '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', 'no-cookie' => '1')), 'gallery.' => array('columns.' => array('1.' => array('class' => 'gallery-item-size-1'), '2.' => array('class' => 'gallery-item-size-2', 'multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8', 'extrasmall' => '8')), '3.' => array('class' => 'gallery-item-size-3', 'multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '4.' => array('class' => 'gallery-item-size-4', 'multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '8', 'small' => '8', 'extrasmall' => '8')), '5.' => array('class' => 'gallery-item-size-5', 'multiplier.' => array('default' => '0.2', 'xlarge' => '0.2', 'large' => '0.2', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '16', 'small' => '16', 'extrasmall' => '8')), '6.' => array('class' => 'gallery-item-size-6', 'multiplier.' => array('default' => '0.1666', 'xlarge' => '0.16666', 'large' => '0.16666', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '16', 'small' => '16', 'extrasmall' => '8')))), 'responsiveimages.' => array('variants.' => array('default.' => array('breakpoint' => '1400', 'width' => '1920'), 'xlarge.' => array('breakpoint' => '1200', 'width' => '1100'), 'large.' => array('breakpoint' => '992', 'width' => '1200'), 'medium.' => array('breakpoint' => '768', 'width' => '1024'), 'small.' => array('breakpoint' => '576', 'width' => '768'), 'extrasmall.' => array('breakpoint' => 'unset', 'width' => '576')), 'backendlayout.' => array('default.' => array('10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'simple.' => array('10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_25_75.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_50_50.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_left.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_offset_right.' => array('0.' => array('multiplier.' => array('default' => '0.6666', 'xlarge' => '0.6666', 'large' => '0.6666'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '3_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'special_feature.' => array('30.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '31.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '32.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '33.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '34.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '35.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '36.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '37.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'special_start.' => array('20.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '21.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '22.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_left_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_right.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_right_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')))), 'contentelements.' => array('textpic.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'textmedia.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'accordion.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'), 'corrections.' => array('default' => '21', 'xlarge' => '21', 'large' => '21', 'medium' => '21', 'small' => '42', 'extrasmall' => '42')), 'top.' => array('corrections.' => array('default' => '42', 'xlarge' => '42', 'large' => '42', 'medium' => '42', 'small' => '42', 'extrasmall' => '42')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'), 'corrections.' => array('default' => '21', 'xlarge' => '21', 'large' => '21', 'medium' => '21', 'small' => '42', 'extrasmall' => '42')), 'bottom.' => array('corrections.' => array('default' => '42', 'xlarge' => '42', 'large' => '42', 'medium' => '42', 'small' => '42', 'extrasmall' => '42'))), 'card_group.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'carousel.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_small.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_fullscreen.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'tab.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'))), 'timeline.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'corrections.' => array('default' => '49', 'xlarge' => '49', 'large' => '49', 'medium' => '49', 'small' => '72', 'extrasmall' => '72')), 'menu_card_dir.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_card_list.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_thumbnail_dir.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '16', 'small' => '16'))), 'menu_thumbnail_list.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '16', 'small' => '16')))), 'container.' => array('container_2_columns.' => array('201.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_2_columns_right.' => array('201.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75', 'medium' => '0.66'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_2_columns_left.' => array('201.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75', 'medium' => '0.66'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_3_columns.' => array('201.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '203.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_4_columns.' => array('201.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '203.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '204.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))))), '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('calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'dce_dce' => 'USER', 'dce_dce.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Dce', 'pluginName' => 'Dce'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nzkey_nzfrontendkey' => 'USER', 'nzkey_nzfrontendkey.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NzKey', 'pluginName' => 'Nzfrontendkey'))))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // 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/', 'fileadmin/theme/tmpl/Templates/ContentElements/', 'EXT:grid_for_container/Resources/Private/Templates/', 'EXT:dce/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'fileadmin/theme/tmpl/Partials/ContentElements/', 'EXT:grid_for_container/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'fileadmin/theme/tmpl/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'), 'BK2K\\BootstrapPackage\\DataProcessing\\ArrayProcessor', '1682424577.' => array('data.' => array(), 'as' => 'frameAttributes'), 'BK2K\\BootstrapPackage\\DataProcessing\\ContainerContextProcessor'), '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', 'no-cookie' => '1')), 'gallery.' => array('columns.' => array('1.' => array('class' => 'gallery-item-size-1'), '2.' => array('class' => 'gallery-item-size-2', 'multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8', 'extrasmall' => '8')), '3.' => array('class' => 'gallery-item-size-3', 'multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '4.' => array('class' => 'gallery-item-size-4', 'multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '8', 'small' => '8', 'extrasmall' => '8')), '5.' => array('class' => 'gallery-item-size-5', 'multiplier.' => array('default' => '0.2', 'xlarge' => '0.2', 'large' => '0.2', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '16', 'small' => '16', 'extrasmall' => '8')), '6.' => array('class' => 'gallery-item-size-6', 'multiplier.' => array('default' => '0.1666', 'xlarge' => '0.16666', 'large' => '0.16666', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '16', 'small' => '16', 'extrasmall' => '8')))), 'responsiveimages.' => array('variants.' => array('default.' => array('breakpoint' => '1400', 'width' => '1920'), 'xlarge.' => array('breakpoint' => '1200', 'width' => '1100'), 'large.' => array('breakpoint' => '992', 'width' => '1200'), 'medium.' => array('breakpoint' => '768', 'width' => '1024'), 'small.' => array('breakpoint' => '576', 'width' => '768'), 'extrasmall.' => array('breakpoint' => 'unset', 'width' => '576')), 'backendlayout.' => array('default.' => array('10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'simple.' => array('10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_25_75.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_50_50.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_left.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_offset_right.' => array('0.' => array('multiplier.' => array('default' => '0.6666', 'xlarge' => '0.6666', 'large' => '0.6666'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '3_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'special_feature.' => array('30.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '31.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '32.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '33.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '34.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '35.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '36.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '37.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'special_start.' => array('20.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '21.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '22.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_left_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_right.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_right_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')))), 'contentelements.' => array('textpic.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'textmedia.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'accordion.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'), 'corrections.' => array('default' => '21', 'xlarge' => '21', 'large' => '21', 'medium' => '21', 'small' => '42', 'extrasmall' => '42')), 'top.' => array('corrections.' => array('default' => '42', 'xlarge' => '42', 'large' => '42', 'medium' => '42', 'small' => '42', 'extrasmall' => '42')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'), 'corrections.' => array('default' => '21', 'xlarge' => '21', 'large' => '21', 'medium' => '21', 'small' => '42', 'extrasmall' => '42')), 'bottom.' => array('corrections.' => array('default' => '42', 'xlarge' => '42', 'large' => '42', 'medium' => '42', 'small' => '42', 'extrasmall' => '42'))), 'card_group.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'carousel.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_small.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_fullscreen.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'tab.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'))), 'timeline.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'corrections.' => array('default' => '49', 'xlarge' => '49', 'large' => '49', 'medium' => '49', 'small' => '72', 'extrasmall' => '72')), 'menu_card_dir.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_card_list.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_thumbnail_dir.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '16', 'small' => '16'))), 'menu_thumbnail_list.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '16', 'small' => '16')))), 'container.' => array('container_2_columns.' => array('201.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_2_columns_right.' => array('201.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75', 'medium' => '0.66'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_2_columns_left.' => array('201.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75', 'medium' => '0.66'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_3_columns.' => array('201.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '203.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_4_columns.' => array('201.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '203.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '204.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))))), '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('calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'dce_dce' => 'USER', 'dce_dce.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Dce', 'pluginName' => 'Dce'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nzkey_nzfrontendkey' => 'USER', 'nzkey_nzfrontendkey.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NzKey', 'pluginName' => 'Nzfrontendkey'))))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/ContentElements/', 'fileadmin/theme/tmpl/Templates/ContentElements/', 'EXT:grid_for_container/Resources/Private/Templates/', 'EXT:dce/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'fileadmin/theme/tmpl/Partials/ContentElements/', 'EXT:grid_for_container/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'fileadmin/theme/tmpl/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'), 'BK2K\\BootstrapPackage\\DataProcessing\\ArrayProcessor', '1682424577.' => array('data.' => array(), 'as' => 'frameAttributes'), 'BK2K\\BootstrapPackage\\DataProcessing\\ContainerContextProcessor'), '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', 'no-cookie' => '1')), 'gallery.' => array('columns.' => array('1.' => array('class' => 'gallery-item-size-1'), '2.' => array('class' => 'gallery-item-size-2', 'multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8', 'extrasmall' => '8')), '3.' => array('class' => 'gallery-item-size-3', 'multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '4.' => array('class' => 'gallery-item-size-4', 'multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '8', 'small' => '8', 'extrasmall' => '8')), '5.' => array('class' => 'gallery-item-size-5', 'multiplier.' => array('default' => '0.2', 'xlarge' => '0.2', 'large' => '0.2', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '16', 'small' => '16', 'extrasmall' => '8')), '6.' => array('class' => 'gallery-item-size-6', 'multiplier.' => array('default' => '0.1666', 'xlarge' => '0.16666', 'large' => '0.16666', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '16', 'small' => '16', 'extrasmall' => '8')))), 'responsiveimages.' => array('variants.' => array('default.' => array('breakpoint' => '1400', 'width' => '1920'), 'xlarge.' => array('breakpoint' => '1200', 'width' => '1100'), 'large.' => array('breakpoint' => '992', 'width' => '1200'), 'medium.' => array('breakpoint' => '768', 'width' => '1024'), 'small.' => array('breakpoint' => '576', 'width' => '768'), 'extrasmall.' => array('breakpoint' => 'unset', 'width' => '576')), 'backendlayout.' => array('default.' => array('10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'simple.' => array('10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_25_75.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_50_50.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_left.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_offset_right.' => array('0.' => array('multiplier.' => array('default' => '0.6666', 'xlarge' => '0.6666', 'large' => '0.6666'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '3_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'special_feature.' => array('30.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '31.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '32.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '33.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '34.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '35.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '36.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '37.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'special_start.' => array('20.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '21.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '22.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_left_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_right.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_right_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')))), 'contentelements.' => array('textpic.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'textmedia.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'accordion.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'), 'corrections.' => array('default' => '21', 'xlarge' => '21', 'large' => '21', 'medium' => '21', 'small' => '42', 'extrasmall' => '42')), 'top.' => array('corrections.' => array('default' => '42', 'xlarge' => '42', 'large' => '42', 'medium' => '42', 'small' => '42', 'extrasmall' => '42')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'), 'corrections.' => array('default' => '21', 'xlarge' => '21', 'large' => '21', 'medium' => '21', 'small' => '42', 'extrasmall' => '42')), 'bottom.' => array('corrections.' => array('default' => '42', 'xlarge' => '42', 'large' => '42', 'medium' => '42', 'small' => '42', 'extrasmall' => '42'))), 'card_group.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'carousel.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_small.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_fullscreen.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'tab.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'))), 'timeline.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'corrections.' => array('default' => '49', 'xlarge' => '49', 'large' => '49', 'medium' => '49', 'small' => '72', 'extrasmall' => '72')), 'menu_card_dir.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_card_list.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_thumbnail_dir.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '16', 'small' => '16'))), 'menu_thumbnail_list.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '16', 'small' => '16')))), 'container.' => array('container_2_columns.' => array('201.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_2_columns_right.' => array('201.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75', 'medium' => '0.66'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_2_columns_left.' => array('201.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75', 'medium' => '0.66'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_3_columns.' => array('201.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '203.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_4_columns.' => array('201.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '203.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '204.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))))), '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('calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'dce_dce' => 'USER', 'dce_dce.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Dce', 'pluginName' => 'Dce'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nzkey_nzfrontendkey' => 'USER', 'nzkey_nzfrontendkey.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NzKey', 'pluginName' => 'Nzfrontendkey'))), 'lib.contentElement')
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 732
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/ContentElements/', 'fileadmin/theme/tmpl/Templates/ContentElements/', 'EXT:grid_for_container/Resources/Private/Templates/', 'EXT:dce/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'fileadmin/theme/tmpl/Partials/ContentElements/', 'EXT:grid_for_container/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'fileadmin/theme/tmpl/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'), 'BK2K\\BootstrapPackage\\DataProcessing\\ArrayProcessor', '1682424577.' => array('data.' => array(), 'as' => 'frameAttributes'), 'BK2K\\BootstrapPackage\\DataProcessing\\ContainerContextProcessor'), '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', 'no-cookie' => '1')), 'gallery.' => array('columns.' => array('1.' => array('class' => 'gallery-item-size-1'), '2.' => array('class' => 'gallery-item-size-2', 'multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8', 'extrasmall' => '8')), '3.' => array('class' => 'gallery-item-size-3', 'multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '4.' => array('class' => 'gallery-item-size-4', 'multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '8', 'small' => '8', 'extrasmall' => '8')), '5.' => array('class' => 'gallery-item-size-5', 'multiplier.' => array('default' => '0.2', 'xlarge' => '0.2', 'large' => '0.2', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '16', 'small' => '16', 'extrasmall' => '8')), '6.' => array('class' => 'gallery-item-size-6', 'multiplier.' => array('default' => '0.1666', 'xlarge' => '0.16666', 'large' => '0.16666', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '16', 'small' => '16', 'extrasmall' => '8')))), 'responsiveimages.' => array('variants.' => array('default.' => array('breakpoint' => '1400', 'width' => '1920'), 'xlarge.' => array('breakpoint' => '1200', 'width' => '1100'), 'large.' => array('breakpoint' => '992', 'width' => '1200'), 'medium.' => array('breakpoint' => '768', 'width' => '1024'), 'small.' => array('breakpoint' => '576', 'width' => '768'), 'extrasmall.' => array('breakpoint' => 'unset', 'width' => '576')), 'backendlayout.' => array('default.' => array('10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'simple.' => array('10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_25_75.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_50_50.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_left.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_offset_right.' => array('0.' => array('multiplier.' => array('default' => '0.6666', 'xlarge' => '0.6666', 'large' => '0.6666'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '3_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'special_feature.' => array('30.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '31.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '32.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '33.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '34.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '35.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '36.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '37.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'special_start.' => array('20.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '21.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '22.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_left_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_right.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_right_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')))), 'contentelements.' => array('textpic.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'textmedia.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'accordion.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'), 'corrections.' => array('default' => '21', 'xlarge' => '21', 'large' => '21', 'medium' => '21', 'small' => '42', 'extrasmall' => '42')), 'top.' => array('corrections.' => array('default' => '42', 'xlarge' => '42', 'large' => '42', 'medium' => '42', 'small' => '42', 'extrasmall' => '42')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'), 'corrections.' => array('default' => '21', 'xlarge' => '21', 'large' => '21', 'medium' => '21', 'small' => '42', 'extrasmall' => '42')), 'bottom.' => array('corrections.' => array('default' => '42', 'xlarge' => '42', 'large' => '42', 'medium' => '42', 'small' => '42', 'extrasmall' => '42'))), 'card_group.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'carousel.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_small.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_fullscreen.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'tab.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'))), 'timeline.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'corrections.' => array('default' => '49', 'xlarge' => '49', 'large' => '49', 'medium' => '49', 'small' => '72', 'extrasmall' => '72')), 'menu_card_dir.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_card_list.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_thumbnail_dir.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '16', 'small' => '16'))), 'menu_thumbnail_list.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '16', 'small' => '16')))), 'container.' => array('container_2_columns.' => array('201.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_2_columns_right.' => array('201.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75', 'medium' => '0.66'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_2_columns_left.' => array('201.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75', 'medium' => '0.66'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_3_columns.' => array('201.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '203.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_4_columns.' => array('201.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '203.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '204.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))))), '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('calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'dce_dce' => 'USER', 'dce_dce.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Dce', 'pluginName' => 'Dce'), 'news_pi1' => 'USER', 'news_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1'), 'nzkey_nzfrontendkey' => 'USER', 'nzkey_nzfrontendkey.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'NzKey', 'pluginName' => 'Nzfrontendkey'))), 'list')
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 45
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('r', 'S'))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // 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('r', 'S'))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('r', 'S')
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 732
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('r', 'S')
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 96
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $registerField;
                        $this->cObj->lastChanged($row['tstamp'] ?? 0);
                        $cObj->start($row, $conf['table'], $this->request);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'slide' => '{register:slide}', 'slide.' => array('insertData' => '1'), 'renderObj.' => array('stdWrap.' => array('dataWrap' => '{register:elementWrap}', 'required' => '1')), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // 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' => '{register:slide}', 'slide.' => array('insertData' => '1'), 'renderObj.' => array('stdWrap.' => array('dataWrap' => '{register:elementWrap}', 'required' => '1')), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('includeRecordsWithoutDefaultTranslation' => '1', 'orderBy' => 'sorting', 'where' => '{#colPos}={register:colPos}', 'where.' => array('insertData' => '1'), 'pidInList.' => array('data' => 'register:pageUid', 'override.' => array('data' => 'register:contentFromPid'))), 'slide' => '{register:slide}', 'slide.' => array('insertData' => '1'), 'renderObj.' => array('stdWrap.' => array('dataWrap' => '{register:elementWrap}', 'required' => '1')), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), '20')
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 699
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $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' => '{register:slide}', 'slide.' => array('insertData' => '1'), 'renderObj.' => array('stdWrap.' => array('dataWrap' => '{register:elementWrap}', 'required' => '1')), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php line 43
        if (!empty($conf['if.']) && !$this->cObj->checkIf($conf['if.'])) {
            return '';
        }

        $content = $this->cObj->cObjGet($conf);
        $wrap = $this->cObj->stdWrapValue('wrap', $conf ?? []);
        if ($wrap) {
            $content = $this->cObj->wrap($content, $wrap);
        }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject->render(array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), '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'))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // 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' => '{register:slide}', 'slide.' => array('insertData' => '1'), 'renderObj.' => array('stdWrap.' => array('dataWrap' => '{register:elementWrap}', 'required' => '1')), 'stdWrap.' => array('dataWrap' => '{register:wrap}', 'required' => '1')), 'RESTORE_REGISTER'))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('COA', array('LOAD_REGISTER', '5.' => array('colPos.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'colPos', 'ifEmpty.' => array('cObject' => 'TEXT', 'cObject.' => array('value.' => array('current' => '1'), 'ifEmpty' => '0')))), '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'), 'lib.dynamicContent')
in /html/tvh2023/typo3-10-base/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 197
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('contentElement' => 'FLUIDTEMPLATE', 'contentElement.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/ContentElements/', 'fileadmin/theme/tmpl/Templates/ContentElements/', 'EXT:grid_for_container/Resources/Private/Templates/', 'EXT:dce/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'fileadmin/theme/tmpl/Partials/ContentElements/', 'EXT:grid_for_container/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'fileadmin/theme/tmpl/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'), 'BK2K\\BootstrapPackage\\DataProcessing\\ArrayProcessor', '1682424577.' => array('data.' => array(), 'as' => 'frameAttributes'), 'BK2K\\BootstrapPackage\\DataProcessing\\ContainerContextProcessor'), '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', 'no-cookie' => '1')), 'gallery.' => array('columns.' => array('1.' => array('class' => 'gallery-item-size-1'), '2.' => array('class' => 'gallery-item-size-2', 'multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8', 'extrasmall' => '8')), '3.' => array('class' => 'gallery-item-size-3', 'multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '4.' => array('class' => 'gallery-item-size-4', 'multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '8', 'small' => '8', 'extrasmall' => '8')), '5.' => array('class' => 'gallery-item-size-5', 'multiplier.' => array('default' => '0.2', 'xlarge' => '0.2', 'large' => '0.2', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '16', 'small' => '16', 'extrasmall' => '8')), '6.' => array('class' => 'gallery-item-size-6', 'multiplier.' => array('default' => '0.1666', 'xlarge' => '0.16666', 'large' => '0.16666', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '16', 'small' => '16', 'extrasmall' => '8')))), 'responsiveimages.' => array('variants.' => array('default.' => array('breakpoint' => '1400', 'width' => '1920'), 'xlarge.' => array('breakpoint' => '1200', 'width' => '1100'), 'large.' => array('breakpoint' => '992', 'width' => '1200'), 'medium.' => array('breakpoint' => '768', 'width' => '1024'), 'small.' => array('breakpoint' => '576', 'width' => '768'), 'extrasmall.' => array('breakpoint' => 'unset', 'width' => '576')), 'backendlayout.' => array('default.' => array('10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'simple.' => array('10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_25_75.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_50_50.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_left.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_offset_right.' => array('0.' => array('multiplier.' => array('default' => '0.6666', 'xlarge' => '0.6666', 'large' => '0.6666'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '3_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'special_feature.' => array('30.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '31.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '32.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '33.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '34.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '35.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '36.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '37.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'special_start.' => array('20.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '21.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '22.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_left_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_right.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_right_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')))), 'contentelements.' => array('textpic.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'textmedia.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'accordion.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'), 'corrections.' => array('default' => '21', 'xlarge' => '21', 'large' => '21', 'medium' => '21', 'small' => '42', 'extrasmall' => '42')), 'top.' => array('corrections.' => array('default' => '42', 'xlarge' => '42', 'large' => '42', 'medium' => '42', 'small' => '42', 'extrasmall' => '42')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'), 'corrections.' => array('default' => '21', 'xlarge' => '21', 'large' => '21', 'medium' => '21', 'small' => '42', 'extrasmall' => '42')), 'bottom.' => array('corrections.' => array('default' => '42', 'xlarge' => '42', 'large' => '42', 'medium' => '42', 'small' => '42', 'extrasmall' => '42'))), 'card_group.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'carousel.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_small.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_fullscreen.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'tab.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'))), 'timeline.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'corrections.' => array('default' => '49', 'xlarge' => '49', 'large' => '49', 'medium' => '49', 'small' => '72', 'extrasmall' => '72')), 'menu_card_dir.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_card_list.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_thumbnail_dir.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '16', 'small' => '16'))), 'menu_thumbnail_list.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '16', 'small' => '16')))), 'container.' => array('container_2_columns.' => array('201.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_2_columns_right.' => array('201.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75', 'medium' => '0.66'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_2_columns_left.' => array('201.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75', 'medium' => '0.66'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_3_columns.' => array('201.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '203.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_4_columns.' => array('201.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '203.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '204.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))))), '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'))), 'tx_form.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'contentContainer' => 'FLUIDTEMPLATE', 'contentContainer.' => array('templateName' => 'Container', 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/ContentElements/', 'fileadmin/theme/tmpl/Templates/ContentElements/', 'EXT:grid_for_container/Resources/Private/Templates/', 'EXT:dce/Resources/Private/Templates'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/ContentElements/', 'fileadmin/theme/tmpl/Partials/ContentElements/', 'EXT:grid_for_container/Resources/Private/Partials/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/', 'fileadmin/theme/tmpl/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'), 'BK2K\\BootstrapPackage\\DataProcessing\\ArrayProcessor', '1682424577.' => array('data.' => array(), 'as' => 'frameAttributes'), 'BK2K\\BootstrapPackage\\DataProcessing\\ContainerContextProcessor', 'B13\\Container\\DataProcessing\\ContainerProcessor'), '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', 'no-cookie' => '1')), 'gallery.' => array('columns.' => array('1.' => array('class' => 'gallery-item-size-1'), '2.' => array('class' => 'gallery-item-size-2', 'multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8', 'extrasmall' => '8')), '3.' => array('class' => 'gallery-item-size-3', 'multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16', 'extrasmall' => '16')), '4.' => array('class' => 'gallery-item-size-4', 'multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '8', 'small' => '8', 'extrasmall' => '8')), '5.' => array('class' => 'gallery-item-size-5', 'multiplier.' => array('default' => '0.2', 'xlarge' => '0.2', 'large' => '0.2', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '16', 'small' => '16', 'extrasmall' => '8')), '6.' => array('class' => 'gallery-item-size-6', 'multiplier.' => array('default' => '0.1666', 'xlarge' => '0.16666', 'large' => '0.16666', 'medium' => '0.3333', 'small' => '0.3333', 'extrasmall' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '16', 'small' => '16', 'extrasmall' => '8')))), 'responsiveimages.' => array('variants.' => array('default.' => array('breakpoint' => '1400', 'width' => '1280'), 'xlarge.' => 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('default.' => array('10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'simple.' => array('10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_25_75.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_50_50.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_left.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '2_columns_offset_right.' => array('0.' => array('multiplier.' => array('default' => '0.6666', 'xlarge' => '0.6666', 'large' => '0.6666'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), '3_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'special_feature.' => array('30.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '31.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '32.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '33.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '34.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '35.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '36.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '37.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40', 'small' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'special_start.' => array('20.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '21.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '22.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_left_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '1.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_right.' => array('0.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80'))), 'subnavigation_right_2_columns.' => array('0.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80')), '2.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40')), '10.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '11.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')), '12.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '80', 'xlarge' => '80', 'large' => '80', 'medium' => '80')))), 'contentelements.' => array('textpic.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'textmedia.' => array('centered_left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'centered_right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'accordion.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'), 'corrections.' => array('default' => '21', 'xlarge' => '21', 'large' => '21', 'medium' => '21', 'small' => '42', 'extrasmall' => '42')), 'top.' => array('corrections.' => array('default' => '42', 'xlarge' => '42', 'large' => '42', 'medium' => '42', 'small' => '42', 'extrasmall' => '42')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'), 'corrections.' => array('default' => '21', 'xlarge' => '21', 'large' => '21', 'medium' => '21', 'small' => '42', 'extrasmall' => '42')), 'bottom.' => array('corrections.' => array('default' => '42', 'xlarge' => '42', 'large' => '42', 'medium' => '42', 'small' => '42', 'extrasmall' => '42'))), 'card_group.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'carousel.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_small.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'carousel_fullscreen.' => array('background_image.' => array('multiplier.' => array('default' => '1.5', 'xlarge' => '1.5', 'large' => '1.5')), 'text_and_image.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'))), 'tab.' => array('left.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16')), 'right.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16'))), 'timeline.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'corrections.' => array('default' => '49', 'xlarge' => '49', 'large' => '49', 'medium' => '49', 'small' => '72', 'extrasmall' => '72')), 'menu_card_dir.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_card_list.' => array('1.' => array('corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333'), 'gutters.' => array('default' => '32', 'xlarge' => '32', 'large' => '32', 'medium' => '32'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '48', 'xlarge' => '48', 'large' => '16', 'medium' => '16', 'small' => '16'), 'corrections.' => array('default' => '2', 'xlarge' => '2', 'large' => '2', 'medium' => '2', 'small' => '2', 'extrasmall' => '2'))), 'menu_thumbnail_dir.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '16', 'small' => '16'))), 'menu_thumbnail_list.' => array('2.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '8', 'xlarge' => '8', 'large' => '8', 'medium' => '8', 'small' => '8')), '3.' => array('multiplier.' => array('default' => '0.3333', 'xlarge' => '0.3333', 'large' => '0.3333', 'medium' => '0.3333', 'small' => '0.3333'), 'gutters.' => array('default' => '16', 'xlarge' => '16', 'large' => '16', 'medium' => '16', 'small' => '16')), '4.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5', 'small' => '0.5'), 'gutters.' => array('default' => '24', 'xlarge' => '24', 'large' => '24', 'medium' => '16', 'small' => '16')))), 'container.' => array('container_2_columns.' => array('201.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.5', 'xlarge' => '0.5', 'large' => '0.5', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_2_columns_right.' => array('201.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75', 'medium' => '0.66'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_2_columns_left.' => array('201.' => array('multiplier.' => array('default' => '0.75', 'xlarge' => '0.75', 'large' => '0.75', 'medium' => '0.66'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_3_columns.' => array('201.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '203.' => array('multiplier.' => array('default' => '0.33', 'xlarge' => '0.33', 'large' => '0.33', 'medium' => '0.33'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))), 'container_4_columns.' => array('201.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '202.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '203.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40')), '204.' => array('multiplier.' => array('default' => '0.25', 'xlarge' => '0.25', 'large' => '0.25', 'medium' => '0.5'), 'gutters.' => array('default' => '40', 'xlarge' => '40', 'large' => '40', 'medium' => '40'))))), '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')))), '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'))), 'currentUrl' => 'TEXT', 'currentUrl.' => array('typolink.' => array('parameter.' => array('data' => 'page:canonical_link // page:content_from_pid // page:uid'), 'forceAbsoluteUrl' => '1', 'returnLast' => 'url', 'useCacheHash' => '1', 'additionalParams.' => array('data' => 'tx_csseo_url_parameters'))), 'tx_news.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'caticon1' => 'TEXT', 'caticon1.' => array('value' => '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve"><path fill="currentColor" d="M11.9,2.1c-5.5,0-10,4.5-10,10s4.5,10,10,10s10-4.5,10-10S17.4,2.1,11.9,2.1z M11.9,19.1c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S15.7,19.1,11.9,19.1z"/><circle fill="currentColor" class="opacity-3" cx="11.9" cy="12.1" r="6"/></svg>'), 'caticon2' => 'TEXT', 'caticon2.' => array('value' => '<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve"><path fill="currentColor" class="opacity-3" d="M7,20.1c0,0.5,0.4,1,1,1h8c0.5,0,1-0.5,1-1v-3H7V20.1z"/><path fill="currentColor" d="M18,7.1c-0.5,0-1,0.4-1,1v-3c0-1.1-0.9-2-2-2H7c-1.1,0-2,0.9-2,2v5.8c0,0.1,0,0.3,0,0.4l0.8,4c0.1,0.5,0.5,0.8,1,0.8h10.4c0.5,0,0.9-0.4,1-0.8l0.8-4c0-0.1,0-0.3,0-0.4V8.1C19,7.6,18.5,7.1,18,7.1z M14,10.1H8c-0.6,0-1-0.4-1-1v-1c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1v1C15,9.7,14.5,10.1,14,10.1z"/></svg>'), 'caticon3' => 'TEXT', 'caticon3.' => array('value' => '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve"><circle fill="currentColor" class="opacity-3" cx="14.5" cy="3.4" r="2"/><path fill="currentColor" d="M11.3,17.4l0.6-2.5l2.1,2v5c0,0.5,0.4,1,1,1s1-0.5,1-1v-5.6c0-0.6-0.2-1.1-0.6-1.4l-1.5-1.4l0.6-3c1.1,1.2,2.6,2.1,4.4,2.4c0.6,0.1,1.1-0.4,1.1-1c0-0.5-0.4-0.9-0.9-1c-1.5-0.2-2.8-1.1-3.4-2.3l-1-1.6c-0.4-0.6-1-1-1.7-1c-0.3,0-0.5,0.1-0.8,0.1l-4,1.7C7.5,8,7,8.7,7,9.5v2.4c0,0.6,0.4,1,1,1s1-0.4,1-1V9.5l1.8-0.7l-1.6,8.1l-3.9-0.8c-0.5-0.1-1.1,0.2-1.2,0.8v0c-0.1,0.5,0.2,1.1,0.8,1.2L9,18.9C10,19.1,11.1,18.4,11.3,17.4z"/></svg>'), 'caticon4' => 'TEXT', 'caticon4.' => array('value' => '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve"><path fill="currentColor" d="M13.9,5.9c-0.6,0.9-0.2,2.2,0.7,2.7c0.9,0.6,2.2,0.2,2.7-0.7c0.5-0.9,0.2-2.2-0.7-2.7C15.7,4.6,14.4,4.9,13.9,5.9z"/><path fill="currentColor" d="M15.5,10.3c0,0-1.6-0.9-2.6-1.5c-2.1-1.2-3-3.8-2.2-6.1c0.2-0.5,0-1-0.4-1.2C9.7,1.2,9,1.4,8.8,2c-1,2.5-0.3,5.3,1.5,7.3l-4.7,8.1c-0.3,0.5-0.1,1.1,0.4,1.4s1.1,0.1,1.4-0.4l1-1.7l1.7,1l-2.5,4.3C7.3,22.4,7.5,23,8,23.3s1.1,0.1,1.4-0.4l5.8-10c1,1.3,1.3,3.1,0.7,4.7c-0.2,0.5,0,1,0.4,1.2c0.5,0.3,1.2,0.1,1.4-0.5C18.6,15.7,18.1,12.5,15.5,10.3z"/><path fill="currentColor" class="opacity-3" d="M12.4,3.7c0.7,0.4,1.6,0.2,2.1-0.5c0.4-0.7,0.2-1.6-0.6-2.1c-0.7-0.4-1.6-0.2-2.1,0.5C11.4,2.3,11.6,3.3,12.4,3.7z"/></svg>'), 'caticon5' => 'TEXT', 'caticon5.' => array('value' => '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="450" height="450" viewBox="0 0 450 450" xml:space="preserve"><desc>Created with Fabric.js 4.2.0</desc><defs></defs><g transform="matrix(1 0 0 1 225 225)" id="3546fa54-02d7-4a8f-9aa9-1f1bf0f34e61" ><rect style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" x="-225" y="-225" rx="0" ry="0" width="450" height="450" /></g><g transform="matrix(1.11 0 0 1.11 225 225)" ><g style="" vector-effect="non-scaling-stroke" > <g transform="matrix(1 0 0 1 0 0)" ><rect style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" x="-225" y="-225" rx="0" ry="0" width="450" height="450" /></g> <g transform="matrix(0.2 0 0 -0.2 0 -42.15)" ><path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(35,31,32); fill-rule: evenodd; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-425.86, -214.04)" d="M 21.8555 348.309 C 144.082 310.82000000000005 261.277 350.34000000000003 387.734 350.516 C 374.37899999999996 378.48400000000004 364.734 398.69100000000003 355.051 418.96500000000003 C 393.469 441.88300000000004 420.859 422.56600000000003 440.879 350.35200000000003 C 534.688 362.43 629.871 373.73 724.719 387.41 C 758.8670000000001 392.34400000000005 788.0200000000001 382.10900000000004 821.5630000000001 334.785 C 692.8200000000002 334.785 573.508 334.785 454.1990000000001 334.785 C 453.2810000000001 328.348 452.35500000000013 321.922 451.4380000000001 315.488 C 572.961 223.828 703.789 148.242 851.719 95.4219 C 779.148 62.2266 698.594 72.0703 644.988 117.961 C 577.117 176.074 509.434 234.402 432.004 300.945 C 432.004 242.469 434.89500000000004 195.00799999999998 431.172 148.066 C 427.605 103.203 451.035 51.9922 393.367 0 C 386.77 35.0586 379.375 57.8789 378.734 80.8867 C 377.004 143.32 378.145 205.84 378.145 275.977 C 261.367 179.941 138.953 103.23 0 53.9258 C 110.824 133.836 220.691 213.055 330.559 292.273 C 327.25800000000004 299.93 323.95300000000003 307.57800000000003 320.65200000000004 315.223 C 248.81300000000005 303.89500000000004 176.71900000000005 293.945 105.22700000000003 280.742 C 58.27730000000003 272.07 24.53130000000003 296.90200000000004 21.855500000000035 348.309" stroke-linecap="round" /></g> <g transform="matrix(0.2 0 0 -0.2 -5.78 -135.16)" ><path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(35,31,32); fill-rule: evenodd; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-398.27, -658.33)" d="M 336.836 501.895 C 354.35200000000003 498.945 371.863 495.996 395.891 491.941 C 395.891 536.641 395.891 577.852 395.891 629.7339999999999 C 289.605 540.047 184.141 464.441 55.1953 428.516 C 103.555 460.195 153.738 489.461 199.766 524.227 C 246.785 559.746 289.727 600.664 334.453 639.2189999999999 C 332.027 643.535 329.602 647.8399999999999 327.17999999999995 652.156 C 262.63699999999994 639.746 198.04299999999995 627.578 133.55899999999994 614.8439999999999 C 84.48049999999995 605.145 45.55079999999994 636.5819999999999 54.093799999999945 680.5269999999999 C 161.20699999999994 634.6679999999999 264.3159999999999 682.8009999999999 369.42599999999993 686.2109999999999 C 373.2849999999999 692.637 377.1479999999999 699.0629999999999 381.0079999999999 705.4879999999999 C 349.99999999999994 733.574 318.9919999999999 761.66 277.1679999999999 799.5509999999999 C 313.4609999999999 786.766 340.7149999999999 781.727 362.8049999999999 768.2299999999999 C 390.4259999999999 751.3549999999999 409.6909999999999 752.9379999999999 431.7109999999999 776.2769999999999 C 451.7459999999999 797.5269999999999 475.4299999999999 815.352 493.17599999999993 843.4449999999999 C 406.51599999999996 830.3589999999999 319.7969999999999 817.656 233.22299999999996 804.031 C 188.37899999999996 796.973 169.51999999999995 812 164.97999999999996 860.02 C 287.371 836.5699999999999 406.34399999999994 857.352 525.313 886.309 C 561.5939999999999 895.137 585.391 870.957 602.605 841.121 C 548.484 811.121 496.516 782.852 445.09000000000003 753.586 C 416.15200000000004 737.109 416.57000000000005 736.379 429.773 692.668 C 504.90200000000004 706.895 580.7620000000001 723.105 657.273 735.078 C 703.4060000000001 742.297 719.855 704.3629999999999 743.621 669.668 C 677.703 638.445 615.906 609.1800000000001 554.1089999999999 579.91 C 552.3949999999999 581.992 550.6759999999999 584.082 548.953 586.16 C 581.8629999999999 617.629 614.766 649.0899999999999 647.668 680.555 C 644.355 684.949 641.047 689.3549999999999 637.727 693.7579999999999 C 569.5899999999999 683.9839999999999 501.453 674.2189999999999 443.652 665.9259999999999 C 445.613 602.4799999999999 452.781 544.9799999999999 447.60499999999996 488.6019999999999 C 442.59 433.8359999999999 415.703 426.7969999999999 373.828 461.3789999999999 C 360.191 472.6449999999999 345.75399999999996 482.93799999999993 331.67999999999995 493.6719999999999 C 333.39799999999997 496.4179999999999 335.11699999999996 499.1479999999999 336.83599999999996 501.8949999999999" stroke-linecap="round" /></g> <g transform="matrix(0.19 0 0 -0.19 -2.96 99.26)" ><path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(35,31,32); fill-rule: evenodd; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-436.69, -425.69)" d="M 408.711 601.602 C 398.07 676.016 430.723 747.266 384.27000000000004 822.8199999999999 C 401.586 818.242 422.56600000000003 818.1329999999999 435.20300000000003 807.813 C 448.035 797.332 458.605 777.1759999999999 459.72700000000003 760.555 C 462.93800000000005 712.996 460.85200000000003 665.078 460.85200000000003 617.5269999999999 C 508.43000000000006 609.7969999999999 558.125 667.8789999999999 610.566 602.8589999999999 C 569.07 596.055 534.895 587.598 500.35200000000003 585.574 C 465.69100000000003 583.563 456.48400000000004 569.063 456.86300000000006 535.684 C 458.50800000000004 390.828 458.08600000000007 245.938 457.1170000000001 101.06299999999999 C 456.9260000000001 73.47659999999999 467.84400000000005 26.874999999999986 429.6090000000001 28.61329999999998 C 392.46100000000007 30.30079999999998 401.4410000000001 74.59769999999997 401.8090000000001 106.69899999999998 C 403.5350000000001 259.383 402.5780000000001 412.09799999999996 402.5780000000001 564.629 C 358.0230000000001 576.863 294.5900000000001 512.922 262.80500000000006 601.602 C 312.83600000000007 601.602 357.8980000000001 601.602 408.71100000000007 601.602" stroke-linecap="round" /></g> <g transform="matrix(0.19 0 0 -0.19 57.14 127.05)" ><path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(35,31,32); fill-rule: evenodd; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-741.28, -284.86)" d="M 903.398 541.844 C 866.5160000000001 535.09 829.6410000000001 528.34 797.566 522.461 C 797.566 436.96500000000003 797.371 354.707 797.629 272.461 C 797.832 204.258 799.766 136.02300000000002 798.32 67.87110000000001 C 797.883 47.2344 791.367 25.4688 782.117 6.98047 C 779.023 0.792969 754.094 -2.76563 747.18 2.67578 C 715.781 27.4102 687.246 55.793 658.84 81.8047 C 657.7030000000001 81.3789 660.461 83.3789 663.1840000000001 83.32809999999999 C 747.566 81.9219 747.566 81.88279999999999 747.566 169.543 C 747.566 257.71500000000003 747.6170000000001 345.887 747.551 434.063 C 747.488 516.16 744.863 518.152 665.9300000000001 495.67199999999997 C 627.1410000000001 484.61699999999996 600.0200000000001 495.359 579.1600000000001 545.117 C 694.922 508.895 796.094 591.621 902.4730000000001 563.953 C 902.773 556.582 903.0860000000001 549.211 903.398 541.8439999999999" stroke-linecap="round" /></g> <g transform="matrix(0.19 0 0 -0.19 -64.97 119.87)" ><path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(35,31,32); fill-rule: evenodd; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-122.42, -321.23)" d="M 166.703 474.277 C 175.797 440.42199999999997 186.477 418.406 186.85500000000002 396.23 C 188.633 291.387 187.65200000000002 186.50400000000002 187.50000000000003 81.62890000000004 C 187.48000000000002 68.34770000000005 189.52000000000004 53.98440000000004 185.19100000000003 42.10940000000004 C 181.19900000000004 31.171900000000043 169.90600000000003 22.898400000000045 161.83200000000002 13.457000000000043 C 152.82000000000002 21.921900000000043 139.42600000000002 28.886700000000044 135.85200000000003 39.22660000000005 C 130.73000000000002 54.04300000000005 131.74600000000004 71.34770000000005 131.97300000000004 87.55860000000004 C 133.43400000000005 193.97300000000004 135.55900000000005 300.3910000000001 136.80900000000005 406.80500000000006 C 136.89500000000007 414.21900000000005 131.66000000000005 421.69900000000007 127.35500000000005 433.3400000000001 C 85.1016 396.98 45.625 363.008 6.14453 329.031 C 4.09375 331.086 2.04688 333.125 0 335.176 C 49.8945 397.754 101.465 459.082 148.906 523.457 C 170.195 552.344 183.215 587.324 204.91 629.012 C 214.414 621.9409999999999 234.629 613.3789999999999 243.18 598.223 C 248.547 588.711 239.922 566.7969999999999 231.406 554.8439999999999 C 209.324 523.8399999999999 183.84 495.2539999999999 166.703 474.27699999999993" stroke-linecap="round" /></g> <g transform="matrix(0.19 0 0 -0.19 -30.78 122.46)" ><path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(35,31,32); fill-rule: evenodd; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-295.71, -308.14)" d="M 236.555 126.855 C 265.605 244.395 320.574 357.012 295.273 487.31300000000005 C 328.93800000000005 496.15200000000004 357.559 476.32800000000003 354.656 446.172 C 343.5 330.223 305.598 222.305 236.555 126.855" stroke-linecap="round" /></g> <g transform="matrix(0.19 0 0 -0.19 -62.43 39.49)" ><path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(35,31,32); fill-rule: evenodd; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-135.35, -728.57)" d="M 208.125 846.941 C 222.234 833.3480000000001 243.352 819.863 252.871 800.633 C 256.95300000000003 792.402 240.10500000000002 768.145 227.31300000000002 758.152 C 160.012 705.527 90.9609 655.137 17.1992 610.203 C 79.4805 685.027 176.137 730.477 208.125 846.941" stroke-linecap="round" /></g> <g transform="matrix(0.19 0 0 -0.19 19.17 114.91)" ><path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(35,31,32); fill-rule: evenodd; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-548.85, -346.36)" d="M 497.883 497.859 C 559.387 410.22299999999996 596.191 325.438 599.813 228.457 C 600.227 217.44899999999998 590.438 206.07399999999998 585.383 194.863 C 575.5590000000001 203.879 559.363 211.406 556.895 222.117 C 536.5939999999999 309.852 518.84 398.19100000000003 497.883 497.85900000000004" stroke-linecap="round" /></g> <g transform="matrix(0.19 0 0 -0.19 55.86 34.85)" ><path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(35,31,32); fill-rule: evenodd; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-734.75, -752.12)" d="M 602.305 751.805 C 669.285 764.2189999999999 737.598 779.031 806.6479999999999 788.27 C 825.6909999999999 790.828 846.9529999999999 776.805 867.1949999999999 770.379 C 866.516 765.2810000000001 865.8199999999999 760.184 865.137 755.086 C 850.2339999999999 751.121 835.535 745.984 820.3979999999999 743.418 C 768.281 734.578 715.867 727.391 663.8399999999999 718.094 C 627.6289999999999 711.629 618.223 716.5310000000001 602.305 751.8050000000001" stroke-linecap="round" /></g> <g transform="matrix(0.19 0 0 -0.19 17.48 42.11)" ><path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(35,31,32); fill-rule: evenodd; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-540.3, -715.3)" d="M 495.469 787 C 576.309 743.68 601.289 699.902 575.254 643.602 C 546.3480000000001 695.555 520.9060000000001 741.2769999999999 495.46900000000005 787" stroke-linecap="round" /></g></g></g></svg>'), 'caticon6' => 'TEXT', 'caticon6.' => array('value' => '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve"><path fill="currentColor" d="M19.4,3C17,0.7,12.8,1.2,9.8,4.1C8.2,5.7,7.3,8,7.3,9.5c0,1.6,0.3,3.9-1.3,5.5l-4.2,4.2l1.4,1.4l4.2-4.2 c1.6-1.6,3.9-1.3,5.5-1.3s3.9-0.9,5.5-2.5C21.2,9.6,21.7,5.4,19.4,3z M10.2,12.2c-1.5-1.5-1.1-4.6,1.1-6.7s5.2-2.6,6.7-1.1 c1.5,1.5,1,4.6-1.1,6.7S11.7,13.7,10.2,12.2z"/><path fill="currentColor" class="opacity-3" d="M17.9,15.5c-1,0-2.1,0.4-2.8,1.2c-1.6,1.6-1.6,4.1,0,5.7c0.8,0.8,1.8,1.2,2.8,1.2s2-0.4,2.8-1.2 c1.6-1.6,1.6-4.1,0-5.7C19.9,15.9,18.9,15.5,17.9,15.5L17.9,15.5z"/></svg>'), 'caticon7' => 'TEXT', 'caticon7.' => array('value' => '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve"><path fill="currentColor" d="M20.7,7.1c-0.1-0.5-0.7-0.9-1.2-0.8c-2.4,0.5-5,0.8-7.5,0.8S6.9,6.9,4.5,6.4C3.9,6.2,3.4,6.6,3.2,7.1l0,0 C3.1,7.7,3.4,8.2,4,8.4C5.6,8.7,7.3,9,9,9.1v12c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-5h2v5c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-12 c1.6-0.1,3.4-0.4,5-0.8C20.5,8.2,20.9,7.7,20.7,7.1L20.7,7.1z"/><circle fill="currentColor" class="opacity-3" cx="12" cy="4.1" r="2"/></svg>'), 'caticon8' => 'TEXT', 'caticon8.' => array('value' => '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve"><path fill="currentColor" class="opacity-3" d="M6,4.1c-2.4,1.8-4,4.7-4,8c0,1.5,0.3,2.9,0.9,4.1L6,14.4V4.1z"/><path fill="currentColor" d="M11,11.5V2.1C10,2.2,8.9,2.5,8,2.9v10.3L11,11.5z"/><path fill="currentColor" d="M12,13.2l-8.1,4.7c0.6,0.8,1.3,1.6,2.2,2.2L15,15L12,13.2z"/><path fill="currentColor" d="M13,8v3.5l8.1,4.7c0.4-0.9,0.7-1.9,0.8-3L13,8z"/><path fill="currentColor" class="opacity-3" d="M8.1,21.3c1.2,0.5,2.5,0.8,3.9,0.8c3.3,0,6.3-1.6,8.1-4.2L17,16.1L8.1,21.3z"/><path fill="currentColor" class="opacity-3" d="M21.9,10.9c-0.5-4.6-4.3-8.3-8.9-8.8v3.6L21.9,10.9z"/></svg>'), 'caticon9' => 'TEXT', 'caticon9.' => array('value' => '<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve"><circle class="opacity-3" fill="currentColor" cx="13.8" cy="3.4" r="2"/><path fill="currentColor" d="M17.8,10.6c-1.2-0.4-2.2-1.2-2.8-2.2l-1-1.6c-0.4-0.7-1.1-1-1.8-1c-0.8,0-1.6,0.5-1.8,1.4S7.3,22.9,7.3,22.9 h2.1l1.8-8l2.1,2v6h2v-7.5l-2.1-2l0.6-3c1,1.1,2.4,2,4,2.3v10.2h1.5v-14h-1.5V10.6z"/><path class="opacity-3" fill="currentColor" d="M7.7,13l-2.1-0.4c-0.5-0.1-0.9-0.6-0.8-1.2l0.8-3.9c0.2-1.1,1.3-1.8,2.3-1.6l1.2,0.2L7.7,13z"/></svg>'), 'caticon10' => 'TEXT', 'caticon10.' => array('value' => '<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="" xml:space="preserve" data-ember-extension="1"><style type="text/css">.st38{opacity:0.4;fill:#A855F7;enable-background:new;} .st39{fill:#A855F7;}</style><g id="Jugendabteilung"><g><path fill="currentColor" class="opacity-3" d="M5.4,15.9l4.8,3l3-1.8l-4.8-3L5.4,15.9z M2.6,17.5c-0.6,0.4-0.8,1.1-0.4,1.7c0,0,0,0,0,0l1.3,2.1 C3.7,21.8,4.1,22,4.5,22c0.2,0,0.4-0.1,0.6-0.2l3.8-2.2l-4.8-3L2.6,17.5z M12.3,7.4C12.6,7.8,13,8,13.4,8c0.2,0,0.4-0.1,0.6-0.2 l0.7-0.4l-1.6-4.8c-0.2,0.1-0.4,0.2-0.6,0.3l-1.1,0.6c-0.6,0.4-0.8,1.1-0.4,1.7c0,0,0,0,0,0L12.3,7.4z M16.1,7l3.6-3.6 c-1.5-1.2-3.5-1.7-5.3-1.2L16.1,7C16,7,16.1,7,16.1,7z M21.4,5.6c-0.2-0.5-0.5-0.9-0.8-1.3L17,7.9c0,0,0,0.1,0,0.1l4.8,1.6 C22.1,8.3,22,6.9,21.4,5.6L21.4,5.6z M9.6,13.4l4.8,3l3-1.8l-4.8-3L9.6,13.4z M16.4,9.3l-2.7,1.6l4.8,3l0.3-0.2 c1.2-0.7,2.1-1.7,2.7-3l-4.8-1.6C16.5,9.2,16.5,9.3,16.4,9.3z"/><path fill="currentColor" d="M15.1,7.2C15.3,7.1,15.6,7,15.8,7c0.1,0,0.1,0,0.2,0l-1.6-4.9c-0.4,0.1-0.8,0.2-1.2,0.4l1.6,4.8L15.1,7.2z M4.2,16.6l4.8,3l1.2-0.7l-4.8-3L4.2,16.6z M16.9,7.6c0.1,0.1,0.1,0.2,0.1,0.3l3.6-3.6C20.3,4,20,3.7,19.7,3.4L16.1,7 C16.4,7.1,16.7,7.3,16.9,7.6z M8.3,14.1l4.8,3l1.2-0.7l-4.8-3L8.3,14.1z M12.5,11.6l4.8,3l1.2-0.7l-4.8-3L12.5,11.6z M17,8 c0.1,0.4-0.1,0.9-0.4,1.2l4.8,1.6c0.2-0.4,0.3-0.8,0.4-1.2L17,8z"/></g></g></svg>'), 'copyright' => 'TEXT', 'copyright.' => array('data' => 'date : U', 'strftime' => '%Y', 'noTrimWrap' => '|&copy;'), 'specialNav' => 'RECORDS', 'specialNav.' => array('source' => '10', 'dontCheckPid' => '1', 'tables' => 'tt_content'), 'headimage' => 'TEXT', 'headimage.' => array('value' => '<a href="https://www.provenexpert.com/turnverein-hochstetten-1904-e-v" class="headerimage"><img src="fileadmin/theme/images/Top-Dienstleister2023TVH.jpg" style="width: 100px; height: 100px;"></a>')), 'lib.dynamicContent', 'dynamicContent')
in /html/tvh2023/typo3-10-base/public/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 174
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('pageUid' => 59, 'colPos' => 0, 'slide' => null), 'typoscriptObjectPath' => 'lib.dynamicContent', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/tvh2023/typo3-10-base/var/cache/code/fluid_template/Standard_action_default_040de56cddf46b66a0e1f3cc3924fb4ed6454a21.php line 127
$array15 = array (
);$array13['slide'] = $renderingContext->getVariableProvider()->getByPath('theme.pagelayout.{pagelayout}.colPos.0.slide', $array15);
$arguments11['data'] = $array13;
$renderChildrenClosure12 = ($arguments11['data'] !== null) ? function() use ($arguments11) { return $arguments11['data']; } : $renderChildrenClosure12;
$output5 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext);

$output5 .= '
    </div>

at Standard_action_default_040de56cddf46b66a0e1f3cc3924fb4ed6454a21->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/var/cache/code/fluid_template/layout_Default_html_a4e78e11f09f45303ff705df3679c14be4989815.php line 233
$arguments27['contentAs'] = NULL;
$arguments27['debug'] = true;
$arguments27['section'] = 'Main';

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

$output3 .= '
        <!--TYPO3SEARCH_end-->
    </div>
at layout_Default_html_a4e78e11f09f45303ff705df3679c14be4989815->{closure}()
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/var/cache/code/fluid_template/layout_Default_html_a4e78e11f09f45303ff705df3679c14be4989815.php line 369
return $output3;
};
$arguments1 = array();

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

$output0 .= '

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

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

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => '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'), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Page/', 'fileadmin/theme/tmpl/Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'fileadmin/theme/tmpl/Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'fileadmin/theme/tmpl/Layouts/Page/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '4', 'includeSpacer' => '1', 'as' => 'mainnavigation', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => '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('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => '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('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => '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' => '13,23,15,16,17'), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '13,23,15,16,17')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '1629126321.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'levels' => '2', 'as' => 'footernavigation', 'if.' => array('isTrue' => ''), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1629202464.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon'))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'fileadmin/theme/images/tvh-logo.png', 'inverted' => 'fileadmin/theme/images/tvh-logo.png'), 'as' => 'logo')), 'settings.' => array('logo.' => array('height' => '115', 'width' => '115', 'linktitle' => '')), 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier'), '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' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier', 'noTrimWrap' => '|| logo|', 'if.' => array('isFalse' => 'Turnverein Hochstetten e.V. 1904')), 'TEXT', '20.' => array('value' => 'Turnverein Hochstetten e.V. 1904', 'if.' => array('isTrue' => 'Turnverein Hochstetten e.V. 1904'))), 'breadcrumbExtendedValue' => 'COA', 'breadcrumbExtendedValue.' => array()), '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'))))))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 801
        }

        // 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'), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Page/', 'fileadmin/theme/tmpl/Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'fileadmin/theme/tmpl/Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'fileadmin/theme/tmpl/Layouts/Page/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '4', 'includeSpacer' => '1', 'as' => 'mainnavigation', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => '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('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => '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('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => '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' => '13,23,15,16,17'), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '13,23,15,16,17')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '1629126321.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'levels' => '2', 'as' => 'footernavigation', 'if.' => array('isTrue' => ''), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1629202464.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon'))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'fileadmin/theme/images/tvh-logo.png', 'inverted' => 'fileadmin/theme/images/tvh-logo.png'), 'as' => 'logo')), 'settings.' => array('logo.' => array('height' => '115', 'width' => '115', 'linktitle' => '')), 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier'), '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' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier', 'noTrimWrap' => '|| logo|', 'if.' => array('isFalse' => 'Turnverein Hochstetten e.V. 1904')), 'TEXT', '20.' => array('value' => 'Turnverein Hochstetten e.V. 1904', 'if.' => array('isTrue' => 'Turnverein Hochstetten e.V. 1904'))), 'breadcrumbExtendedValue' => 'COA', 'breadcrumbExtendedValue.' => array()), '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'))))))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 737
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => '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'), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Page/', 'fileadmin/theme/tmpl/Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'fileadmin/theme/tmpl/Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'fileadmin/theme/tmpl/Layouts/Page/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '4', 'includeSpacer' => '1', 'as' => 'mainnavigation', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => '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('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => '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('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => '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' => '13,23,15,16,17'), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '13,23,15,16,17')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '1629126321.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'levels' => '2', 'as' => 'footernavigation', 'if.' => array('isTrue' => ''), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1629202464.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon'))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'fileadmin/theme/images/tvh-logo.png', 'inverted' => 'fileadmin/theme/images/tvh-logo.png'), 'as' => 'logo')), 'settings.' => array('logo.' => array('height' => '115', 'width' => '115', 'linktitle' => '')), 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier'), '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' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier', 'noTrimWrap' => '|| logo|', 'if.' => array('isFalse' => 'Turnverein Hochstetten e.V. 1904')), 'TEXT', '20.' => array('value' => 'Turnverein Hochstetten e.V. 1904', 'if.' => array('isTrue' => 'Turnverein Hochstetten e.V. 1904'))), 'breadcrumbExtendedValue' => 'COA', 'breadcrumbExtendedValue.' => array()), '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'))))), '10')
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 699
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $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/bootstrap5/theme.scss', 'fonts' => 'fileadmin/theme/css/fonts.scss', 'fontawesome' => 'fileadmin/theme/css/fontawesome.css', 'custom' => 'fileadmin/theme/css/base.scss', 'eventext' => 'fileadmin/theme/css/events.scss', 'jiu' => 'fileadmin/theme/css/wandern.scss'), 'includeJSFooterlibs.' => array('popper' => 'EXT:bootstrap_package/Resources/Public/Contrib/popper-core/popper.min.js', 'bootstrap' => 'EXT:bootstrap_package/Resources/Public/Contrib/bootstrap5/js/bootstrap.min.js', 'photoswipe_core' => 'EXT:bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe.umd.min.js', 'photoswipe_ui' => 'EXT:bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe-lightbox.umd.min.js', 'photoswipe_caption' => 'EXT:bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe-dynamic-caption-plugin.umd.min.js', 'bootstrap_accordion' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.accordion.min.js', 'bootstrap_popover' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.popover.min.js', 'bootstrap_stickyheader' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.stickyheader.min.js', 'bootstrap_smoothscroll' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.smoothscroll.min.js', 'bootstrap_lightbox' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.lightbox.min.js', 'bootstrap_navbar' => 'EXT:bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.navbar.min.js'), 'typeNum' => '0', 'shortcutIcon' => 'fileadmin/theme/images/tvh-logo.png', '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', '99.' => array('if.' => array('isTrue' => ''), 'value' => '<!-- Google Tag Manager --><script>let googletagmanagerContainerId = \'\';(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);})(window,document,\'script\',\'dataLayer\',googletagmanagerContainerId);</script><!-- End Google Tag Manager -->'), 'COA', '657.' => array('COA', '10.' => array('TEXT', '10.' => array('value' => '', 'wrap' => '<!-- Global site tag (gtag.js) - Google Analytics --><script async src="https://www.googletagmanager.com/gtag/js?id=#"></script>', 'wrap.' => array('splitChar' => '#'), 'required' => '1'), 'TEXT', '20.' => array('value' => '', 'wrap' => '<!-- Global site tag (gtag.js) - Google Analytics --><script> /* Google Analytics Optout */ var gaProperty = \'#\'; var disableStr = \'ga-disable-\' + gaProperty; if (document.cookie.indexOf(disableStr + \'=true\') > -1) { window[disableStr] = true; } function gaOptout() { document.cookie = disableStr + \'=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/\'; window[disableStr] = true; } /* Google Analytics */ window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(\'js\', new Date()); gtag(\'config\', gaProperty, { \'anonymize_ip\': true }); /* End Google Analytics */</script>', 'wrap.' => array('splitChar' => '#'), 'required' => '1'))), 'TEXT', '103.' => array('value' => ' <link rel="preload" as="font" href="fileadmin/theme/fonts/opensans/open-sans-v18-latin-300.woff2" type="font/woff2" crossorigin> <link rel="preload" as="font" href="fileadmin/theme/fonts/opensans/open-sans-v18-latin-300italic.woff2" type="font/woff2" crossorigin> <link rel="preload" as="font" href="fileadmin/theme/fonts/opensans/open-sans-v18-latin-600.woff2" type="font/woff2" crossorigin> <link rel="preload" as="font" href="fileadmin/theme/fonts/opensans/open-sans-v18-latin-600italic.woff2" type="font/woff2" crossorigin> <link rel="preload" as="font" href="fileadmin/theme/fonts/opensans/open-sans-v18-latin-700.woff2" type="font/woff2" crossorigin> <link rel="preload" as="font" href="fileadmin/theme/fonts/opensans/open-sans-v18-latin-700italic.woff2" type="font/woff2" crossorigin> <link rel="preload" as="font" href="fileadmin/theme/fonts/opensans/open-sans-v18-latin-800.woff2" type="font/woff2" crossorigin> <link rel="preload" as="font" href="fileadmin/theme/fonts/opensans/open-sans-v18-latin-800italic.woff2" type="font/woff2" crossorigin> <link rel="preload" as="font" href="fileadmin/theme/fonts/opensans/open-sans-v18-latin-regular.woff2" type="font/woff2" crossorigin> <link rel="preload" as="font" href="fileadmin/theme/fonts/opensans/open-sans-v18-latin-italic.woff2" type="font/woff2" crossorigin> <link rel="preload" as="font" href="fileadmin/theme/fonts/fontawesome/fa-brands-400.woff2" type="font/woff2" crossorigin> <link rel="preload" as="font" href="fileadmin/theme/fonts/fontawesome/fa-light-300.woff2" type="font/woff2" crossorigin> ')), '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'), 'templateRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Templates/Page/', 'fileadmin/theme/tmpl/Templates/Page/'), 'partialRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Partials/Page/', 'fileadmin/theme/tmpl/Partials/Page/'), 'layoutRootPaths.' => array('EXT:bootstrap_package/Resources/Private/Layouts/Page/', 'fileadmin/theme/tmpl/Layouts/Page/'), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\ConstantsProcessor', '1.' => array('as' => 'theme', 'key' => 'page.theme'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '4', 'includeSpacer' => '1', 'as' => 'mainnavigation', 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => '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('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => '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('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1628754217.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => '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' => '13,23,15,16,17'), 'includeNotInMenu' => '1', 'as' => 'metanavigation', 'if.' => array('isTrue' => '13,23,15,16,17')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '1629126321.' => array('special' => 'list', 'special.' => array('value' => ''), 'includeNotInMenu' => '1', 'levels' => '2', 'as' => 'footernavigation', 'if.' => array('isTrue' => ''), 'dataProcessing.' => array('BK2K\\BootstrapPackage\\DataProcessing\\IconsDataProcessor', '1629202464.' => array('iconSet.' => array('field' => 'nav_icon_set'), 'iconIdentifier.' => array('field' => 'nav_icon_identifier'), 'iconFileFieldName' => 'nav_icon', 'as' => 'icon'))), 'BK2K\\BootstrapPackage\\DataProcessing\\StaticFilesProcessor', '1553883874.' => array('files.' => array('normal' => 'fileadmin/theme/images/tvh-logo.png', 'inverted' => 'fileadmin/theme/images/tvh-logo.png'), 'as' => 'logo')), 'settings.' => array('logo.' => array('height' => '115', 'width' => '115', 'linktitle' => '')), 'variables.' => array('pageTitle' => 'TEXT', 'pageTitle.' => array('data' => 'page:title'), 'siteTitle' => 'TEXT', 'siteTitle.' => array('data' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier'), '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' => 'siteLanguage:websiteTitle//site:websiteTitle//site:identifier', 'noTrimWrap' => '|| logo|', 'if.' => array('isFalse' => 'Turnverein Hochstetten e.V. 1904')), 'TEXT', '20.' => array('value' => 'Turnverein Hochstetten e.V. 1904', 'if.' => array('isTrue' => 'Turnverein Hochstetten e.V. 1904'))), 'breadcrumbExtendedValue' => 'COA', 'breadcrumbExtendedValue.' => array()), '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'))))), 'meta.' => array('viewport' => 'width=device-width, initial-scale=1, minimum-scale=1', 'robots' => 'index,follow', 'apple-mobile-web-app-capable' => 'no', 'X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('attribute' => 'http-equiv'), 'google' => 'notranslate', 'google-site-verification' => '', 'og:type' => 'website', 'og:site_name.' => array('data' => 'site:websiteTitle'), 'og:image.' => array('stdWrap.' => array('if.' => array('directReturn' => ''), 'typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('import.' => array('data' => 'path:', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))), 'height' => '628c', 'width' => '1200')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'twitter:card' => 'summary', 'twitter:card.' => array('override' => 'summary_large_image', 'override.' => array('if.' => array('isTrue.' => array('data' => 'field:twitter_image // field:og_image')))), 'twitter:creator.' => array('data' => 'page:tx_csseo_tw_creator', 'htmlSpecialChars' => '1', 'wrap' => '@|', 'ifEmpty' => '', 'required' => '1'), 'twitter:site.' => array('data' => 'page:tx_csseo_tw_site', 'htmlSpecialChars' => '1', 'wrap' => '@|', 'ifEmpty' => '', 'required' => '1'), 'twitter:image.' => array('stdWrap.' => array('if.' => array('directReturn' => ''), 'typolink.' => array('parameter.' => array('stdWrap.' => array('cObject' => 'IMG_RESOURCE', 'cObject.' => array('file.' => array('import.' => array('data' => 'path:', 'if.' => array('isFalse.' => array(*DEEP NESTED ARRAY*))), 'height' => '512c', 'width' => '1024')))), 'returnLast' => 'url', 'forceAbsoluteUrl' => '1')))), 'includeCSSLibs.' => array('googlewebfont' => 'https://fonts.googleapis.com/css?display=swap&family=Source Sans Pro:300,400,700', 'googlewebfont.' => array('external' => '1', 'disableCompression' => '1', 'excludeFromConcatenation' => '1', 'if.' => array('isTrue' => '0')), 'bootstrappackageicon' => 'EXT:bootstrap_package/Resources/Public/Fonts/bootstrappackageicon.min.css'), 'includeJSLibs.' => array('modernizr' => 'EXT:bootstrap_package/Resources/Public/Contrib/modernizr/modernizr.min.js', 'modernizr.' => array('forceOnTop' => '1', 'async' => '1')), 'TEXT', '5.' => array('if.' => array('isTrue' => ''), 'value' => '<!-- Google Tag Manager (noscript) --><noscript><iframe src="https://www.googletagmanager.com/ns.html?id="height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><!-- End Google Tag Manager (noscript) -->'), 'jsInline.' => array('COA', '654.' => array('TEXT', '15.' => array('value' => '', 'wrap' => ' /* Google Tag Manager */ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= \'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); })(window,document,\'script\',\'dataLayer\',\'#\'); /* End Google Tag Manager */', 'wrap.' => array('splitChar' => '#'), 'required' => '1'), 'TEXT', '20.' => array('value' => '', 'wrap' => ' /* PIWIK */ var _paq = _paq || []; _paq.push([\'trackPageView\']); _paq.push([\'enableLinkTracking\']); (function() { var u="//#"; _paq.push([\'setTrackerUrl\', u+\'js/\']); _paq.push([\'setSiteId\', 1]); var d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0]; g.type=\'text/javascript\'; g.async=true; g.defer=true; g.src=u+\'js/\'; s.parentNode.insertBefore(g,s); })(); /* End PIWIK */', 'wrap.' => array('splitChar' => '#'), 'required' => '1'))), 'includeJSFooter.' => array('EXT:cs_seo/Resources/Public/JavaScript/cs_seo.ga.js', '654.' => array('if.' => array()), 'custom' => 'fileadmin/theme/js/custom.js'), 'footerData.' => array('USER', '655.' => array('userFunc' => 'Clickstorm\\CsSeo\\UserFunc\\StructuredData->getSiteSearch', 'userFunc.' => array('pid' => '0', 'searchterm' => 'searchterm'), 'stdWrap.' => array('if.' => array('isTrue' => ''))), 'USER', '656.' => array('userFunc' => 'Clickstorm\\CsSeo\\UserFunc\\StructuredData->getBreadcrumb', 'stdWrap.' => array('if.' => array('isTrue' => ''))), 'USER', '657.' => array('userFunc' => 'Clickstorm\\CsSeo\\UserFunc\\StructuredData->getJsonLdOfPageOrRecord')), 'fluidtemplate.' => array('layoutRootPath' => 'fileadmin/theme/tmpl/Layouts/Page/', 'partialRootPath' => 'fileadmin/theme/tmpl/Partials/Page/', 'templateRootPath' => 'fileadmin/theme/tmpl/Templates/Page/'), 'bootstrap_package_contentelements.' => array('view.' => array('layoutRootPath' => 'fileadmin/theme/tmpl/Layouts/ContentElements/', 'partialRootPath' => 'fileadmin/theme/tmpl/Partials/ContentElements/', 'templateRootPath' => 'fileadmin/theme/tmpl/Templates/ContentElements/'))))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 223
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 189
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 141
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

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

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

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/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(class@anonymous/html/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
                && !$GLOBALS['TSFE']->isBackendUserLoggedIn() && !($GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] ?? false)
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 79
                );
            }
        }

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 78
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        $response = $handler->handle($request);

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/public/typo3conf/ext/http2/Classes/Http/ResourcePusher.php line 33
class ResourcePusher implements MiddlewareInterface
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (($GLOBALS['TSFE'] ?? null) instanceof TypoScriptFrontendController) {
            $resources = $GLOBALS['TSFE']->config['b13/http2'] ?? null;
            /** @var NormalizedParams $normalizedParams */
            $normalizedParams = $request->getAttribute('normalizedParams');
at B13\Http2\Http\ResourcePusher->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 104
        // Make TSFE globally available
        // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the
        //       PSR-7 request attribute frontend.controller throughout TYPO3 core
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 132
            }
        }

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

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 85
                return $response;
            }
        }

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

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 97
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

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

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 78
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

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

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

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

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/html/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$305->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/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/tvh2023/typo3-10-base/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 86
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /html/tvh2023/typo3-10-base/public/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

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