|
|
@ -13,6 +13,7 @@ max_comment_length = { optional = false, example = 500, explanation = "max numb
|
|
|
|
post_lang = { optional = true, example = "es-cr", explanation = "The language you would like to translate to.", default = "" }
|
|
|
|
post_lang = { optional = true, example = "es-cr", explanation = "The language you would like to translate to.", default = "" }
|
|
|
|
sort = { optional = true, example = "hot ,top, relevance, new", explanation = "method of sorting threads", default = "top", options = ["hot", "top", "relevance", "new"] }
|
|
|
|
sort = { optional = true, example = "hot ,top, relevance, new", explanation = "method of sorting threads", default = "top", options = ["hot", "top", "relevance", "new"] }
|
|
|
|
sort_time = { optional = true, example = "day, hour, week, month, year, all", explanation = "time range to gather threads from", default = "all", options = ["day", "hour", "week", "month", "year", "all"] }
|
|
|
|
sort_time = { optional = true, example = "day, hour, week, month, year, all", explanation = "time range to gather threads from", default = "all", options = ["day", "hour", "week", "month", "year", "all"] }
|
|
|
|
|
|
|
|
min_comments = { optional = true, example = "100", explanation = "dont allow threads with amount of comments bellow this value", default = "100", type = "int", nmin = 0 }
|
|
|
|
|
|
|
|
|
|
|
|
[settings]
|
|
|
|
[settings]
|
|
|
|
allow_nsfw = { optional = false, example = "false", explanation = "Whether to allow NSFW content, True or False", default = false, options = [true, false], type = "bool" }
|
|
|
|
allow_nsfw = { optional = false, example = "false", explanation = "Whether to allow NSFW content, True or False", default = false, options = [true, false], type = "bool" }
|
|
|
|