FEATURE: support to initial values for form templates through /new-topic (#23313)

* FEATURE: adds support for initial values through /new-topic to form templates
This commit is contained in:
Renato Atilio
2023-08-29 18:41:33 -03:00
committed by GitHub
parent 8dddc9eb39
commit 58b49bce41
27 changed files with 178 additions and 45 deletions

View File

@ -8,6 +8,7 @@ describe "Composer Form Template Validations", type: :system, js: true do
name: "Bug Reports",
template:
"- type: input
id: full-name
attributes:
label: What is your full name?
placeholder: John Doe
@ -24,6 +25,7 @@ describe "Composer Form Template Validations", type: :system, js: true do
name: "Websites",
template:
"- type: input
id: website-name
attributes:
label: What is your website name?
placeholder: https://www.example.com