Currently the video provider needs to be added from the provider.json file and if we want to add new provider then we have to every time add new providers to the providers.json and bundle it.
So, in order to mitigate that process can't we make adding provider process dynamic. For that we can add the provider from environment variable or a field in plugin setting to add the video provider.
Currently the video provider needs to be added from the
provider.jsonfile and if we want to add new provider then we have to every time add new providers to theproviders.jsonand bundle it.So, in order to mitigate that process can't we make adding provider process dynamic. For that we can add the provider from environment variable or a field in plugin setting to add the video provider.