From 6f504d6887a69581c3a99f0a2ee671aea5489bb5 Mon Sep 17 00:00:00 2001 From: Emeric Date: Thu, 18 Oct 2018 14:08:41 +0200 Subject: [PATCH] Update media player gpmdp (#6922) * Update media player gpmdp * Minor change --- source/_components/media_player.gpmdp.markdown | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/source/_components/media_player.gpmdp.markdown b/source/_components/media_player.gpmdp.markdown index c65ed0dff0f..b0cbb0d58fa 100644 --- a/source/_components/media_player.gpmdp.markdown +++ b/source/_components/media_player.gpmdp.markdown @@ -28,8 +28,14 @@ media_player: host: IP_ADDRESS ``` -Configuration variables: - -- **host** (*Required*): IP address of the computer running GPMDP. -- **name** (*Optional*): Name of the player. - +{% configuration %} +host: + description: The IP address of the computer running GPMDP. + required: true + type: string +name: + description: Name of the player. + required: false + default: GPM Desktop Player + type: string +{% endconfiguration %}