You are here

function emvideo_voicethread_settings in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emvideo/providers/voicethread.inc \emvideo_voicethread_settings()

hook emvideo_PROVIDER_settings this should return a subform to be added to the emvideo_settings() admin settings page. note that a form field will already be provided, at $form['PROVIDER'] (such as $form['youtube']) so if you want specific provider settings within that field, you can add the elements to that form field.

File

contrib/emvideo/providers/voicethread.inc, line 41

Code

function emvideo_voicethread_settings() {
  return $form;
}