An open API service indexing awesome lists of open source software.

https://github.com/merapipanel/filemanager


https://github.com/merapipanel/filemanager

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Config File Manager

```js
__.FileManager.config = {
enable_select_folder: true,
enable_upload: true,
enable_create_folder: true,
enable_delete: true,
enable_rename: true,
enable_download: true,
enable_view: true,
extensions: ["img", "jpeg", "jpg", "png", "gif", "svg", "webp"],
}
```