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 %}