From 46dc9b874f13be514cbcfc6220b6d1b8869e12ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Tue, 4 Apr 2017 13:30:42 +0200 Subject: [PATCH] Feature: Named existing plugin(s). --- src/paragraph.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/paragraph.js b/src/paragraph.js index ac78e90..aa54941 100644 --- a/src/paragraph.js +++ b/src/paragraph.js @@ -29,6 +29,13 @@ import isArray from '@ckeditor/ckeditor5-utils/src/lib/lodash/isArray'; * @extends module:core/plugin~Plugin */ export default class Paragraph extends Plugin { + /** + * @inheritDoc + */ + static get pluginName() { + return 'paragraph/paragraph'; + } + /** * @inheritDoc */