From 0c199bcae014f595754bc3238ae3ca9dbd6363af Mon Sep 17 00:00:00 2001 From: Raissa North Date: Tue, 27 Mar 2018 15:40:48 +1300 Subject: [PATCH] DOCS Both version feeds are disabled by default --- docs/en/developer.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/en/developer.md b/docs/en/developer.md index cdcf8f5..a2ca440 100644 --- a/docs/en/developer.md +++ b/docs/en/developer.md @@ -9,11 +9,14 @@ the extensions defined on the extension. ### Enabling / Disabling -The `allchanges` feed can be disabled by setting the `SilverStripe\VersionFeed\VersionFeed.allchanges_enabled` config to false. +By default the `allchanges` and `changes` feed are disabled. + +The `allchanges` feed can be enabled by setting the `SilverStripe\VersionFeed\VersionFeed.allchanges_enabled` config to true. If this is true, then the allchanges feed can still be disabled by unchecking the "All page changes" checkbox in the "Settings" section in the CMS. + +Likewise, the `changes` feed for each page can be globally enabled by setting the `SilverStripe\VersionFeed\VersionFeed.changes_enabled` +config to true. If this is true, then each page can still be individually disabled by unchecking the +'Make history public' checkbox in the CMS under page settings. -Likewise, the `changes` feed for each page can be globally disabled by setting the `SilverStripe\VersionFeed\VersionFeed.changes_enabled` -config to false. If this left true, then each page can still be individually disabled by unchecking the -'Make History Public' checkbox in the CMS under page settings. See [user documentation on enabling / disabling](userguide/index.md#enabling--disabling). ### Default RSS action