adds the maximum length of the comments to settings

This commit is contained in:
palomahnhp
2016-03-03 15:17:36 +01:00
parent 2a4adc2e60
commit d786f9edea
3 changed files with 6 additions and 1 deletions

View File

@@ -57,3 +57,6 @@ Setting['feature.twitter_login'] = true
Setting['feature.facebook_login'] = true
Setting['feature.google_login'] = true
Setting['feature.public_stats'] = true
# Max length for comments
Setting['comments_body_max_length'] = 1000