1 ckeditor5.module | ckeditor5_theme() |
Implements hook_theme().
File
- core/
modules/ ckeditor5/ ckeditor5.module, line 188 - Provides integration with the CKEditor WYSIWYG editor.
Code
function ckeditor5_theme() {
return array(
'ckeditor5_settings_toolbar' => array(
'variables' => array('format' => NULL, 'plugins' => NULL),
'file' => 'ckeditor5.theme.inc',
),
);
}