function n1ed_ckeditor_plugin in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7
Implementation of hook_ckeditor_plugin
File
- ./
n1ed.module, line 112
Code
function n1ed_ckeditor_plugin() {
return [
'n1ed' => [
'name' => 'N1ED',
'desc' => t('N1ED - visual editor with Bootstrap support'),
'path' => drupal_get_path('module', 'n1ed') . '/plugins/n1ed/',
],
];
}