mirror of
https://github.com/flextype/flextype.git
synced 2025-08-16 01:54:28 +02:00
- Entries Controller/Views implementation
This commit is contained in:
@@ -535,7 +535,14 @@ class EntriesController extends Controller
|
||||
'title' => __('admin_source'),
|
||||
'attributes' => ['class' => 'navbar-item']
|
||||
],
|
||||
]
|
||||
],
|
||||
'buttons' => [
|
||||
'save_entry' => [
|
||||
'link' => 'javascript:;',
|
||||
'title' => __('admin_save'),
|
||||
'attributes' => ['class' => 'js-save-editor-form-submit float-right btn']
|
||||
],
|
||||
]
|
||||
]
|
||||
);
|
||||
}
|
||||
@@ -557,8 +564,13 @@ class EntriesController extends Controller
|
||||
return $files;
|
||||
}
|
||||
|
||||
public function editProcess()
|
||||
public function editProcess($request, $response, $args)
|
||||
{
|
||||
|
||||
$data = $request->getParsedBody();
|
||||
|
||||
print_r($data);
|
||||
die('as');
|
||||
/*
|
||||
$indenter = new Indenter();
|
||||
|
||||
|
Reference in New Issue
Block a user