1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-07 06:06:23 -07:00

Add config defaults

This commit is contained in:
Eggbertx 2021-07-11 18:12:02 -07:00
parent 77380750ae
commit 50c58a91ec
3 changed files with 106 additions and 24 deletions

View file

@ -55,10 +55,10 @@
"ThumbWidth": 200,
"ThumbHeight": 200,
"ThumbWidth_reply": 125,
"ThumbHeight_reply": 125,
"ThumbWidth_catalog": 50,
"ThumbHeight_catalog": 50,
"ThumbWidthReply": 125,
"ThumbHeightReply": 125,
"ThumbWidthCatalog": 50,
"ThumbHeightCatalog": 50,
"ThreadsPerPage": 15,
"PostsPerThreadPage": 50,
@ -73,7 +73,6 @@
"EmbedHeight": 164,
"ExpandButton": true,
"ImagesOpenNewTab": true,
"MakeURLsHyperlinked": true,
"NewTabOnOutlinks": true,
"MinifyHTML": true,