mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
fix(comment): moved waline placeholder
parameter to locale.placeholder
(#914)
fix waline parameter
This commit is contained in:
parent
f398fb9dd1
commit
65cd7f586f
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ params:
|
|||
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/props.html
|
||||
waline:
|
||||
serverURL:
|
||||
lang:
|
||||
|
@ -81,9 +81,9 @@ params:
|
|||
requiredMeta:
|
||||
- nick
|
||||
- mail
|
||||
placeholder:
|
||||
locale:
|
||||
admin: Admin
|
||||
placeholder:
|
||||
|
||||
twikoo:
|
||||
envId:
|
||||
|
|
Loading…
Reference in a new issue