You are here

function image_popup_ckeditor_plugin_info_alter in Simple Image Popup 2.x

File

./image_popup.module, line 37

Code

function image_popup_ckeditor_plugin_info_alter(array &$plugins) {
  $plugins['imagepopup'] = [
    'id' => 'imagepopup',
    'label' => t('Insert image popup'),
    'module' => 'image_popup',
    'class' => 'Drupal\\image_popup\\Plugin\\CKEditorPlugin\\ImagePopup',
    'provider' => 'image_popup',
  ];
}