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:
parent
04a0669731
commit
22425b06ac
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user