projects
/
project/videojs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0245aeb
)
Issue #1447900 by Jorrit: Remove display widget support for video fields. To use...
author
Jorrit Schippers
Wed, 22 Feb 2012 08:10:03 +0000 (09:10 +0100)
committer
Jorrit Schippers
Wed, 22 Feb 2012 08:10:03 +0000 (09:10 +0100)
videojs.module
patch
|
blob
|
blame
|
history
diff --git
a/videojs.module
b/videojs.module
index
a8e02e0
..
c784728
100644
(file)
--- a/
videojs.module
+++ b/
videojs.module
@@
-60,7
+60,7
@@
function videojs_field_formatter_info() {
return array(
'videojs' => array(
'label' => t('Video.js : HTML5 Video Player'),
- 'field types' => array('file', 'video', 'media', 'link_field'),
+ 'field types' => array('file', 'media', 'link_field'),
'description' => t('Display a video file as an HTML5-compatible with Flash-fallback video player.'),
),
);