ebf2c0f3af94af5ab6f51db4788db90ae1a95e7f
[com.zyxware.civiwci.git] / settings / wci.setting.php
1 <?php
2 return array(
3 'default_wci_widget' => array(
4 'group_name' => 'Wci Preference',
5 'group' => 'wci',
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(
16 'group_name' => 'Wci Preference',
17 'group' => 'wci',
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 ),
27 );
28
29