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

- Entries Controller/Views implementation
This commit is contained in:
Awilum
2019-06-05 11:42:02 +03:00
parent 0066c39290
commit 348d0eace3

View File

@@ -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();