This module adds an "All content, page and files from across all subsites" report in the CMS, so that an administrator can get a quick overview of content across subsites in the parent site.
- Silverstripe ^4.0
Note: For a Silverstripe 3.x compatible version, please use the 2.x release line.
$ composer require silverstripe/sitewidecontent-report
You'll then need to visit your site with ?flush
appended to the url
If the Subsites module is installed then an additional column will be added, allowing you to see which subsites this user can edit pages on.
To edit the permission to check for when filtering these subsites, you can update the
SilverStripe\Security\Member.subsite_description_permission
config to any other permission. By default this
is set to SITETREE_EDIT_ALL
.
See the docs/en folder.
This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.
All methods, with public
visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep protected
methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.
Please create an issue for any bugs you've found, or features you're missing.