Beta 2 bug fixes. 31243. added agpl license and widget cache feature
[com.zyxware.civiwci.git] / settings / wci.setting.php
CommitLineData
4f895956
J
1<?php
2return array(
3 'default_wci_widget' => array(
06bf134d
M
4 'group_name' => 'Wci Preference',
5 'group' => 'wci',
4f895956
J
6 'name' => 'default_wci_widget',
7 'type' => 'Integer',
8 'default' => 0,
9 'add' => '4.3',
10 'is_domain' => 1,
11 'is_contact' => 0,
12 'description' => 'Default widget id',
13 'help_text' => 'Sets default widget id',
14 ),
15 'default_wci_profile' => array(
06bf134d
M
16 'group_name' => 'Wci Preference',
17 'group' => 'wci',
4f895956
J
18 'name' => 'default_wci_profile',
19 'type' => 'Integer',
20 'default' => 0,
21 'add' => '4.3',
22 'is_domain' => 1,
23 'is_contact' => 0,
24 'description' => 'Default profile id',
25 'help_text' => 'Sets default profile id',
26 ),
1008246f
J
27 'widget_cache_timeout' => array(
28 'group_name' => 'Wci Preference',
29 'group' => 'wci',
30 'name' => 'widget_cache_timeout',
31 'type' => 'Integer',
32 'default' => 0,
33 'add' => '4.3',
34 'is_domain' => 1,
35 'is_contact' => 0,
36 'description' => 'widget timeout',
37 'help_text' => 'widget timeout',
38 ),
4f895956
J
39 );
40
41