diff --git a/Classes/ViewHelpers/Data/ContentListOptionsViewHelper.php b/Classes/ViewHelpers/Data/ContentListOptionsViewHelper.php index 87fe1dd9..4e8ec0cf 100644 --- a/Classes/ViewHelpers/Data/ContentListOptionsViewHelper.php +++ b/Classes/ViewHelpers/Data/ContentListOptionsViewHelper.php @@ -30,8 +30,8 @@ public function initializeArguments(): void public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext): string { $settings = GeneralUtility::makeInstance(ConfigurationManagerInterface::class) - ->getConfiguration(ConfigurationManagerInterface::CONFIGURATION_TYPE_FRAMEWORK, 'blog'); - $listTypeConfiguration = $settings['settings']['contentListOptions'][$arguments['listType']] ?? []; + ->getConfiguration(ConfigurationManagerInterface::CONFIGURATION_TYPE_SETTINGS, 'blog'); + $listTypeConfiguration = $settings['contentListOptions'][$arguments['listType']] ?? []; $data = array_merge( $listTypeConfiguration, [