fix: note-templates.yml
This commit is contained in:
parent
07fcbefa50
commit
f48d948cc2
|
|
@ -20,21 +20,21 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: zversion
|
id: z_version
|
||||||
attributes:
|
attributes:
|
||||||
label: Test on Zotero version
|
label: Test on Zotero version
|
||||||
description: Please provide the Zotero version you are using here. You can find this in the menu -> Help -> About Zotero.
|
description: Please provide the Zotero version you are using here. You can find this in the menu -> Help -> About Zotero.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: bnversion
|
id: bn_version
|
||||||
attributes:
|
attributes:
|
||||||
label: Test on Better Notes version
|
label: Test on Better Notes version
|
||||||
description: Please provide the Better Notes version you are using here. You can find this in the menu -> Edit -> Settings -> Better Notes.
|
description: Please provide the Better Notes version you are using here. You can find this in the menu -> Edit -> Settings -> Better Notes.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: template type
|
id: type
|
||||||
attributes:
|
attributes:
|
||||||
label: Template Type
|
label: Template Type
|
||||||
options:
|
options:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue