comment with todo for discussion control panel added.
svn path=/plone.app.discussion/trunk/; revision=27288
This commit is contained in:
parent
ccf1e0456f
commit
e4a62a2c0d
@ -11,6 +11,12 @@ class IDiscussionSettings(Interface):
|
|||||||
configuration registry and obtainable via plone.registry.
|
configuration registry and obtainable via plone.registry.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# Todo: Write a short hint, that other discussion related options can
|
||||||
|
# be found elsewhere in the Plone control panel:
|
||||||
|
#
|
||||||
|
# - Types control panel: Allow comments on content types
|
||||||
|
# - Search control panel: Show comments in search results
|
||||||
|
|
||||||
globally_enabled = schema.Bool(title=_(u"Globally enabled"),
|
globally_enabled = schema.Bool(title=_(u"Globally enabled"),
|
||||||
description=_(u"Use this setting to enable or disable comments globally."),
|
description=_(u"Use this setting to enable or disable comments globally."),
|
||||||
default=True)
|
default=True)
|
||||||
@ -19,6 +25,7 @@ class IDiscussionSettings(Interface):
|
|||||||
description=_(u"Use this setting to enable or disable posting comments as anonymous visitor."),
|
description=_(u"Use this setting to enable or disable posting comments as anonymous visitor."),
|
||||||
default=False)
|
default=False)
|
||||||
|
|
||||||
|
|
||||||
class IConversation(IIterableMapping):
|
class IConversation(IIterableMapping):
|
||||||
"""A conversation about a content object.
|
"""A conversation about a content object.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user