diff --git a/docs/source/howtos/howto_set_discussion_settings_with_generic_setup.txt b/docs/source/howtos/howto_set_discussion_settings_with_generic_setup.txt index 0f7a8bb..d94d93b 100644 --- a/docs/source/howtos/howto_set_discussion_settings_with_generic_setup.txt +++ b/docs/source/howtos/howto_set_discussion_settings_with_generic_setup.txt @@ -5,12 +5,14 @@ How to set discussion settings with generic setup This document explains how to set plone.app.discussion's settings with a generic setup profile. -plone.app.discussion uses plone.app.registry ... - -registry.xml:: +plone.app.discussion uses plone.app.registry to store its global settings. +You can set or override the settings in the registry.xml file of your generic +setup profile:: - + False help_anonymous_comments @@ -19,7 +21,10 @@ registry.xml:: False - + disabled help_captcha @@ -28,7 +33,10 @@ registry.xml:: disabled - + False help_globally_enabled @@ -37,7 +45,9 @@ registry.xml:: False - + False help_moderation_enabled @@ -46,7 +56,10 @@ registry.xml:: False - + help_moderator_email False @@ -54,7 +67,10 @@ registry.xml:: - + False help_moderator_notification_enabled @@ -63,7 +79,10 @@ registry.xml:: False - + True help_show_commenter_image @@ -72,7 +91,10 @@ registry.xml:: True - + text/plain help_text_transform @@ -81,7 +103,10 @@ registry.xml:: text/plain - + False help_user_notification_enabled @@ -91,4 +116,3 @@ registry.xml:: False - diff --git a/docs/source/howtos/index.txt b/docs/source/howtos/index.txt index 4297372..b369935 100644 --- a/docs/source/howtos/index.txt +++ b/docs/source/howtos/index.txt @@ -7,3 +7,4 @@ Howtos howto_extend_the_comment_form.txt howto_override_enable_conversation.txt + howto_set_discussion_settings_with_generic_setup.txt