mirror of
https://github.com/flextype/flextype.git
synced 2025-08-29 16:00:15 +02:00
- Snippets Controller/Views implementation
This commit is contained in:
@@ -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' => [
|
||||
|
Reference in New Issue
Block a user