diff --git a/src/models/rfcProps.js b/src/models/rfcProps.js index adb75640c..592978e25 100644 --- a/src/models/rfcProps.js +++ b/src/models/rfcProps.js @@ -135,6 +135,12 @@ const properties = { ], primary: true, }, + birthplace: { + readableName: t('contacts', 'Place of birth'), + icon: 'icon-location', + force: 'text', + primary: false, + }, anniversary: { readableName: t('contacts', 'Anniversary'), icon: 'icon-anniversary', @@ -153,6 +159,12 @@ const properties = { }, primary: false, }, + deathplace: { + readableName: t('contacts', 'Place of death'), + icon: 'icon-location', + force: 'text', + primary: false, + }, email: { multiple: true, readableName: t('contacts', 'Email'), @@ -396,8 +408,10 @@ const fieldOrder = [ 'x-managersname', // secondary fields + 'birthplace', 'anniversary', 'deathdate', + 'deathplace', 'n', 'nickname', 'x-phonetic-first-name',