src/pyams_content/component/paragraph/contact.py
branchdev-dc
changeset 1087 978a2b9123b9
parent 586 28445044f6e3
child 1157 ffb751b038cc
--- a/src/pyams_content/component/paragraph/contact.py	Tue Nov 13 14:05:02 2018 +0100
+++ b/src/pyams_content/component/paragraph/contact.py	Tue Nov 13 14:06:54 2018 +0100
@@ -46,8 +46,10 @@
 
     name = FieldProperty(IContactParagraph['name'])
     charge = FieldProperty(IContactParagraph['charge'])
+    company = FieldProperty(IContactParagraph['company'])
     contact_email = FieldProperty(IContactParagraph['contact_email'])
     contact_form = FieldProperty(IContactParagraph['contact_form'])
+    phone_number = FieldProperty(IContactParagraph['phone_number'])
     _photo = FileProperty(IContactParagraph['photo'])
 
     if have_gis: