Admin Panel
Configure the admin panel navigation and structure
The admin panel configuration defines the navigation structure and menu items for your application's admin interface. You can customize to add or ajust some of the menus according to your own needs.
Location
/config/adminpanel.ts
Key Components
Admin Panel Structure
Content Navigation
Miscellaneous Navigation
Customization
- Add new navigation items by extending the appropriate arrays
- Use Lucide React icon names for the
icon
property - For dropdown menus, use the
children
property to define sub-items - Set
defaultOpen: true
for dropdown menus that should be expanded by default - Comment out or remove items that you don't need