Disable commenting by default if pad is shipped with Plone. If shipped as add-on product, commenting should be enabled by default.

svn path=/plone.app.discussion/trunk/; revision=46143
This commit is contained in:
Timo Stollenwerk 2010-12-05 14:50:25 +00:00
parent 04a0669731
commit 22425b06ac
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ class IDiscussionSettings(Interface):
"specific content types, folders or content objects "
"before users will be able to post comments."),
required=False,
default=True,
default=False,
# 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(