t('Video'), 'vendor url' => 'http://drupal.org/project/video', 'icon file' => 'video.gif', 'icon title' => t('Video'), 'js file' => 'video.js', 'css file' => 'video.css', 'settings' => array( 'golbal' => array( 'url' => base_path() . 'video/browser?render=video-popup', 'selectedId' => NULL, 'dimensions' => NULL ) ), ); return $plugins; }