Hi team,
Looking for some support in updating the way that Addresses are formatted on cards in my Careers vertical. I have the experience set up with override cards to pull in the address, as the Jobs entity type does not have address stored in its standard schema; however, I’m running into an issue with the way that the data is formatted and displayed on the front end. It looks like for location and location-like entities/card types, we have standard styling built in to display the data in the following manner:
- Address Line 1 + Address Line 2
- City, State, Zip
- Country
However, when using the same Formatter.address(profile)
formatter in the component.js file for my Careers Override card, I see all data displayed on a single line on the card, instead of formatted in the standard way I’d expect it to be stored.
Is there any way for me to use the standard Address formatter on non-location/location-like entity cards, and see the same display pattern as seen on location entities?
Thanks in advance!
Sunil