mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Changes files components (`FileUpload`, `FilePicker`) so that their API returns the whole `fileJSON` instead of just and `id` (and `kind`) This is needed, for example, in image emebeddable to also get an blurHash after uploading or picking an image without fetching the whole file again. |
||
---|---|---|
.. | ||
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