📝 document post size option in HN widget

This commit is contained in:
Josua Blejeru 2023-05-24 12:31:42 +02:00
parent 2d77a155d5
commit 040b472a05
1 changed files with 2 additions and 0 deletions

View File

@ -1187,6 +1187,7 @@ Display new and trending Posts from Hackernews
**Field** | **Type** | **Required** | **Description**
--- | --- | --- | ---
**`stories`** | `string` | _Optional_ | HN Stories to display defaults to `topstories`. Options are: `beststories`, `topstories` or `newstories`
**`limit`** | `int` | _Optional_ | The size of the list of Posts to show.
##### Example
@ -1194,6 +1195,7 @@ Display new and trending Posts from Hackernews
- type: hackernews-trending
options:
stories: newstories
limit: 10
```
---