Topic Lists
Module-aware lists of topics useful for email table of contents and preheaders
The {topic} and its sibling {topic-list} Helpers are useful when assembling
multivariant emails from partials and modules where the content is unique from version
to version. Scatter {topic} references across your partials. Inkcite collects these as
it renders your email and when it encounters the {topic-list} if will present a nicely
formatted, comma-delimited list of the topics in your email.
Topics names are stripped of HTML making them safe to use in preheader text.
Usage
Example Inkcite markup:
In this issue: {topic-list} and much more!
...
{topic name="Featured Weekly Item"}
...
{topic name="10% PROMO CODE" priority=100}
...
{topic name="Latest Reviews"}
An example of the resulting email HTML output:
In this issue: 10% PROMO CODE, Featured Weekly Item, Latest Reviews and much more!
...
...
...
Attributes
Attributes in bold are required.
- name
- A brief description of the the topic
- name
- priority
- Normally topics displayed in the order they are collected but if this optional parameter is present, higher values will be appear before other topics.
|