mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
update default config
This commit is contained in:
parent
ac03277899
commit
e7e6650ecd
1 changed files with 12 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue