6

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

galilee
  • 449
  • 3
  • 12

2 Answers2

6

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

Security: default_login_dest: 'admin/mymodeladmin'

Simon Erkelens
  • 762
  • 4
  • 8
5

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

AdminRootController:
  default_panel: 'NumberOneSuperAwesomeAdmin'
3dgoo
  • 15,716
  • 6
  • 46
  • 58