Added CSV export of subscribers

Fixed some bugs in subscriptions
Updated some packages to avoid warnings about vulnerabilities
Completed RSS feed campaigns
This commit is contained in:
Tomas Bures 2018-11-17 02:54:23 +01:00
parent 8683f8c91e
commit bf69e633c4
47 changed files with 5255 additions and 9651 deletions

View file

@ -509,6 +509,69 @@ export function getEditForm(owner, typeKey, prefix = '') {
</tr>
</tbody>
</table>
<Trans><p>For RSS campaigns, the following further tags can be used.</p></Trans>
<table className="table table-bordered table-condensed table-striped">
<thead>
<tr>
<th>
<Trans>Merge tag</Trans>
</th>
<th>
<Trans>Description</Trans>
</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">
[RSS_ENTRY_TITLE]
</th>
<td>
<Trans>RSS entry title</Trans>
</td>
</tr>
<tr>
<th scope="row">
[RSS_ENTRY_DATE]
</th>
<td>
<Trans>RSS entry date</Trans>
</td>
</tr>
<tr>
<th scope="row">
[RSS_ENTRY_LINK]
</th>
<td>
<Trans>RSS entry link</Trans>
</td>
</tr>
<tr>
<th scope="row">
[RSS_ENTRY_CONTENT]
</th>
<td>
<Trans>Content of an RSS entry</Trans>
</td>
</tr>
<tr>
<th scope="row">
[RSS_ENTRY_SUMMARY]
</th>
<td>
<Trans>RSS entry summary</Trans>
</td>
</tr>
<tr>
<th scope="row">
[RSS_ENTRY_IMAGE_URL]
</th>
<td>
<Trans>RSS entry image URL</Trans>
</td>
</tr>
</tbody>
</table>
</div>}
</AlignedRow>