['key' => 'contact_type', 'value' => ts('Contact Type')],
['key' => 'group', 'value' => ts('Group'), 'entity' => 'GroupContact'],
['key' => 'tag', 'value' => ts('Tag'), 'entity' => 'EntityTag'],
+ ['key' => 'city', 'value' => ts('City'), 'entity' => 'Address'],
+ ['key' => 'street_address', 'value' => ts('Street Address'), 'entity' => 'Address'],
+ ['key' => 'postal_code', 'value' => ts('Postal Code'), 'entity' => 'Address'],
['key' => 'state_province', 'value' => ts('State/Province'), 'entity' => 'Address'],
['key' => 'country', 'value' => ts('Country'), 'entity' => 'Address'],
+ ['key' => 'first_name', 'value' => ts('First Name'), 'type' => 'text', 'condition' => ['contact_type' => 'Individual']],
+ ['key' => 'last_name', 'value' => ts('Last Name'), 'type' => 'text', 'condition' => ['contact_type' => 'Individual']],
+ ['key' => 'nick_name', 'value' => ts('Nick Name'), 'type' => 'text', 'condition' => ['contact_type' => 'Individual']],
+ ['key' => 'organization_name', 'value' => ts('Employer name'), 'type' => 'text', 'condition' => ['contact_type' => 'Individual']],
['key' => 'gender_id', 'value' => ts('Gender'), 'condition' => ['contact_type' => 'Individual']],
['key' => 'is_deceased', 'value' => ts('Deceased'), 'condition' => ['contact_type' => 'Individual']],
['key' => 'contact_id', 'value' => ts('Contact ID'), 'type' => 'text'],