-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apply entitydisplay to all the possible field & apply atomformat to c…
…ontact card
- Loading branch information
Showing
9 changed files
with
270 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,23 +4,36 @@ | |
"attributes": { | ||
"firstName": "David Paul", | ||
"lastName": "Jackson", | ||
"position": null, | ||
"department": "IT", | ||
"primaryEmail": "[email protected]", | ||
"secondaryEmail": "david@gmail.com", | ||
"secondaryEmail": "david23232@gmail.com", | ||
"phoneMobile": { | ||
"type": "office", | ||
"country": 1, | ||
"area": 415, | ||
"phoneNumber": 1112222 | ||
"number": 123456 | ||
}, | ||
"phoneOffice": { | ||
"type": null, | ||
"country": null, | ||
"area": null, | ||
"phoneNumber": null | ||
"number": null | ||
}, | ||
"status": { | ||
"index": 1, | ||
"label": "Lead" | ||
}, | ||
"socialLinks": [ | ||
{ | ||
"label": "LinkedIn", | ||
"value": "davidlinkedin.com" | ||
}, | ||
{ | ||
"label": "X", | ||
"value": "x.com" | ||
} | ||
], | ||
"description": null, | ||
"thumbnailURL": "https://images.pexels.com/photos/4571943/pexels-photo-4571943.jpeg?auto=compress&cs=tinysrgb&w=300&h=300&dpr=1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.