Allow Upload To Files Application

About this task

Allow Upload To Files Application allows Image Upload functionality to be disabled when images would normally upload to the Files application. This setting affects image upload functionality for the Tiny Editors in all HCL Connections applications except for Blogs, Wikis and Activities. The default value is true.
  1. 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);
    };