kibana/examples
Anton Dosov 768a56a388
[Files] Files components to return whole fileJSON instead of just id (#145126)
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.
2022-11-15 05:04:49 -07:00
..
bfetch_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
dashboard_embeddable_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
data_view_field_editor_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
developer_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
embeddable_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
embeddable_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
expressions_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
field_formats_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
files_example [Files] Files components to return whole fileJSON instead of just id (#145126) 2022-11-15 05:04:49 -07:00
guided_onboarding_example [Guided onboarding] Update header button logic (#144634) 2022-11-14 16:50:10 -07:00
hello_world [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
locator_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
locator_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
partial_results_example [Expressions] Add a flag to opt out of the partial results in the expressions (#144241) 2022-11-04 13:20:46 +01:00
preboot_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
response_stream [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
routing_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
screenshot_mode_example [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
search_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
share_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
state_containers_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
ui_action_examples [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
ui_actions_explorer [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
user_profile_examples Add the ability to limit the number of users you can select (#144618) 2022-11-07 12:39:30 +00:00
README.asciidoc Add a few asciidoc readmes (#72082) 2020-07-17 11:08:57 -04:00

[[example-plugins]]
== Example plugins

This folder contains example plugins.  To run the plugins in this folder, use the `--run-examples` flag, via

[source,bash]
----
yarn start --run-examples
----