-
Notifications
You must be signed in to change notification settings - Fork 7
/
openruth.info
45 lines (45 loc) · 2.01 KB
/
openruth.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name = Openruth
description = Implementation of OpenRuth as library provider.
core = 7.x
package = Providers
project = openruth
dependencies[] = date
dependencies[] = ding_provider
dependencies[] = ding_reservation
dependencies[] = ding_user
dependencies[] = email
dependencies[] = entity
dependencies[] = features
dependencies[] = i18n_field
dependencies[] = list
dependencies[] = options
dependencies[] = profile2
dependencies[] = text
dependencies[] = virtual_field
configure = admin/config/ding/provider/openruth
features[features_api][] = api:2
features[field_base][] = field_openruth_city
features[field_base][] = field_openruth_full_name
features[field_base][] = field_openruth_interest_period
features[field_base][] = field_openruth_mail
features[field_base][] = field_openruth_mobile_phone
features[field_base][] = field_openruth_postal_code
features[field_base][] = field_openruth_preferred_branch
features[field_base][] = field_openruth_reservation_pause
features[field_base][] = field_openruth_street_name
features[field_instance][] = profile2-provider_openruth-field_openruth_city
features[field_instance][] = profile2-provider_openruth-field_openruth_full_name
features[field_instance][] = profile2-provider_openruth-field_openruth_interest_period
features[field_instance][] = profile2-provider_openruth-field_openruth_mail
features[field_instance][] = profile2-provider_openruth-field_openruth_mobile_phone
features[field_instance][] = profile2-provider_openruth-field_openruth_postal_code
features[field_instance][] = profile2-provider_openruth-field_openruth_preferred_branch
features[field_instance][] = profile2-provider_openruth-field_openruth_reservation_pause
features[field_instance][] = profile2-provider_openruth-field_openruth_street_name
features[profile2_type][] = provider_openruth
files[] = openruth.module
files[] = includes/openruth.availability.inc
files[] = includes/openruth.debt.inc
files[] = includes/openruth.reservation.inc
files[] = includes/openruth.user.inc
files[] = lib/OpenruthClient/OpenruthClient.class.php