Extension, Module, Plugin

Archived
Forum
(read-only)

Postmaster

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Objective HTML

     

Pixel & Tonic Assets fields in Postmaster templates?

Support Request

moki
moki

How would I include Pixel & Tonic Assets fields in a Postmaster template?

I’ve tried the tag pair, that didn’t work… and I’ve tried this:

<img style="max-width: 100%; height: auto; margin: 0 auto;" src="{parcel:promo_email_image:url}" width="{parcel:promo_email_image:width}" height="{parcel:promo_email_image:height}" alt="{parcel:promo_email_image:title}"

...which also doesn’t work?

moki
# 1
moki

Never mind, I figured it out from the docs:

{exp:channel:entries channel="promo_emails" entry_id="{parcel:entry_id}" limit="1" orderby="date" sort="desc" status="Open" dynamic="yes"