fix: Improve review media filtering (#2322)
This commit is contained in:
@@ -68,6 +68,7 @@ timeline:
|
||||
| `show_details` | `false` | Whether to show event details (e.g. duration, start time, object detected, etc) alongside the thumbnail. |
|
||||
| `show_download_control` | `true` | Whether to show the download control on each thumbnail. |
|
||||
| `show_favorite_control` | `true` | Whether to show the favorite ('star') control on each thumbnail. |
|
||||
| `show_info_control` | `true` | Whether to show the info ('i') control on each thumbnail. |
|
||||
| `show_review_control` | `true` | Whether to show the review ('check') control on each thumbnail. |
|
||||
| `show_timeline_control` | `true` | Whether to show the timeline ('target') control on each thumbnail. |
|
||||
| `size` | `100` | The size of the thumbnails in the thumbnail carousel in pixels. Must be >= `75` and <= `300`. |
|
||||
@@ -91,6 +92,7 @@ timeline:
|
||||
show_details: true
|
||||
show_download_control: true
|
||||
show_favorite_control: true
|
||||
show_info_control: true
|
||||
show_review_control: true
|
||||
show_timeline_control: true
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user