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",