diff --git a/initializers/contact_groups.yml b/initializers/contact_groups.yml index 222620e..a3ead09 100644 --- a/initializers/contact_groups.yml +++ b/initializers/contact_groups.yml @@ -1,12 +1,7 @@ # - 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 diff --git a/initializers/contact_roles.yml b/initializers/contact_roles.yml index dd612d9..1a72e43 100644 --- a/initializers/contact_roles.yml +++ b/initializers/contact_roles.yml @@ -1,5 +1,3 @@ # - 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 diff --git a/initializers/contacts.yml b/initializers/contacts.yml index d7a2309..3ab41a2 100644 --- a/initializers/contacts.yml +++ b/initializers/contacts.yml @@ -1,9 +1,20 @@ # - 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 +# - name: Ali Gator +# group: Network-Team +# title: Consultant for Widget Corp +# phone: 221-555-1213 +# email: Consultant@widgetcorp.com +# address: 1200 Nowhere Blvd, Scranton NJ, 555111 +# comments: This is a very important contact +# - name: Karlchen Maier +# group: New Contact Group +# title: COO of Widget Corp +# phone: 221-555-1214 +# email: Karlchen@widgetcorp.com +# address: 1200 Nowhere Blvd, Scranton NJ, 555111 +# comments: This is a very important contact