From 8635300595ce90b1653ea08c934b16ab55edf87b Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sun, 14 Jul 2024 14:39:31 +0000 Subject: [PATCH] Document "Issue Templates: add option to have dropdown printed list (#31577)" (#19) https://github.com/go-gitea/gitea/pull/31577 Reviewed-on: https://gitea.com/gitea/docs/pulls/19 Reviewed-by: Lunny Xiao Reviewed-by: KN4CK3R --- docs/usage/issue-pull-request-templates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage/issue-pull-request-templates.md b/docs/usage/issue-pull-request-templates.md index 5bca2d77..d496747f 100644 --- a/docs/usage/issue-pull-request-templates.md +++ b/docs/usage/issue-pull-request-templates.md @@ -264,6 +264,7 @@ Attributes: | hide_label | If true, the label normally used as a headline is not visible. | Optional | Boolean | false | - | | description | A description of the dropdown to provide extra context or guidance, which is displayed in the form. | Optional | String | Empty String | - | | multiple | Determines if the user can select more than one option. | Optional | Boolean | false | - | +| list | If true, display as a list. If false, print items on one line with commas. | Optional | Boolean | false | - | | options | An array of options the user can choose from. Cannot be empty and all choices must be distinct. | Required | String array | - | - | Validations: