Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Feature: Named existing plugin(s).
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Apr 4, 2017
1 parent 946e528 commit 3d37f53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ import HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/html
* @extends module:core.plugin~Plugin
*/
export default class Clipboard extends Plugin {
/**
* @inheritDoc
*/
static get pluginName() {
return 'clipboard/clipboard';
}

/**
* @inheritDoc
*/
Expand Down

0 comments on commit 3d37f53

Please sign in to comment.