You are here

function video_cck_lastfm_settings in Embedded Media Field 5

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

File

contrib/video_cck/providers/lastfm.inc, line 38

Code

function video_cck_lastfm_settings() {
}