File tree 1 file changed +1
-1
lines changed
en/02_Developer_Guides/15_Customising_the_Admin_Interface/How_Tos
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ by the [jstree](https://jstree.com) library. It is configured through
13
13
` client/src/legacy/LeftAndMain.Tree.js ` in the ` silverstripe/admin ` module, as well as some
14
14
HTML5 metadata generated on its container (see the ` data-hints ` attribute).
15
15
16
- The tree is rendered through [ LeftAndMain::getSiteTreeFor ()] ( api:SilverStripe\Admin\LeftAndMain::getSiteTreeFor () ) ,
16
+ The tree is rendered through [ LeftAndMain::getTreeFor ()] ( api:SilverStripe\Admin\LeftAndMain::getTreeFor () ) ,
17
17
which recursively collects all nodes based on various filtering criteria.
18
18
The node strictly just has to implement the [ Hierarchy] ( api:SilverStripe\ORM\Hierarchy\Hierarchy ) extension,
19
19
but in the CMS usually is a [ SiteTree] ( api:SilverStripe\CMS\Model\SiteTree ) object.
You can’t perform that action at this time.
0 commit comments