Add allow_comments configuration setting.

This commit is contained in:
David Thompson 2013-04-13 09:40:01 -04:00
parent 36748921c2
commit 20f8f50ccb

View File

@ -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)