You are here

function ckeditor_config_ckeditor_plugin_info_alter in CKEditor custom config 8

Implements hook_ckeditor_plugin_info_alter().

@inheritdoc

File

./ckeditor_config.module, line 13
Load a custom config class for CKeditor.

Code

function ckeditor_config_ckeditor_plugin_info_alter(array &$plugins) {
  $plugins['internal']['class'] = 'Drupal\\ckeditor_config\\Plugin\\CKEditorPlugin\\CustomConfig';
}