You are here

function emaudio_soundclick_settings in Embedded Media Field 5

Implementation of hook emaudio_soundclick_settings(). This should return a subform to be added to the emaudio_settings() admin settings page. Note that a form field will already be provided, at $form['soundclick'] (such as $form['podomatic']). So if you want specific provider settings within that field, you can add the elements to that form field.

File

contrib/emaudio/providers/soundclick.inc, line 36

Code

function emaudio_soundclick_settings() {
  $form = array();
  return $form;
}