Add upload button to CKEditor image dialog

This commit is contained in:
Kijin Sung 2024-05-25 00:59:53 +09:00
parent 0c3879d0c8
commit 7af4f93175
3 changed files with 13 additions and 7 deletions

View file

@ -52,7 +52,8 @@ $(function() {
language: config.language,
iframe_attributes: {},
versionCheck: false,
xe_editor_sequence: editor_sequence
rx_allow_upload: config.allow_upload,
xe_editor_sequence: editor_sequence,
},
loadXeComponent: true,
enableToolbar: true