Revert r46143.

svn path=/plone.app.discussion/trunk/; revision=46144
This commit is contained in:
Timo Stollenwerk 2010-12-05 14:56:13 +00:00
parent 22425b06ac
commit 6e354718f4

View File

@ -29,9 +29,7 @@ class IDiscussionSettings(Interface):
"specific content types, folders or content objects " "specific content types, folders or content objects "
"before users will be able to post comments."), "before users will be able to post comments."),
required=False, required=False,
default=False, default=True,
# XXX: pad is disabled by default if shipped with Plone. If shipped as
# add-on product, commenting should be enabled by default.
) )
anonymous_comments = schema.Bool( anonymous_comments = schema.Bool(