mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
a5070b858a
API CHANGE Returning arrays instead of Query resource from CMSSiteTreeFilter->pagesIncluded() MINOR Removed unused LeftAndMain->getMarkingFilter() and CMSMainMarkingFilter, now handled by CMSSiteTreeFilter and CMSMain->SearchTreeForm() ENHANCEMENT Moved 'page tree filter' dropdown logic into an additional option for CMSMain->SearchTreeForm() (originally implemented in r83674) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92938 467b73ca-7a2a-4603-9d3b-597d59a354a9
19 lines
331 B
YAML
19 lines
331 B
YAML
Page:
|
|
page1:
|
|
Title: Page 1
|
|
page2:
|
|
Title: Page 2
|
|
page3:
|
|
Title: Page 3
|
|
page2a:
|
|
Parent: =>Page.page2
|
|
Title: Page 2a
|
|
page2b:
|
|
Parent: =>Page.page2
|
|
Title: Page 2b
|
|
page3a:
|
|
Parent: =>Page.page3
|
|
Title: Page 3a
|
|
page3b:
|
|
Parent: =>Page.page3
|
|
Title: Page 3b |