mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
10 lines
288 B
YAML
10 lines
288 B
YAML
SilverStripe\CMS\Tests\CMSEditLinkExtensionTest\BelongsToPage:
|
|
one:
|
|
Name: 'some name'
|
|
|
|
SilverStripe\CMS\Tests\CMSEditLinkExtensionTest\PageWithChild:
|
|
root:
|
|
Title: 'page has child'
|
|
ChildObjects:
|
|
- '=>SilverStripe\CMS\Tests\CMSEditLinkExtensionTest\BelongsToPage.one'
|