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,
|
"priority": 2,
|
||||||
"apps": "",
|
"apps": "",
|
||||||
},
|
},
|
||||||
|
"django_summernote": {
|
||||||
|
"icon": "fa fa-solid fa-note-sticky",
|
||||||
|
"hide": False,
|
||||||
|
"app": "payments",
|
||||||
|
"priority": 3,
|
||||||
|
"apps": "",
|
||||||
|
},
|
||||||
"blog": {
|
"blog": {
|
||||||
"icon": "fa fa-solid fa-book",
|
"icon": "fa fa-solid fa-book",
|
||||||
"hide": False,
|
"hide": False,
|
||||||
"app": "blog",
|
"app": "blog",
|
||||||
"priority": 3,
|
"priority": 4,
|
||||||
"apps": "",
|
"apps": "",
|
||||||
},
|
},
|
||||||
"core": {
|
"core": {
|
||||||
"icon": "fa fa-solid fa-house",
|
"icon": "fa fa-solid fa-house",
|
||||||
"hide": False,
|
"hide": False,
|
||||||
"app": "core",
|
"app": "core",
|
||||||
"priority": 4,
|
"priority": 5,
|
||||||
"apps": "",
|
"apps": "",
|
||||||
},
|
},
|
||||||
"vibes_auth": {
|
"vibes_auth": {
|
||||||
"icon": "fa fa-solid fa-user",
|
"icon": "fa fa-solid fa-user",
|
||||||
"hide": False,
|
"hide": False,
|
||||||
"app": "vibes_auth",
|
"app": "vibes_auth",
|
||||||
"priority": 5,
|
"priority": 6,
|
||||||
"apps": "",
|
"apps": "",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue