mirror of
https://github.com/silverstripe/silverstripe-versionfeed
synced 2024-10-22 11:05:31 +02:00
DOCS Both version feeds are disabled by default
This commit is contained in:
parent
7b3d282802
commit
0c199bcae0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user