Use the new style for configuration variables description (#6444)

Linked to #6385
This commit is contained in:
Oncleben31 2018-10-02 18:04:34 +02:00 committed by Fabian Affolter
parent 1c3aee49b0
commit 8ae9a796d9

View File

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