You are here

function hook_scald_atom_providers_alter in Scald: Media Management made easy 7

Alters the list of providers and their labels.

File

./scald.api.php, line 121
Hooks related to Scald atoms and providers.

Code

function hook_scald_atom_providers_alter(&$types) {
  $types['image']['scald_image'] = 'Renamed Image Provider';
}