Skip to content

Commit c9f5e34

Browse files
committed
Improved contact initializer examples
1 parent 047f2ab commit c9f5e34

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

initializers/contact_groups.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
# - name: Network-Team
22
# slug: network-team
33
# description: This is a new contact group for the Network-Team
4-
# parent: None
5-
# custom_field_data:
6-
# widget: This is the custom field called widget
74
# - name: New Contact Group
85
# slug: new-contact-group
96
# description: This is a new contact group sub under of Network-Team
107
# parent: Network-Team
11-
# custom_field_data:
12-
# widget: This is the custom field called widget

initializers/contact_roles.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# - name: New Contact Role
22
# slug: new-contact-role
33
# description: This is a new contact role description
4-
# custom_field_data:
5-
# widget: This is the custom field called widget

initializers/contacts.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
# - name: Lee Widget
2-
# group: Network-Team
32
# title: CEO of Widget Corp
43
# phone: 221-555-1212
54
# email: widgetCEO@widgetcorp.com
65
# address: 1200 Nowhere Blvd, Scranton NJ, 555111
76
# comments: This is a very important contact
8-
# custom_field_data:
9-
# widget: This is the custom field called widget
7+
# - name: Ali Gator
8+
# group: Network-Team
9+
# title: Consultant for Widget Corp
10+
# phone: 221-555-1213
11+
# email: Consultant@widgetcorp.com
12+
# address: 1200 Nowhere Blvd, Scranton NJ, 555111
13+
# comments: This is a very important contact
14+
# - name: Karlchen Maier
15+
# group: New Contact Group
16+
# title: COO of Widget Corp
17+
# phone: 221-555-1214
18+
# email: Karlchen@widgetcorp.com
19+
# address: 1200 Nowhere Blvd, Scranton NJ, 555111
20+
# comments: This is a very important contact

0 commit comments

Comments
 (0)