Fix broken syntax in syntax-for-githubs-form-schema

This commit is contained in:
Mathieu Dutour 2022-11-18 10:01:02 +01:00 коммит произвёл GitHub
Родитель 6557b2057b
Коммит 4fb818f936
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -244,6 +244,13 @@ You can use the `checkboxes` element to add a set of checkboxes to your form.
| `options` | An array of checkboxes that the user can select. For syntax, see below. | Required | Array | {% octicon "dash" aria-label="The dash icon" %} | {% octicon "dash" aria-label="The dash icon" %} |
{% data reusables.form-schema.options-syntax %}
#### Validations
{% data reusables.form-schema.validations-intro %}
| Key | Description | Required | Type | Default | Valid values |
| --- | ----------- | -------- | ---- | ------- | ------- |
{% data reusables.form-schema.required-key %}
#### Example