We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e411c2 commit 3eaf797Copy full SHA for 3eaf797
src/Composers/SidebarViewComposer.php
@@ -13,6 +13,7 @@ public function compose(View $view)
13
{
14
$view->sidebar->group(trans('global.menus.content'), function (SidebarGroup $group) {
15
$group->addItem(trans('objects::global.name'), function (SidebarItem $item) {
16
+ $item->id = 'objects';
17
$item->icon = config('typicms.objects.sidebar.icon');
18
$item->weight = config('typicms.objects.sidebar.weight');
19
$item->route('admin::index-objects');
0 commit comments