1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-20 20:01:37 +02:00

feat(admin-plugin): update EntriesController nav #211

This commit is contained in:
Awilum
2020-01-28 16:37:24 +03:00
parent a3d61ca975
commit 98f6ee6b56

View File

@@ -114,7 +114,7 @@ class EntriesController extends Controller
'entries' => [
'link' => $this->router->pathFor('admin.entries.index'),
'title' => __('admin_entries'),
'attributes' => ['class' => 'btn active']
active => true
]
],
'buttons' => [
@@ -681,7 +681,7 @@ class EntriesController extends Controller
'edit_entry' => [
'link' => $this->router->pathFor('admin.entries.edit') . '?id=' . $this->getEntryID($query). '&type=editor',
'title' => __('admin_editor'),
],
'edit_entry_media' => [
'link' => $this->router->pathFor('admin.entries.edit') . '?id=' . $this->getEntryID($query) . '&type=media',