mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
increase CMSSettingsController:url_priority to suppress SiteConfigLeftAndMain
This commit is contained in:
parent
c678855c46
commit
bc4dc5cf79
@ -7,4 +7,10 @@
|
||||
*/
|
||||
class CMSSettingsController extends SiteConfigLeftAndMain {
|
||||
|
||||
/**
|
||||
* @config
|
||||
* @var int
|
||||
*/
|
||||
private static $url_priority = 60;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user