Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

About configuring Valine Comment document Errors #57

Closed
Nirnturt opened this issue Jul 28, 2018 · 1 comment
Closed

About configuring Valine Comment document Errors #57

Nirnturt opened this issue Jul 28, 2018 · 1 comment
Labels
bug:extension Issues about widgets, comment, share, search, and plugins.

Comments

@Nirnturt
Copy link

There is an error in configuring Valine Comment service documentation in MINOS

Source Document

comment:
    type: valine
    app_id: xxxxxxxx        # (required) LeanCloud application id
    app_key: xxxxxxxx       # (required) LeanCloud application key
    notify: false           # (optional) receive email notification
    verify: false           # (optional) show verification code
    placeholder: xxxxxxxx   # (optional) comment box placeholder text

In fact, this will show the AppID and Appkey in the comments area of Minos
This should be the correct configuration

comment:
    type: valine
    appId: xxxxxxxx        # (required) LeanCloud application id
    appKey: xxxxxxxx       # (required) LeanCloud application key
    notify: false           # (optional) receive email notification
    verify: false           # (optional) show verification code
    placeholder: xxxxxxxx   # (optional) comment box placeholder text

Thank you for your work.

@ppoffice
Copy link
Owner

@EIVX Thank you for pointing it out. I pushed a fix to the repo. Now you can use valine without changing app_id to appId nor app_key to appKey.

@ppoffice ppoffice added the bug:general Issues with this theme in general. label Jul 28, 2018
@ppoffice ppoffice closed this as completed Aug 5, 2018
@ppoffice ppoffice added bug:extension Issues about widgets, comment, share, search, and plugins. and removed bug:general Issues with this theme in general. labels Jun 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug:extension Issues about widgets, comment, share, search, and plugins.
Projects
None yet
Development

No branches or pull requests

2 participants