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

Flextype Box Plugin: Admin #125 #117

- Snippets Controller/Views implementation
This commit is contained in:
Awilum
2019-05-29 22:37:56 +03:00
parent f76afa95f2
commit cfa1c52e19

View File

@@ -62,6 +62,7 @@ class SnippetsController extends Controller
return $this->view->render($response,
'plugins/admin/views/templates/extends/snippets/edit.html', [
'menu_item' => 'snippets',
'id' => $request->getQueryParams()['id'],
'data' => $this->snippets->fetch($request->getQueryParams()['id']),
'links' => [
'snippets' => [