From e7e6650ecd76a6573a947d791f3e8ea8c736ea5b Mon Sep 17 00:00:00 2001 From: mst Date: Fri, 28 Feb 2025 07:29:47 +0300 Subject: [PATCH] update default config --- config.example.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config.example.json b/config.example.json index 5566016..7f6ffaf 100644 --- a/config.example.json +++ b/config.example.json @@ -13,6 +13,10 @@ "account": "" } }, + "languages": { + "default": "en_US", + "allowChanging": true + }, "style": { "accentLight": "#6345d9", "accentDark": "#7a63e3", @@ -23,7 +27,12 @@ "infoBoxLayout": "row", "homepageLayout": "catask", "navIcons": true, - "navIconsOnly": false + "navIconsOnly": false, + "customCss": "", + "useCustomCss": false, + "overrideBaseStyles": false, + "overrideCatAskStyles": false, + "cardStyle": "compact" }, "antispam": { "type": "basic", @@ -48,6 +57,8 @@ "pass": "", "topic": "" }, + "themeStoreUrl": "http://127.0.0.1:8000", + "username": "", "trimContentAfter": "150", "charLimit": "512", "anonName": "Anonymous",