Skip to content

Instantly share code, notes, and snippets.

@lobot
Created December 10, 2021 22:52
Show Gist options
  • Save lobot/40205ae634c82d4079902affb3943a8d to your computer and use it in GitHub Desktop.
Save lobot/40205ae634c82d4079902affb3943a8d to your computer and use it in GitHub Desktop.
Presenting Headless CMS Content as Print Mail - address object
address = {
name: 'John Doe',
address_line1: '101 Green St.',
address_line2: 'Ste 500',
address_city: 'San Francisco',
address_state: 'CA',
address_zip: 94107,
address_country: 'US'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment