We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comment sorting and disabling image upload settings in client don't seem to work.
I have them defined on the client side as:
<script type="module"> import { init } from 'https://unpkg.com/@waline/client@v3/dist/waline.js'; init({ el: '#waline', serverURL: 'https://test-comments.vercel.app', lang: 'en', dark: 'auto', login: 'disable', WalineCommentSorting: 'oldest', WalineImageUploader: 'false', }); </script>
lang, dark and login are accepted and working just not the comment/uploading settings. Is there something else I should be doing?
Thanks, looks like a slick comment app!
Ray
https://private.url
Vercel (Default)
LeanCloud(https://leancloud.app)
The text was updated successfully, but these errors were encountered:
commentSorting
WalineCommentSorting
imageUploader
WalineImageUploader
false
'false'
Sorry, something went wrong.
Doh! That’s what I get for not getting much sleep. It’s all good now. Thank you muchly.
Am loving how elegant and easy Waline is.
Props! Ray
No branches or pull requests
问题描述 | Describe the bug
Comment sorting and disabling image upload settings in client don't seem to work.
I have them defined on the client side as:
lang, dark and login are accepted and working just not the comment/uploading settings. Is there something else I should be doing?
Thanks, looks like a slick comment app!
Ray
问题网站 | Website URL
https://private.url
服务部署在哪里? | Where your waline deploy?
Vercel (Default)
数据存储在哪里?| Where your comment data store?
LeanCloud(https://leancloud.app)
The text was updated successfully, but these errors were encountered: