Skip to content

Commit 185b680

Browse files
committed
Fix some wording in the embeddable readme
Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
1 parent 839c38e commit 185b680

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/plugins/embeddable/docs/input_and_output_state.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,6 @@ There are no real life examples showcasing this, it may not even be really neede
274274
the thinking being that it would support any type of rendering of child embeddables - whether in a "snap to grid" style like dashboard,
275275
or in a free form layout like canvas.
276276
277-
The only real implementation of a container in production code at the time this is written is Dashboard however, with no plans to migrate
278-
Canvas over to use it (this was the original impetus for an abstraction). The container code is quite complicated with child management,
279-
so it makes creating a new container very easy, as you can see in the developer examples of containers. But, it's possible this layer was
280-
an over abstraction without a real prod use case (I can say that because I wrote it, I'm only insulting myself!) :).
277+
The only real implementation of a container in production code at the time is written in the Dashboard plugin, however, with no plans to migrate over to Canvas (this was the original impetus for an abstraction). The container code is quite complicated with child management, so it makes creating a new container very easy, as you can see in the developer examples of containers. But, it's possible this layer was an over abstraction without a real prod use case (I can say that because I wrote it, I'm only insulting myself!) :).
281278
282279
Be sure to read [Common mistakes with embeddable containers and inherited input state](./containers_and_inherited_state.md) next!

0 commit comments

Comments
 (0)