diff --git a/core/modules/ckeditor/ckeditor.module b/core/modules/ckeditor/ckeditor.module index 51de74af6ec..4214c20ec45 100644 --- a/core/modules/ckeditor/ckeditor.module +++ b/core/modules/ckeditor/ckeditor.module @@ -37,17 +37,11 @@ function ckeditor_help($path, $arg) { function ckeditor_library_info() { $module_path = drupal_get_path('module', 'ckeditor'); - $settings = array( - 'ckeditor' => array( - 'modulePath' => drupal_get_path('module', 'ckeditor'), - ), - ); $libraries['drupal.ckeditor'] = array( 'title' => 'Drupal behavior to enable CKEditor on textareas.', 'version' => \Drupal::VERSION, 'js' => array( $module_path . '/js/ckeditor.js' => array(), - array('data' => $settings, 'type' => 'setting'), ), 'css' => array( $module_path . '/css/ckeditor.css' => array(),