mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
add icon to page in menu
This commit is contained in:
parent
b3896a0ba6
commit
333b4b3e79
@ -85,6 +85,8 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
||||
|
||||
private static $menu_title = 'Edit Page';
|
||||
|
||||
private static $menu_icon_class = 'font-icon-sitemap';
|
||||
|
||||
private static $menu_priority = 10;
|
||||
|
||||
private static $tree_class = SiteTree::class;
|
||||
|
Loading…
Reference in New Issue
Block a user