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 0ebd5cd commit 7d512cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/heading.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ export default class Heading extends Plugin {
return [ Paragraph, HeadingEngine ];
}

/**
* @inheritDoc
*/
static get pluginName() {
return 'heading/heading';
}

/**
* @inheritDoc
*/
Expand Down

0 comments on commit 7d512cd

Please sign in to comment.