Add feature to fix link drag&drop in CC
This change adds an option to fix the drag&drop bug that exists in
CKEditor (https://dev.ckeditor.com/ticket/13569), which is the library
used for the rich text editor in the Community Console.
Fixes: #20
Change-Id: Ic82bf6ee6d583876858f21291723dacb5e74debe
diff --git a/src/_locales/es/messages.json b/src/_locales/es/messages.json
index 61156c7..cce5f74 100644
--- a/src/_locales/es/messages.json
+++ b/src/_locales/es/messages.json
@@ -79,6 +79,10 @@
"message": "Esconde siempre la barra lateral izquierda en la Consola de la Comunidad.",
"description": "Feature checkbox in the options page"
},
+ "options_ccdragndropfix": {
+ "message": "Permite arrastrar marcadores al editor de texto de la Consola de la Comunidad.",
+ "description": "Feature checkbox in the options page"
+ },
"options_profileindicator_header": {
"message": "Punto indicador",
"description": "Heading for the profile indicator feature options"