Allow Upload To Files Application
About this task
- Configuration Structure. To disable image upload to the Files
application, change the value to
false:
ephox.editlive.connections.config.onload = function(load) { var integrationConfig = { ... allowUploadToFilesApp: false }; load(integrationConfig); };