Fix a typo [MAILPOET-2099]

This commit is contained in:
wxa
2019-05-28 11:38:25 +03:00
committed by M. Shull
parent 3e5f9cdc10
commit 4a04e588cf

View File

@@ -15,7 +15,7 @@ This method returns list of all properties available for a subscriber (default +
| id | string | 11 chars |Field Id |
| name | string | 90 chars | Human readable name. Intended to be used, as an example, as a label for form input. |
| type | string | - | Type of the field. Possible values are: `text`, `date`, `textarea`, `radio`, `checkbox`, `select` |
| params | array | - | Contains various information, see examples bellow. |
| params | array | - | Contains various information, see examples below. |
## Response Example
```php
@@ -55,7 +55,7 @@ This method returns list of all properties available for a subscriber (default +
'value' => 'value 1',
],
1 => [
'is_checked' => '1',
'is_checked' => '1',
'value' => 'value 2',
],
],