blob: e49febadbd0497c979f3d06ebd2cf132e089a157 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
;$Id$
name = Video
description = Implementation of a video field
package = Video
core = 7.x
dependencies[] = file
files[] = video.module
files[] = video.admin.inc
files[] = video.drush.inc
files[] = video.theme.inc
files[] = video_formatter.inc
files[] = video_schedular.inc
files[] = video.field.inc
|