|
|
@@ -21,6 +21,20 @@ export default class SpecialCharacters extends Plugin {
|
|
|
/**
|
|
|
* @inheritDoc
|
|
|
*/
|
|
|
+ static get requires() {
|
|
|
+ return [ SpecialCharactersUI ];
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @inheritDoc
|
|
|
+ */
|
|
|
+ static get pluginName() {
|
|
|
+ return 'SpecialCharacters';
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @inheritDoc
|
|
|
+ */
|
|
|
constructor( editor ) {
|
|
|
super( editor );
|
|
|
|
|
|
@@ -42,20 +56,6 @@ export default class SpecialCharacters extends Plugin {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * @inheritDoc
|
|
|
- */
|
|
|
- static get requires() {
|
|
|
- return [ SpecialCharactersUI ];
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * @inheritDoc
|
|
|
- */
|
|
|
- static get pluginName() {
|
|
|
- return 'SpecialCharacters';
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
* Adds a collection of special characters to specified group. A title of a special character must be unique.
|
|
|
*
|
|
|
* @param {String} groupName
|