Show silverstripe ModelAdmin by default
Asked Answered
D

2

6

I want to have a ModelAdmin interface show up as the default rather than Pages - is there a way to do this?

Dharana answered 2/5, 2017 at 23:56 Comment(0)
A
5

You can set the default admin panel by adding the following your config.yml file:

AdminRootController:
  default_panel: 'NumberOneSuperAwesomeAdmin'
Alcestis answered 3/5, 2017 at 0:34 Comment(0)
S
6

Yes, you can set the default login destination in your config.yml like this:

Security: default_login_dest: 'admin/mymodeladmin'

Sanguine answered 3/5, 2017 at 0:11 Comment(0)
A
5

You can set the default admin panel by adding the following your config.yml file:

AdminRootController:
  default_panel: 'NumberOneSuperAwesomeAdmin'
Alcestis answered 3/5, 2017 at 0:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.