diff --git a/ext_localconf.php b/ext_localconf.php index 5ed2c1ded6f407b06ec874748f0d3478d25f7b92..a824a264d7074eb60c3782a135805bc0141b5f7c 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -43,7 +43,3 @@ $GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['nodeRegistry'][] = [ 'priority' => 40, 'class' => LicenceStatus::class, ]; - -// Custom conditional content object renderer -$GLOBALS['TYPO3_CONF_VARS']['FE']['ContentObjects']['CONDITIONAL_PLUGIN'] = - \SGalinski\SgYoutube\ContentObject\ConditionalPluginContentObject::class;