Add allow_comments configuration setting.
This commit is contained in:
parent
36748921c2
commit
20f8f50ccb
@ -34,6 +34,9 @@ allow_registration = boolean(default=True)
|
||||
# tag parsing
|
||||
tags_max_length = integer(default=50)
|
||||
|
||||
# Enable/disable comments
|
||||
allow_comments = boolean(default=True)
|
||||
|
||||
# Whether comments are ascending or descending
|
||||
comments_ascending = boolean(default=True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user