This commit is contained in:
Kenny 2022-06-20 10:15:48 -04:00
commit a0331f5932
1 changed files with 13 additions and 2 deletions

View File

@ -41,9 +41,9 @@ body:
attributes: attributes:
label: VueTube version label: VueTube version
description: | description: |
You can find your VueTube version in **Settings**. You can find your VueTube version in **Settings/About** within the app.
placeholder: | placeholder: |
Example: "1.0" Example: "619c416"
validations: validations:
required: true required: true
@ -57,6 +57,17 @@ body:
Example: "Android 12" Example: "Android 12"
validations: validations:
required: true required: true
- type: input
id: device-type
attributes:
label: Device
description: |
The make and model of your device.
placeholder: |
Example: "Google Pixel 6 Pro"
validations:
required: true
- type: textarea - type: textarea
id: other-details id: other-details