ECL Provider Extension

You can create any number of custom Providers for ECL (External Content Library) Extensions, to allow access to any number of content formats. The extension point is called ECLProvider.

The ECL Provider Extension has no configuration properties, so the contents of a custom ECL Provider as configured in the manifest file looks as follows:
{
  "name":"MyECLProviderExtension",
  "type": "ECLProvider"
}