root / drupal7 / modules / field / field.info @ 76597ebf
1 |
name = Field |
---|---|
2 |
description = Field API to add fields to entities like nodes and users. |
3 |
package = Core |
4 |
version = VERSION |
5 |
core = 7.x |
6 |
files[] = field.module |
7 |
files[] = field.attach.inc |
8 |
files[] = field.info.class.inc |
9 |
files[] = tests/field.test |
10 |
dependencies[] = field_sql_storage |
11 |
required = TRUE |
12 |
stylesheets[all][] = theme/field.css |
13 |
|
14 |
; Information added by Drupal.org packaging script on 2014-11-19 |
15 |
version = "7.34" |
16 |
project = "drupal" |
17 |
datestamp = "1416429488" |
18 |
|