first import
This commit is contained in:
22
sites/all/modules/file_entity/file_entity.info
Normal file
22
sites/all/modules/file_entity/file_entity.info
Normal file
@@ -0,0 +1,22 @@
|
||||
name = File entity
|
||||
description = "Extends Drupal file entities to be fieldable and viewable."
|
||||
package = Media
|
||||
core = 7.x
|
||||
dependencies[] = field
|
||||
dependencies[] = file
|
||||
dependencies[] = ctools
|
||||
files[] = views/views_handler_argument_file_type.inc
|
||||
files[] = views/views_handler_field_file_type.inc
|
||||
files[] = views/views_handler_filter_file_type.inc
|
||||
files[] = views/views_plugin_row_file_view.inc
|
||||
files[] = tests/file_entity.test
|
||||
|
||||
; We have to add a fake version so Git checkouts do not fail Media dependencies
|
||||
version = 7.x-2.x-dev
|
||||
|
||||
; Information added by drupal.org packaging script on 2012-01-12
|
||||
version = "7.x-2.0-unstable3"
|
||||
core = "7.x"
|
||||
project = "file_entity"
|
||||
datestamp = "1326409240"
|
||||
|
||||
Reference in New Issue
Block a user