Open GarretOverstreet opened 2 years ago
There is an error in version 1.4.1-pl of this extra.
To fix it, go to the file manager/assets/components/ckeditor/modx.htmleditor.js and change the line 86
var query = {a: 'media/browser', source: MODx.config['default_media_source']};
to
var query = {a: 'browser', source: MODx.config['default_media_source']};
(or for MODX 2.x you can also use the line from version 1.4.0)
Related topic in the MODX forum: https://community.modx.com/t/linking-documents-in-ckeditor/6284
FYI: All fixes already in new package versions since 1.4.2 and later. No need manual changes now.
I can't add an image to content. The Browse Server button doesn't work as expected.