Change default values of config params
This commit is contained in:
parent
ab927e39d0
commit
baef73f1e8
@ -5,8 +5,8 @@ define(function() {
|
|||||||
"css": true,
|
"css": true,
|
||||||
"lang": (navigator.language || navigator.userLanguage).split("-")[0],
|
"lang": (navigator.language || navigator.userLanguage).split("-")[0],
|
||||||
"reply-to-self": false,
|
"reply-to-self": false,
|
||||||
"max-comments-top": 20,
|
"max-comments-top": "10",
|
||||||
"max-comments-nested": 5,
|
"max-comments-nested": "5",
|
||||||
"reveal-on-click": "5",
|
"reveal-on-click": "5",
|
||||||
"avatar-bg": "#f0f0f0",
|
"avatar-bg": "#f0f0f0",
|
||||||
"avatar-fg": ["#9abf88", "#5698c4", "#e279a3", "#9163b6",
|
"avatar-fg": ["#9abf88", "#5698c4", "#e279a3", "#9163b6",
|
||||||
|
Loading…
Reference in New Issue
Block a user