New module 'Link'
This commit is contained in:
parent
8b1739bd59
commit
f0de655d08
16 changed files with 4126 additions and 0 deletions
14
sites/all/modules/link/link.info
Normal file
14
sites/all/modules/link/link.info
Normal file
|
@ -0,0 +1,14 @@
|
|||
name = Link
|
||||
description = Defines simple link field types.
|
||||
dependencies[] = content
|
||||
package = CCK
|
||||
core = 6.x
|
||||
files[] = link.migrate.inc
|
||||
|
||||
|
||||
; Information added by Drupal.org packaging script on 2014-02-28
|
||||
version = "6.x-2.11"
|
||||
core = "6.x"
|
||||
project = "link"
|
||||
datestamp = "1393559923"
|
||||
|
Reference in a new issue