feat(comment/vssue): add parameter 'autoCreateIssue' (#258)
It's default false
This commit is contained in:
parent
45a944412c
commit
b7d4048298
@ -67,6 +67,7 @@ params:
|
|||||||
repo:
|
repo:
|
||||||
clientId:
|
clientId:
|
||||||
clientSecret:
|
clientSecret:
|
||||||
|
autoCreateIssue: false
|
||||||
|
|
||||||
# Waline client configuration see: https://waline.js.org/en/reference/client.html
|
# Waline client configuration see: https://waline.js.org/en/reference/client.html
|
||||||
waline:
|
waline:
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
props: {
|
props: {
|
||||||
title: "{{ $.Title }}",
|
title: "{{ $.Title }}",
|
||||||
options: {
|
options: {
|
||||||
proxy: (url) => "https://cors-anywhere.azm.workers.dev/" + url,
|
autoCreateIssue: {{ default false .autoCreateIssue }},
|
||||||
owner: "{{ .owner }}",
|
owner: "{{ .owner }}",
|
||||||
repo: "{{ .repo }}",
|
repo: "{{ .repo }}",
|
||||||
clientId: "{{ .clientId }}",
|
clientId: "{{ .clientId }}",
|
||||||
|
Loading…
Reference in New Issue
Block a user