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