summaryrefslogtreecommitdiffstats
path: root/docs/plugins/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/README.md')
-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)