From 801153a9b91bcb336b2b23c3c5c42e4c7ef4291b Mon Sep 17 00:00:00 2001 From: mst Date: Tue, 26 Nov 2024 15:26:53 +0300 Subject: [PATCH] update example config --- config.example.json | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/config.example.json b/config.example.json index 45dae1a..917f34f 100644 --- a/config.example.json +++ b/config.example.json @@ -4,23 +4,48 @@ "description": "Ask me something!", "image": "/static/icons/favicon/android-chrome-512x512.png", "fullBaseUrl": "https://catask.localhost", - "rules": "" + "rules": "" + }, + "accessibility": { + "font": "default", + "userway": { + "enabled": false, + "account": "" + } }, "style": { "accentLight": "#6345d9", - "accentDark": "#7259d9", + "accentDark": "#7a63e3", "bgLight": "#ffffff", "bgDark": "#202020", - "navStyle": "underline", + "navStyle": "pills", "tintColors": false, - "infoBoxLayout": "column", - "homepageLayout": "catask" + "infoBoxLayout": "row", + "homepageLayout": "catask", + "navIcons": true, + "navIconsOnly": false }, - "trimContentAfter": "50", + "antispam": { + "type": "basic", + "enabled": true, + "recaptcha": { + "sitekey": "", + "secretkey": "" + }, + "turnstile": { + "sitekey": "", + "secretkey": "" + }, + "frc": { + "sitekey": "", + "apikey": "" + } + }, + "trimContentAfter": "150", "charLimit": "512", "anonName": "Anonymous", "lockInbox": false, "allowAnonQuestions": true, - "showQuestionCount": false, + "showQuestionCount": true, "noDeleteConfirm": false }