|
|
@ -31,7 +31,6 @@ const { SlitherHandle } = require('../files/slither-handle.js') |
|
|
|
const profile = { |
|
|
|
const profile = { |
|
|
|
name: 'filePanel', |
|
|
|
name: 'filePanel', |
|
|
|
displayName: 'File explorer', |
|
|
|
displayName: 'File explorer', |
|
|
|
intlId: 'filePanel.displayName', |
|
|
|
|
|
|
|
methods: ['createNewFile', 'uploadFile', 'getCurrentWorkspace', 'getWorkspaces', 'createWorkspace', 'setWorkspace', 'registerContextMenuItem', 'renameWorkspace', 'deleteWorkspace'], |
|
|
|
methods: ['createNewFile', 'uploadFile', 'getCurrentWorkspace', 'getWorkspaces', 'createWorkspace', 'setWorkspace', 'registerContextMenuItem', 'renameWorkspace', 'deleteWorkspace'], |
|
|
|
events: ['setWorkspace', 'workspaceRenamed', 'workspaceDeleted', 'workspaceCreated'], |
|
|
|
events: ['setWorkspace', 'workspaceRenamed', 'workspaceDeleted', 'workspaceCreated'], |
|
|
|
icon: 'assets/img/fileManager.webp', |
|
|
|
icon: 'assets/img/fileManager.webp', |
|
|
|