Fix syntax
This commit is contained in:
parent
8b2074e808
commit
be6c85cf0c
|
|
@ -13,12 +13,11 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Printer model
|
label: Printer model
|
||||||
description: Enter the printer model(s) where you encountered the issue
|
description: Enter the printer model(s) where you encountered the issue
|
||||||
placeholder: 'MK3S/+, MK3, Mk2.5S, MK2.5'
|
options:
|
||||||
options:
|
- MK3S/+
|
||||||
- MK3S/+
|
- MK3
|
||||||
- MK3
|
- MK2.5S
|
||||||
- MK2.5S
|
- MK2.5
|
||||||
- MK2.5
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|
@ -26,11 +25,11 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: MMU model
|
label: MMU model
|
||||||
description: Enter the MMU model(s) where you encountered the issue
|
description: Enter the MMU model(s) where you encountered the issue
|
||||||
placeholder: 'MMU3, MMU2S'
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- MMU3
|
- MMU3
|
||||||
- MMU2S
|
- MMU2S
|
||||||
- None
|
- No-MMU
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
|
@ -53,12 +52,13 @@ body:
|
||||||
id: printing_from
|
id: printing_from
|
||||||
attributes:
|
attributes:
|
||||||
label: Printing from...
|
label: Printing from...
|
||||||
options:
|
multiple: false
|
||||||
- SD Card
|
options:
|
||||||
- PrusaLink
|
- SD Card
|
||||||
- PrusaConnect
|
- PrusaLink
|
||||||
- OctoPrint
|
- PrusaConnect
|
||||||
- Other host software
|
- OctoPrint
|
||||||
|
- Other host software
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
||||||
|
|
@ -14,11 +14,11 @@ body:
|
||||||
label: Printer model
|
label: Printer model
|
||||||
description: Enter the printer model(s) where you would like this enhancement
|
description: Enter the printer model(s) where you would like this enhancement
|
||||||
placeholder: 'MK3S/+, MK3, MK2.5S, MK2.5'
|
placeholder: 'MK3S/+, MK3, MK2.5S, MK2.5'
|
||||||
options:
|
options:
|
||||||
- MK3S/+
|
- MK3S/+
|
||||||
- MK3
|
- MK3
|
||||||
- MK2.5S
|
- MK2.5S
|
||||||
- MK2.5
|
- MK2.5
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
||||||
|
|
@ -14,11 +14,11 @@ body:
|
||||||
label: Printer model
|
label: Printer model
|
||||||
description: Enter the printer model(s) where you would like this feature
|
description: Enter the printer model(s) where you would like this feature
|
||||||
placeholder: 'MK3S/+, MK3, MK2.5S, MK2.5'
|
placeholder: 'MK3S/+, MK3, MK2.5S, MK2.5'
|
||||||
options:
|
options:
|
||||||
- MK3S/+
|
- MK3S/+
|
||||||
- MK3
|
- MK3
|
||||||
- MK2.5S
|
- MK2.5S
|
||||||
- MK2.5
|
- MK2.5
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue