Skip to content

Commit

Permalink
doc: admin_logo accepts url and style options.
Browse files Browse the repository at this point in the history
  • Loading branch information
aesmail committed Oct 6, 2023
1 parent 78154cf commit d159160
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ config :kaffy,
router: MyAppWeb.Router, # required
# optional keys
admin_title: "My Awesome App",
admin_logo: "/images/logo.png",
admin_logo: [
url: "https://example.com/img/logo.png",
style: "width:200px;height:66px;"
],
admin_logo_mini: "/images/logo-mini.png",
hide_dashboard: true,
home_page: [schema: [:accounts, :user]],
Expand Down

0 comments on commit d159160

Please sign in to comment.