I'd like to disable all providers except YouTube, in order to give our site visitors a consistent experience and so we only have to maintain one video channel. Please add an admin UI to accomplish this.

In the meantime, is there code I can add to my custom module that will override Video Embed Field's list of supported providers?

Comments

plopesc’s picture

Status: Active » Closed (duplicate)

That feature is already available in last beta10 version.

To select the desired available providers, you only need to go to the field configuration page.

This is a duplicate of #2396205: Setting: Disable Vimeo/Youtube

Regards.

Charles Belov’s picture

Title: Provide administration interface to enable/disable specific providers » Provide administration interface to enable/disable specific providers on a site-wide basis
Status: Closed (duplicate) » Active

Actually, I would like to see this feature on a site-wide basis. Doing it field instance by field instance is a maintenance challenge to ensure consistency between different instances of the field.

plopesc’s picture

Status: Active » Closed (works as designed)

Hello,

I think it's better to have the granularity to enable it field by field.

If you want something more "hard", you can use hooks provided by this module to disable them programmatically.

Regards,