From 306d3cdc608343b5739b98a7d6b1e816416489c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Sun, 16 Feb 2020 14:26:06 +0100 Subject: Basic Media-RSS support (#599) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Éloi Rivard --- docs/plugins/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/plugins/README.md b/docs/plugins/README.md index 3d7f968cb..97cb792ce 100644 --- a/docs/plugins/README.md +++ b/docs/plugins/README.md @@ -112,6 +112,8 @@ The **addArticleAction** method expects a function with the following parameters * **body**: the html content * **enclosureMime**: if an enclosure is added, this is the mime type * **enclosureLink**: this is the source of the enclosure + * **mediaThumbnail**: if there is a media attached, this is its thumbnail + * **mediaDescription**: if there is a media attached, this is its description * **feedId**: the feed id it belongs to * **unread**: if the article is unread (bool) * **starred**: if the article is starred (bool) -- cgit v1.2.3