mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
1c907dd227
API Decouple File and ErrorPage API Link tracking is now only performed on stage (in lieu of versioned relationships) API Refactor versioned API methods out of SiteTree and into Versioned
12 lines
274 B
YAML
12 lines
274 B
YAML
ErrorPage:
|
|
404:
|
|
Title: Page Not Found
|
|
URLSegment: page-not-found
|
|
Content: My error page body
|
|
ErrorCode: 404
|
|
403:
|
|
Title: Permission Failure
|
|
URLSegment: permission-denied
|
|
Content: You do not have permission to view this page
|
|
ErrorCode: 403
|