mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
actions implementation for spotlight
This commit is contained in:
@@ -93,29 +93,6 @@ class SpotlightSearchController
|
||||
return [
|
||||
'folders' => new FolderCollection($folders),
|
||||
'files' => new FilesCollection($files),
|
||||
'actions' => [
|
||||
[
|
||||
'title' => 'Go To Trash',
|
||||
'action' => [
|
||||
'type' => 'route',
|
||||
'value' => 'Create User',
|
||||
],
|
||||
],
|
||||
[
|
||||
'title' => 'Create User',
|
||||
'action' => [
|
||||
'type' => 'route',
|
||||
'value' => 'Create User',
|
||||
],
|
||||
],
|
||||
[
|
||||
'title' => 'Create Plan',
|
||||
'action' => [
|
||||
'type' => 'route',
|
||||
'value' => 'Create User',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user