Features: 1) Add configuration for django_summernote in settings menu;
Fixes: ; Extra: 1) Update priority values for existing menu items to accommodate `django_summernote`;
This commit is contained in:
parent
c01f2422ce
commit
ba335e5d96
1 changed files with 10 additions and 3 deletions
|
|
@ -308,25 +308,32 @@ DAISY_SETTINGS: dict = {
|
|||
"priority": 2,
|
||||
"apps": "",
|
||||
},
|
||||
"django_summernote": {
|
||||
"icon": "fa fa-solid fa-note-sticky",
|
||||
"hide": False,
|
||||
"app": "payments",
|
||||
"priority": 3,
|
||||
"apps": "",
|
||||
},
|
||||
"blog": {
|
||||
"icon": "fa fa-solid fa-book",
|
||||
"hide": False,
|
||||
"app": "blog",
|
||||
"priority": 3,
|
||||
"priority": 4,
|
||||
"apps": "",
|
||||
},
|
||||
"core": {
|
||||
"icon": "fa fa-solid fa-house",
|
||||
"hide": False,
|
||||
"app": "core",
|
||||
"priority": 4,
|
||||
"priority": 5,
|
||||
"apps": "",
|
||||
},
|
||||
"vibes_auth": {
|
||||
"icon": "fa fa-solid fa-user",
|
||||
"hide": False,
|
||||
"app": "vibes_auth",
|
||||
"priority": 5,
|
||||
"priority": 6,
|
||||
"apps": "",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue