Skip to content

Commit bee9b34

Browse files
authored
Media player playback controls card feature (#40522)
1 parent d8e4f98 commit bee9b34

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

source/dashboards/features.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,27 @@ type:
652652
type: string
653653
{% endconfiguration %}
654654

655+
## Media player playback controls
656+
657+
Widget that displays playback controls for a [media player](/integrations/media_player).
658+
659+
<p class='img'>
660+
<img src='/images/dashboards/features/media_player_playback.png' alt='Screenshot of the tile card with media player playback feature'>
661+
Screenshot of the tile card with media player playback feature
662+
</p>
663+
664+
```yaml
665+
features:
666+
- type: "media-player-playback"
667+
```
668+
669+
{% configuration features %}
670+
type:
671+
required: true
672+
description: "`media-player-playback`"
673+
type: string
674+
{% endconfiguration %}
675+
655676
## Media player volume slider
656677

657678
Widget that displays a slider to control the volume for a [media player](/integrations/media_player).
8.24 KB
Loading

0 commit comments

Comments
 (0)