Role-based deployment setting

About this task

Role-based deployment allows implementing of the Ephox editors selectively based on individual users or groups. Only users or users in groups assigned the editliveforconnections.user role can use the Ephox editor; other users will have the default editor provided with Connections. To enable Role-based deployment, change the value to true:
ephox.editlive.connections.config.onload = function(load) {
  var integrationConfig = {
    ...
    roleBasedDeployment: true,
  };
  load(integrationConfig);
};