You are here

function emvideo_vimeo_emfield_subtheme in Embedded Media Field 6

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

File

contrib/emvideo/providers/vimeo.inc, line 227
Provide support for the Vimeo provider to the emfield.module.

Code

function emvideo_vimeo_emfield_subtheme() {
  return array(
    'emvideo_vimeo_flash' => array(
      'arguments' => array(
        'embed' => NULL,
        'width' => NULL,
        'height' => NULL,
        'autoplay' => NULL,
      ),
      'file' => 'providers/vimeo.inc',
    ),
  );
}