You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed small bugs connected with changing Mosaico template for an existing campaign/template.
Added new merge tags:
- LINK_PUBLIC_SUBSCRIBE
- LIST_ID_<index>
- PUBLIC_LIST_ID_<index>
Among others, this allows mixing private and public lists in a campaign and have the subscribe link to always point to the first/n-th public list even for subscribers in private lists.
<Transi18nKey="uniqueIdThatIdentifiesTheListUsedForThis">Unique ID that identifies the list used for this campaign</Trans>
769
+
<Transi18nKey="uniqueIdThatIdentifiesTheListUsedForThis">Unique ID that identifies the list to which the target subscriber belongs</Trans>
770
+
</td>
771
+
</tr>
772
+
<tr>
773
+
<thscope="row">
774
+
{tg('LIST_ID_<index>')}
775
+
</th>
776
+
<td>
777
+
<Trans>Unique ID that identifies the list. The <code>index</code> is 0-based index of the list in the campaign. <code>LIST_ID_0</code> thus means the first list in the campaign.</Trans>
778
+
</td>
779
+
</tr>
780
+
<tr>
781
+
<thscope="row">
782
+
{tg('PUBLIC_LIST_ID_<index>')}
783
+
</th>
784
+
<td>
785
+
<Trans>The same as above, but only taking into account the lists for which public subscribe is enabled. <code>PUBLIC_LIST_ID_0</code> thus means the first public list in the campaign.</Trans>
0 commit comments