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

Flextype Box Plugin: Admin #125 #117

- Snippets Controller/Views implementation
This commit is contained in:
Awilum
2019-06-01 20:39:20 +03:00
parent df31ef0fe5
commit bf5d96c522

View File

@@ -15,7 +15,7 @@ class SnippetsController extends Controller
'plugins/admin/views/templates/extends/snippets/index.html',
[
'menu_item' => 'snippets',
'snippets_list' => $this->snippets->fetchList(),
'snippets_list' => $this->snippets->fetchAll(),
'links' => [
'snippets' => [
'link' => $this->router->pathFor('admin.snippets.index'),