Closed
Description
Allow developers to enable or disable specific file management actions via a new permissions prop, providing fine-grained control over available features in both the toolbar and context menu.
Proposed Solution:
<FileManager
permissions={{
create: true,
upload: true,
move: true,
copy: true,
rename: true,
download: true,
delete: true,
}}
/>
Note: Also add permissions to keyboard shortcuts and drag & drop.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done