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