getModulePath('{{ machine_name }}') . '/js/plugins/example/plugin.js'; } /** * {@inheritdoc} */ public function getConfig(Editor $editor) { return []; } /** * {@inheritdoc} */ public function getButtons() { return [ '{{ short_plugin_id }}' => [ 'label' => $this->t('{{ plugin_label }}'), 'image' => $this->getModulePath('{{ machine_name }}') . '/js/plugins/example/icons/example.png', ], ]; } }