From 8ae9a796d9c9ace89ec772410df430126eddd78a Mon Sep 17 00:00:00 2001 From: Oncleben31 Date: Tue, 2 Oct 2018 18:04:34 +0200 Subject: [PATCH] Use the new style for configuration variables description (#6444) Linked to #6385 --- source/_components/notify.free_mobile.markdown | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/source/_components/notify.free_mobile.markdown b/source/_components/notify.free_mobile.markdown index f02c52ea304..f204fe054c0 100644 --- a/source/_components/notify.free_mobile.markdown +++ b/source/_components/notify.free_mobile.markdown @@ -36,8 +36,13 @@ notify: username: YOUR_ACCOUNT_ID access_token: TOKEN ``` - -Configuration variables: - -- **username** (*Required*): This is the id given by FreeMobile to access to your online account. -- **access_token** (*Required*): You can get this token by activating the SMS API in your online account. +{% configuration %} +username: + description: This is the id given by FreeMobile to access to your online account. + required: true + type: string +access_token: + description: You can get this token by activating the SMS API in your online account. + required: true + type: string +{% endconfiguration %}