mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
ENHANCEMENT: add page icons for tree dropdown field when creating a new page and setting its parent
This commit is contained in:
parent
f545f52c1a
commit
85a69c0260
@ -51,7 +51,9 @@ class CMSPageAddController extends CMSPageEditController {
|
||||
"child//$childTitle" => $parentField = new TreeDropdownField(
|
||||
"ParentID",
|
||||
"",
|
||||
'SiteTree'
|
||||
'SiteTree',
|
||||
'ID',
|
||||
'TreeTitle'
|
||||
)
|
||||
)
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user