fromholdio / silverstripe-errorpagesconfig
A SilverStripe module to move ErrorPages out of the cms tree and into their own grid field in CMS Settings area.
Installs: 4 950
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- silverstripe/framework: ~4.0 || ~5.0
This package is auto-updated.
Last update: 2024-10-23 09:29:19 UTC
README
A SilverStripe module to move ErrorPage
s out of the cms tree and into their own grid field in CMS Settings area.
It also updates ErrorPage
$summary_fields
to show the associated error code of the page.
MultiSites-compatible: If the symbiote/silverstripe-multisites module is present, the error pages grid field is added to each Site
, rather than onto the global SiteConfig
object.
Requirements
SilverStripe 4
Installation
composer require fromholdio/silverstripe-errorpagesconfig
That's really about it. Intended to be very plug-n-play.
Screenshot
After installing, your error pages should disappear from the CMS tree view, and you'll have the following gridfield in your CMS Settings area (or on your Site
page objects if symbiote/silverstripe-multisites
is also present).