diff --git a/config/admin.exs b/config/admin.exs index 22edf937..1dd8911c 100644 --- a/config/admin.exs +++ b/config/admin.exs @@ -12,13 +12,13 @@ config :kaffy, config :admin, Legendary.Admin, resources: [ auth: [ - name: "Legendary.Auth", + name: "Auth", resources: [ user: [schema: Legendary.Auth.User, admin: Legendary.Auth.UserAdmin], ] ], content: [ - name: "Legendary.Content", + name: "Content", resources: [ post: [schema: Legendary.Content.Post, admin: Legendary.Content.PostAdmin, label: "Posts and Pages", id_column: :name], comment: [schema: Legendary.Content.Comment, admin: Legendary.Content.CommentAdmin],