Skip to content

Add a theme selector

Steve Pallen edited this page May 11, 2016 · 1 revision

Add the following to your project's config/config.exs file:

config :ex_admin,
  theme_selector: [
    {"AdminLte",  ExAdmin.Theme.AdminLte2},
    {"ActiveAdmin", ExAdmin.Theme.ActiveAdmin}
  ]