[[tolramail.archive]]
Available Since: V1.0.0
The archive snippet displays a list of the previously sent campaigns.
| Parameter |
Description |
| limit |
Limits the number of campaigns to display in the archive. |
| wrapperTpl |
The name of the chunk holding the wrapper template. |
| itemTpl |
The name of the chunk holding the template to wrap each item with. |
| class |
The CSS class to apply to the outer ul. |
Default wrapperTpl Chunk
<ul[[+class]]>[[+items]]</ul>
| Placeholder |
Description |
| items |
The HTML for list of archive items. |
Default itemTpl Chunk
<li><span>[[+date]]</span> <a href="[[+link]]">[[+title]]</a></li>
| classes |
Description |
| date |
The date that the campaign was published. |
| link |
The address of the page to link to. |
| title |
The documents title. |