Add logs checkbox

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/18429/head
Šimon Brandner 2021-08-06 15:54:26 +02:00
parent 88de44f3f0
commit b5fdeb127f
No known key found for this signature in database
GPG Key ID: CC823428E9B582FB
2 changed files with 14 additions and 0 deletions

View File

@ -57,3 +57,10 @@ body:
placeholder: e.g. From https://element.io/get-started
validations:
required: false
- type: checkboxes
id: logs
attributes:
label: Logs
options:
- label: I have sent logs
required: false

View File

@ -57,3 +57,10 @@ body:
placeholder: e.g. develop.element.io, app.element.io
validations:
required: false
- type: checkboxes
id: logs
attributes:
label: Logs
options:
- label: I have sent logs
required: false