276e8aecab7cf1e0e7a1e4e72a58a4245f7fdf9f
[com.zyxware.civiwci.git] / settings / wci.setting.php
1 <?php
2 return array(
3 'default_wci_profile' => array(
4 'group_name' => 'Wci Preference',
5 'group' => 'wci',
6 'name' => 'default_wci_profile',
7 'type' => 'Integer',
8 'default' => 0,
9 'description' => 'Default profile id',
10 'help_text' => 'Sets default profile id',
11 ),
12 'widget_cache_timeout' => array(
13 'group_name' => 'Wci Preference',
14 'group' => 'wci',
15 'name' => 'widget_cache_timeout',
16 'type' => 'Integer',
17 'default' => 0,
18 'description' => 'Widget timeout',
19 'help_text' => 'widget timeout',
20 ),
21 );
22
23