From 1bc2b82b90653d341eb38570031e1eac18194b67 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Thu, 16 Mar 2017 12:46:54 +0000 Subject: [PATCH] SSDM-4899 : Greek characters on the RTF editor SVN: 37918 --- .../1/as/webapps/eln-lims/html/lib/ckeditor/js/config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/ckeditor/js/config.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/ckeditor/js/config.js index 073b69f0a8f..dd7586a8448 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/ckeditor/js/config.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/ckeditor/js/config.js @@ -7,6 +7,9 @@ CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; + config.specialChars = config.specialChars.concat( ['α', 'β', 'γ', 'δ', + 'ε', 'ζ', 'η', 'θ', 'κ', 'λ', 'μ', 'ξ', 'π', 'ρ', 'σ', + 'υ', 'φ', 'ψ', 'ω', 'Δ', 'Σ', 'Φ', 'Ω'] ); config.extraPlugins='confighelper'; config.stylesSet = false; config.toolbarGroups = [ -- GitLab