From 8791c0d26d5055f781b7c9b8cf830668ab1cbe4f Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Wed, 17 Oct 2018 09:18:44 +0200 Subject: [PATCH] Update Scsgate component configuration variable (#6881) --- source/_components/switch.scsgate.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/_components/switch.scsgate.markdown b/source/_components/switch.scsgate.markdown index 35e1f6b7f8e..1f0cdb6cf84 100644 --- a/source/_components/switch.scsgate.markdown +++ b/source/_components/switch.scsgate.markdown @@ -26,6 +26,9 @@ switch: scs_id: XXXXX ``` -Configuration variables: - -- **devices** (*Required*): A list of devices with their name to use in the frontend. +{% configuration %} +devices: + description: A list of devices with their name to use in the frontend. + required: true + type: list +{% endconfiguration %}