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 931e02f commit 46dc9b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/paragraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 46dc9b8

Please sign in to comment.