mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
Merge pull request #1534 from YJSoft-Sec/devel/cklangpatch
#1532 CKEditor의 언어를 현재 언어로 맞춤
This commit is contained in:
commit
accb31c48c
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@
|
|||
skin: '{$colorset}',
|
||||
contentsCss: '{$content_style_path}/editor.css',
|
||||
xe_editor_sequence: {$editor_sequence},
|
||||
toolbarCanCollapse: true
|
||||
toolbarCanCollapse: true,
|
||||
language: "{str_replace('jp','ja',$lang_type)}"
|
||||
},
|
||||
loadXeComponent: true,
|
||||
enableToolbar: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue