Created
August 16, 2017 22:45
-
-
Save bryceosterhaus/27a71f900645fba9dafbea9f35ae6c29 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
cardTemplate: { | |
id | |
name | |
showTitle | |
contactsMappings: [ | |
{ | |
id | |
name: 'job_title' | |
} | |
] | |
} | |
cardData: { | |
mappings: { | |
job_title: 'engineer' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment