|
|
|
@ -51,6 +51,12 @@ body:
|
|
|
|
label: What is actually happening?
|
|
|
|
label: What is actually happening?
|
|
|
|
validations:
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
|
|
|
|
id: editor-value
|
|
|
|
|
|
|
|
attributes:
|
|
|
|
|
|
|
|
label: Editor Value
|
|
|
|
|
|
|
|
description: Output of `instance.command.getValue()`
|
|
|
|
|
|
|
|
render: json
|
|
|
|
- type: textarea
|
|
|
|
- type: textarea
|
|
|
|
id: system-info
|
|
|
|
id: system-info
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
@ -62,4 +68,4 @@ body:
|
|
|
|
id: additional-comments
|
|
|
|
id: additional-comments
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
label: Any additional comments?
|
|
|
|
label: Any additional comments?
|
|
|
|
description: e.g. some background/context of how you ran into this bug.
|
|
|
|
description: e.g. some background/context of how you ran into this bug.
|
|
|
|
|