ckeditor_config.module in CKEditor custom config 8
Same filename and directory in other branches
Load a custom config class for CKeditor.
File
ckeditor_config.moduleView source
<?php
/**
* @file
* Load a custom config class for CKeditor.
*/
/**
* Implements hook_ckeditor_plugin_info_alter().
*
* @inheritdoc
*/
function ckeditor_config_ckeditor_plugin_info_alter(array &$plugins) {
$plugins['internal']['class'] = 'Drupal\\ckeditor_config\\Plugin\\CKEditorPlugin\\CustomConfig';
}
Functions
Name | Description |
---|---|
ckeditor_config_ckeditor_plugin_info_alter | Implements hook_ckeditor_plugin_info_alter(). |