Download the PHP package fromholdio/silverstripe-errorpagesconfig without Composer
On this page you can find all versions of the php package fromholdio/silverstripe-errorpagesconfig. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fromholdio/silverstripe-errorpagesconfig
More information about fromholdio/silverstripe-errorpagesconfig
Files in fromholdio/silverstripe-errorpagesconfig
Package silverstripe-errorpagesconfig
Short Description A SilverStripe module to move ErrorPages out of the cms tree and into their own grid field in CMS Settings area.
License BSD-3-Clause
Homepage https://github.com/fromholdio/silverstripe-errorpagesconfig
Informations about the package silverstripe-errorpagesconfig
silverstripe-errorpagesconfig
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).