chg: [meta_templates:individual_extended] Added support of phone number
parent
4acf5209c8
commit
b7e5204a11
|
@ -2,7 +2,7 @@
|
|||
"name": "Cerebrate Individuals extended",
|
||||
"namespace": "cerebrate",
|
||||
"description": "Template to extend fields of individuals",
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"scope": "individual",
|
||||
"uuid": "3bc374c8-3cdd-4900-823e-cc9100ad5179",
|
||||
"source": "Cerebrate",
|
||||
|
@ -11,6 +11,11 @@
|
|||
"field": "alternate_email",
|
||||
"type": "text",
|
||||
"multiple": true
|
||||
},
|
||||
{
|
||||
"field": "mobile_phone",
|
||||
"type": "text",
|
||||
"multiple": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue