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 b41bdeb commit 711ad5fCopy full SHA for 711ad5f
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('places::global.name'), function (SidebarItem $item) {
16
+ $item->id = 'places';
17
$item->icon = config('typicms.places.sidebar.icon', 'icon fa fa-fw fa-map-marker');
18
$item->weight = config('typicms.places.sidebar.weight');
19
$item->route('admin::index-places');
0 commit comments