-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up saved object based embeddable examples (#162987)
## Summary These examples are outdated and don't show recent embeddable best practices. They also use client-side saved object client and block making `SavedObjectFinder` backward compatible #162904 as the `foobar` saved objects need to be added to content management. We decided that it is better to clean them up, as fixing them is not a small effort and it is not worth it on this point as a large embeddable refactor is coming.
- Loading branch information
Showing
47 changed files
with
24 additions
and
2,538 deletions.
There are no files selected for viewing
14 changes: 0 additions & 14 deletions
14
examples/embeddable_examples/common/book_saved_object_attributes.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
examples/embeddable_examples/common/todo_saved_object_attributes.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 0 additions & 47 deletions
47
examples/embeddable_examples/public/book/add_book_to_library_action.tsx
This file was deleted.
Oops, something went wrong.
100 changes: 0 additions & 100 deletions
100
examples/embeddable_examples/public/book/book_component.tsx
This file was deleted.
Oops, something went wrong.
134 changes: 0 additions & 134 deletions
134
examples/embeddable_examples/public/book/book_embeddable.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.