Enable discussion by default if p.a.discussion is shipped as add-on product.
svn path=/plone.app.discussion/branches/1.x/; revision=46973
This commit is contained in:
parent
aef9a0a39b
commit
9790dd5b65
@ -23,9 +23,6 @@ Changelog
|
|||||||
he has commented multiple times.
|
he has commented multiple times.
|
||||||
[maurits]
|
[maurits]
|
||||||
|
|
||||||
- Disable discussion by default.
|
|
||||||
[timo]
|
|
||||||
|
|
||||||
- Move discussion action item from actionicons.xml to actions.xml to avoid
|
- Move discussion action item from actionicons.xml to actions.xml to avoid
|
||||||
deprecation warning.
|
deprecation warning.
|
||||||
[timo]
|
[timo]
|
||||||
|
@ -29,7 +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,
|
||||||
)
|
)
|
||||||
|
|
||||||
anonymous_comments = schema.Bool(
|
anonymous_comments = schema.Bool(
|
||||||
|
Loading…
Reference in New Issue
Block a user