summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorÉloi Rivard <eloi.rivard@aquilenet.fr>2020-02-16 14:26:06 +0100
committerGitHub <noreply@github.com>2020-02-16 14:26:06 +0100
commit306d3cdc608343b5739b98a7d6b1e816416489c9 (patch)
treef62b93191d0677709556c7c547d4af4e9eef19d2 /docs
parentcdd15c181875dbbc62844718365c47b099027b3a (diff)
Basic Media-RSS support (#599)
Signed-off-by: Éloi Rivard <azmeuk@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/README.md2
1 files changed, 2 insertions, 0 deletions
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)