mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
7dfe145412
# Conflicts: # code/controllers/CMSFileAddController.php # code/controllers/CMSPageAddController.php # code/controllers/CMSPageHistoryController.php # code/controllers/CMSSiteTreeFilter.php # code/controllers/ContentController.php # code/controllers/LeftAndMainPageIconsExtension.php # code/controllers/SilverStripeNavigator.php # code/model/SiteTreeFileExtension.php # code/model/VirtualPage.php # composer.json # tests/model/ErrorPageTest.yml # tests/model/FileLinkTrackingTest.yml # tests/model/VirtualPageTest.yml
28 lines
830 B
YAML
28 lines
830 B
YAML
Page:
|
|
content:
|
|
Title: ContentPage
|
|
Content: 'This is some partially happy content. It has one missing a skiplink, but does have another <a name="yes-anchor-here">skiplink here</a>.'
|
|
about:
|
|
Title: About
|
|
URLSegment: about
|
|
Content: 'about us here <a name="yes-anchor-here">about skiplinks here</a>.'
|
|
brokenInternalRedirector:
|
|
RedirectionType: Internal
|
|
Title: RedirectorPageToBrokenInteralPage
|
|
LinkToID: 0
|
|
workingInternalRedirector:
|
|
RedirectionType: Internal
|
|
Title: RedirectorPageToBrokenInteralPage
|
|
LinkTo: =>Page.content
|
|
|
|
File:
|
|
privacypolicy:
|
|
Name: privacypolicy.pdf
|
|
Title: privacypolicy.pdf
|
|
Filename: assets/privacypolicy.pdf
|
|
|
|
ErrorPage:
|
|
404:
|
|
Title: Page not Found
|
|
ErrorCode: 404
|