Skip to content

Commit

Permalink
Update ui_customisation.md with slight key name correction
Browse files Browse the repository at this point in the history
  • Loading branch information
katiam2 authored Dec 1, 2024
1 parent 35ec95c commit d64218e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ui_customisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ To enable and configure the custom menu, follow these steps:
# Do not generate a menu based off of installed apps, instead manually craft one using this app -> model mapping
"custom_menu": {
"auth": ["books.book"], # Group 'auth' with model 'books.book'
"arbitrary name": ["auth.user", "auth.group"] # Custom group with 'auth.user' and 'auth.group'
"arbitrary_name": ["auth.user", "auth.group"] # Custom group with 'auth.user' and 'auth.group'
},

# other settings...
Expand All @@ -187,10 +187,10 @@ To enable and configure the custom menu, follow these steps:
# Custom icons for side menu apps/models
"icons": {
# other settings...
"arbitrary name.user": "fas fa-user",
"arbitrary name.group": "fas fa-users"
"arbitrary_name.user": "fas fa-user",
"arbitrary_name.group": "fas fa-users"
},

# other settings...
}
```
```

0 comments on commit d64218e

Please sign in to comment.