array( 'label' => $this->t('Insert box'), 'image' => drupal_get_path('module', 'ckeditor_widgets') . '/js/plugins/widgetcommon/icons/widgetcommonBox.png', ), 'widgetcommonQuotebox' => array( 'image' => drupal_get_path('module', 'ckeditor_widgets') . '/js/plugins/widgetcommon/icons/widgetcommonQuotebox.png', 'label' => $this->t('Insert quote box'), ), ); } /** * {@inheritdoc} */ public function getConfig(Editor $editor) { return array(); } }