fix: Fix section names in Admin
This commit is contained in:
parent
c92a3633d2
commit
c550191e6a
1 changed files with 2 additions and 2 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue