|
|
|
@ -587,6 +587,18 @@ UNFOLD = { |
|
|
|
}, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"title": "Preferences", |
|
|
|
"items": [ |
|
|
|
{ |
|
|
|
"title": "Global Preferences", |
|
|
|
"icon": "settings", # You can choose an appropriate icon |
|
|
|
"link": reverse_lazy("admin:dynamic_preferences_globalpreferencemodel_changelist"), |
|
|
|
}, |
|
|
|
# You can add more preference sections here |
|
|
|
], |
|
|
|
}, |
|
|
|
|
|
|
|
# { |
|
|
|
# "title": _("Hadis"), |
|
|
|
# "collapsible": True, |
|
|
|
|