1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 05:36:54 +02:00

feat(admin-plugin): remove save button on the media page #225 #186

This commit is contained in:
Awilum
2019-09-04 16:31:34 +03:00
parent 39539010e8
commit 9879860157

View File

@@ -684,13 +684,6 @@ class EntriesController extends Controller
'title' => __('admin_source'),
'attributes' => ['class' => 'navbar-item']
],
],
'buttons' => [
'save_entry' => [
'link' => 'javascript:;',
'title' => __('admin_save'),
'attributes' => ['class' => 'js-save-form-submit float-right btn']
],
]
]
);