Skip to content
Snippets Groups Projects
Commit 1bc2b82b authored by juanf's avatar juanf
Browse files

SSDM-4899 : Greek characters on the RTF editor

SVN: 37918
parent 55ce1c18
No related branches found
No related tags found
No related merge requests found
......@@ -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 = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment