jodit-connectors
jodit-connectors copied to clipboard
Official Jodit connectors
Just used composer to install the php connector for image uploads, as the docs say. No errors during that at all. I haven't changed any configuration settings or touched anything....
Hi there! :) I wonder how to use the `fileRemove `option. Like this? ``` uploader: { url: '/js/jodit/connector/index.php?action=fileUpload', remove: '/js/jodit/connector/index.php?action=fileRemove&source=:source&path=:path&name=:name' }, ``` Is this gonna remove the file form server...
The short opening php tag is causing issues if not allowed in php configuration as it is very easy to leave unnoticed. All other files use full opening tag
I added svg extension in config.php but it does not work. ```php 'extensions' => ['jpg', 'png', 'gif', 'jpeg', 'svg'], 'imageExtensions' => ['jpg', 'png', 'gif', 'jpeg', 'svg'], ``` It gives me...