SilverStripe SiteConfig Error Pages
Moves the SilverStripe Error Page management from the page tree to Settings section. In 3.5+ Error Pages are automatically hidden from the page tree.
Maintainer Contact
- Ed Chipman (UndefinedOffset)
Requirements
- SilverStripe CMS 4.0+
- GridField Deleted Items
Installation
Composer (recommended):
composer require webbuilders-group/silverstripe-siteconfig-error-pages
If you prefer you may also install manually:
- Download the module from here https://github.com/webbuilders-group/silverstripe-siteconfig-error-pages/archive/master.zip
- Extract the downloaded archive into your site root so that the destination folder is called siteconfig-error-pages, opening the extracted folder should contain
_config.php
in the root along with other files/folders - Run dev/build?flush=all to regenerate the manifest
Usage
See the documentation for usage information.