From 7442a818424141517aad8f6dfe27235c940bc394 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Tue, 16 Oct 2018 08:39:02 +0200 Subject: [PATCH] Update Picotts component configuration variable (#6835) --- source/_components/tts.picotts.markdown | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/source/_components/tts.picotts.markdown b/source/_components/tts.picotts.markdown index 49fb5823d41..29f0c748a40 100644 --- a/source/_components/tts.picotts.markdown +++ b/source/_components/tts.picotts.markdown @@ -24,10 +24,13 @@ tts: - platform: picotts ``` -Configuration variables: - -- **language** (*Optional*): The language to use. Defaults to `en-US`. -Supported languages : 'en-US', 'en-GB', 'de-DE', 'es-ES', 'fr-FR', 'it-IT' +{% configuration %} +language: + description: "The language to use. Supported languages : 'en-US', 'en-GB', 'de-DE', 'es-ES', 'fr-FR', 'it-IT'" + required: false + default: "`en-US`" + type: string +{% endconfiguration %} A full configuration sample: