1
|
name = Voting API
|
2
|
description = Provides a shared voting API for other modules.
|
3
|
package = Voting
|
4
|
core = 7.x
|
5
|
configure = admin/config/search/votingapi
|
6
|
|
7
|
files[] = tests/votingapi.test
|
8
|
|
9
|
files[] = views/votingapi_views_handler_field_value.inc
|
10
|
files[] = views/votingapi_views_handler_sort_nullable.inc
|
11
|
files[] = views/votingapi_views_handler_relationship.inc
|
12
|
|
13
|
; Information added by Drupal.org packaging script on 2014-08-14
|
14
|
version = "7.x-2.12"
|
15
|
core = "7.x"
|
16
|
project = "votingapi"
|
17
|
datestamp = "1407995929"
|
18
|
|