mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Part of https://github.com/elastic/kibana/issues/145428 PR does the following: * Removes ControlsCallout * Cleans up ControlGroupContainer API to avoid leaking Dashboard implementation details * Removes getCreateControlButton method * Removes getCreateTimeSliderControlButton * Removes getToolbarButtons * Adds openAddDataControlFlyout * Add Edit and save example <img width="600" alt="Screen Shot 2022-12-21 at 9 29 21 AM" src="https://user-images.githubusercontent.com/373691/208928858-94984880-3fdb-45f4-bb2a-a086bfc440d0.png"> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
bfetch_explorer | ||
controls_example | ||
dashboard_embeddable_examples | ||
data_view_field_editor_example | ||
developer_examples | ||
embeddable_examples | ||
embeddable_explorer | ||
expressions_explorer | ||
field_formats_example | ||
files_example | ||
guided_onboarding_example | ||
hello_world | ||
locator_examples | ||
locator_explorer | ||
partial_results_example | ||
preboot_example | ||
response_stream | ||
routing_example | ||
screenshot_mode_example | ||
search_examples | ||
share_examples | ||
state_containers_examples | ||
ui_action_examples | ||
ui_actions_explorer | ||
user_profile_examples | ||
README.asciidoc |
[[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 ----