1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-28 23:40:41 +02:00

Admin Panel: Tools #170 #165

- next round of implementation
This commit is contained in:
Awilum
2019-06-22 00:20:44 +03:00
parent 3b0e9f4be9
commit 7f55d56982

View File

@@ -95,14 +95,7 @@ class SettingsController extends Controller
'link' => 'javascript:;',
'title' => __('admin_save'),
'attributes' => ['class' => 'js-save-form-submit float-right btn']
],
'settings_clear_cache' => [
'type' => 'action',
'id' => 'clear-cache',
'link' => $this->router->pathFor('admin.settings.clear-cache'),
'title' => __('admin_clear_cache'),
'attributes' => ['class' => 'float-right btn']
]
]
]
]
);