added docs for reddit sort_by config (#8952)

* added docs for reddit sort_by config

* Added docs for reddit sort_by config
This commit is contained in:
Leonardo Merza 2019-03-22 16:06:17 -04:00 committed by Fabian Affolter
parent d6268c40fe
commit 5ff8591168

View File

@ -56,4 +56,9 @@ subreddits:
description: List of subreddits you want to get data on.
required: true
type: list
sort_by:
description: Sort reddit posts by new, top, controversial, and hot.
required: false
type: string
default: hot
{% endconfiguration %}