You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/widgets.md
+1
Original file line number
Diff line number
Diff line change
@@ -714,6 +714,7 @@ Show recent scores and upcoming matches from your favourite sports team. Data is
714
714
**`pastOrFuture`** | `string` | __Optional__ | Set to `past` to show scores for recent games, or `future` to show upcoming games. Defaults to `past`. You can change this within the UI
715
715
**`apiKey`** | `string` | __Optional__ | Optionally specify your API key, which you can sign up for at [TheSportsDB.com](https://www.thesportsdb.com/)
716
716
**`limit`** | `number` | __Optional__ | To limit output to a certain number of matches, defaults to `15`
717
+
**`hideImage`** | `boolean` | __Optional__ | Set to `true` to not render the team / match banner image, defaults to `false`
0 commit comments