From 6db8a9e5e7cdb00dea7b16909c12d59fba164212 Mon Sep 17 00:00:00 2001 From: Jacek Bogdanski Date: Thu, 7 Jun 2018 11:34:01 +0200 Subject: [PATCH] Added emoji plugin. --- samples/mentions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/mentions.html b/samples/mentions.html index 34639b87..0c334062 100644 --- a/samples/mentions.html +++ b/samples/mentions.html @@ -209,7 +209,7 @@

Mentions plugin

} ); CKEDITOR.replace( 'editor1', { - extraPlugins: 'mentions', + extraPlugins: 'mentions,emoji', removeDialogTabs: 'link:advanced', removePlugins: 'elementspath', height: 150,