mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* implement copy updates * move rename file and update empty state copy * update title to respect multi select vs single select * added test for single select behaviour * implement single select behaviour * introduce and use multiple prop, default true * pass multiple flag to state * pass multiple upload flag to UI * added single select story * update files example to still support multiple select * uploadMultiple -> selectMultiple * remove use of non-existent i18n * update filepicker react component tests |
||
---|---|---|
.. | ||
common | ||
public | ||
server | ||
.i18nrc.json | ||
kibana.json | ||
README.md | ||
tsconfig.json |
Files example
An example plugin that integrates with the Kibana "files" plugin.
Key integration features demoed in this plugin
- Create/upload a new file
- Delete a file
- View a file's details
- View a file's contents
- Downloading a file via an HTML button
- List a set of files
- Register a file kind