You are here

function hook_scald_atom_providers_opt_alter in Scald: Media Management made easy 7

Alters the additional options of the providers.

Do not alter the label in this hook. It is only there for simplicity.

File

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

Code

function hook_scald_atom_providers_opt_alter(&$types) {

  // In case the provider changed the starting step, It can be changed back.
  $types['gallery']['scald_gallery']['starting_step'] = 'add';
}