New module 'Computed Field'
This commit is contained in:
parent
ba9e434758
commit
881f0335cf
6 changed files with 1094 additions and 0 deletions
13
sites/all/modules/computed_field/computed_field.info
Normal file
13
sites/all/modules/computed_field/computed_field.info
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = Computed Field
|
||||
description = Allows the user to define computed values in custom content types.
|
||||
core = 6.x
|
||||
dependencies[] = content
|
||||
package = CCK
|
||||
|
||||
|
||||
; Information added by drupal.org packaging script on 2012-02-15
|
||||
version = "6.x-1.0"
|
||||
core = "6.x"
|
||||
project = "computed_field"
|
||||
datestamp = "1329309341"
|
||||
|
Reference in a new issue