adding contact startups
This commit is contained in:
parent
f13a6573a8
commit
047f2abdb5
6 changed files with 122 additions and 0 deletions
12
initializers/contact_groups.yml
Normal file
12
initializers/contact_groups.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
# - name: Network-Team
|
||||
# slug: network-team
|
||||
# description: This is a new contact group for the Network-Team
|
||||
# parent: None
|
||||
# custom_field_data:
|
||||
# widget: This is the custom field called widget
|
||||
# - name: New Contact Group
|
||||
# slug: new-contact-group
|
||||
# description: This is a new contact group sub under of Network-Team
|
||||
# parent: Network-Team
|
||||
# custom_field_data:
|
||||
# widget: This is the custom field called widget
|
5
initializers/contact_roles.yml
Normal file
5
initializers/contact_roles.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
# - name: New Contact Role
|
||||
# slug: new-contact-role
|
||||
# description: This is a new contact role description
|
||||
# custom_field_data:
|
||||
# widget: This is the custom field called widget
|
9
initializers/contacts.yml
Normal file
9
initializers/contacts.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# - name: Lee Widget
|
||||
# group: Network-Team
|
||||
# title: CEO of Widget Corp
|
||||
# phone: 221-555-1212
|
||||
# email: widgetCEO@widgetcorp.com
|
||||
# address: 1200 Nowhere Blvd, Scranton NJ, 555111
|
||||
# comments: This is a very important contact
|
||||
# custom_field_data:
|
||||
# widget: This is the custom field called widget
|
Loading…
Add table
Add a link
Reference in a new issue