From 4fb818f9366ca5b8c9c0377cbd37a048dbac9654 Mon Sep 17 00:00:00 2001 From: Mathieu Dutour Date: Fri, 18 Nov 2022 10:01:02 +0100 Subject: [PATCH] Fix broken syntax in syntax-for-githubs-form-schema --- .../syntax-for-githubs-form-schema.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema.md b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema.md index 2bb8571f4a..93a197c3eb 100644 --- a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema.md +++ b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema.md @@ -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