|
@@ -91,6 +91,13 @@ import HtmlDataProcessor from '@ckeditor/ckeditor5-engine/src/dataprocessor/html
|
|
|
* @extends module:core.plugin~Plugin
|
|
* @extends module:core.plugin~Plugin
|
|
|
*/
|
|
*/
|
|
|
export default class Clipboard extends Plugin {
|
|
export default class Clipboard extends Plugin {
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @inheritDoc
|
|
|
|
|
+ */
|
|
|
|
|
+ static get pluginName() {
|
|
|
|
|
+ return 'clipboard/clipboard';
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* @inheritDoc
|
|
* @inheritDoc
|
|
|
*/
|
|
*/
|