You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
@@ -62,22 +62,22 @@ public function create(array $config, ContainerBuilder $container, XmlFileLoader
62
62
{
63
63
$loader->load('content.xml');
64
64
65
-
$message = 'IvoryCKEditorBundle integration was explicitely enabled, but the bundle is not available.';
66
-
if (class_exists(IvoryCKEditorBundle::class)) {
65
+
$message = 'FOSCKEditorBundle integration was explicitely enabled, but the bundle is not available.';
66
+
if (class_exists(FOSCKEditorBundle::class)) {
67
67
$message .= ' (did you forget to register the bundle in the AppKernel?)';
68
68
}
69
69
70
70
$ckeditorConfig = [];
71
-
if ($this->isConfigEnabledAuto($container, $config['ivory_ckeditor']['enabled'], 'IvoryCKEditorBundle', $message)) {
72
-
if (!isset($config['ivory_ckeditor']['config_name'])) {
73
-
thrownewInvalidConfigurationException('The cmf_sonata_phpcr_admin_integration.bundles.content.ivory_ckeditor.config_name setting has to be defined when IvoryCKEditorBundle integration is enabled.');
71
+
if ($this->isConfigEnabledAuto($container, $config['fos_ckeditor']['enabled'], 'FOSCKEditorBundle', $message)) {
72
+
if (!isset($config['fos_ckeditor']['config_name'])) {
73
+
thrownewInvalidConfigurationException('The cmf_sonata_phpcr_admin_integration.bundles.content.fos_ckeditor.config_name setting has to be defined when FOSCKEditorBundle integration is enabled.');
0 commit comments