-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathauto_install.xml
73 lines (71 loc) · 2.37 KB
/
auto_install.xml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="iso-8859-1" ?>
<CustomData>
<CustomGroups>
<CustomGroup>
<name>Webinar_Event</name>
<title>Webinar Event</title>
<extends>Event</extends>
<style>Inline</style>
<collapse_display>0</collapse_display>
<help_pre></help_pre>
<help_post></help_post>
<weight>2</weight>
<is_active>1</is_active>
<table_name>civicrm_value_webinar_event</table_name>
<is_multiple>0</is_multiple>
<collapse_adv_display>0</collapse_adv_display>
<is_reserved>0</is_reserved>
</CustomGroup>
<CustomGroup>
<name>Webinar_Participant</name>
<title>Webinar Participant</title>
<extends>Participant</extends>
<style>Inline</style>
<collapse_display>0</collapse_display>
<help_pre></help_pre>
<help_post></help_post>
<weight>3</weight>
<is_active>1</is_active>
<table_name>civicrm_value_webinar_participant</table_name>
<is_multiple>0</is_multiple>
<collapse_adv_display>0</collapse_adv_display>
<is_reserved>0</is_reserved>
</CustomGroup>
</CustomGroups>
<CustomFields>
<CustomField>
<name>Webinar_id</name>
<label>Webinar Key</label>
<data_type>String</data_type>
<html_type>Text</html_type>
<is_required>0</is_required>
<is_searchable>0</is_searchable>
<is_search_range>0</is_search_range>
<weight>1</weight>
<is_active>1</is_active>
<is_view>0</is_view>
<text_length>255</text_length>
<note_columns>150</note_columns>
<note_rows>4</note_rows>
<column_name>webinar_id</column_name>
<custom_group_name>Webinar_Event</custom_group_name>
</CustomField>
<CustomField>
<name>Registrant_Key</name>
<label>Registrant Key</label>
<data_type>String</data_type>
<html_type>Text</html_type>
<is_required>0</is_required>
<is_searchable>0</is_searchable>
<is_search_range>0</is_search_range>
<weight>2</weight>
<is_active>1</is_active>
<is_view>0</is_view>
<text_length>255</text_length>
<note_columns>150</note_columns>
<note_rows>4</note_rows>
<column_name>registrant_key</column_name>
<custom_group_name>Webinar_Participant</custom_group_name>
</CustomField>
</CustomFields>
</CustomData>