Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
thampiotr committed Nov 29, 2023
1 parent de93e4d commit 4c10ed2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/sources/flow/reference/compatibility/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ that can export or consume it.

Targets are a `list(map(string))` - a [list]({{< relref "../../config-language/expressions/types_and_values/#naming-convention" >}}) of [maps]({{< relref "../../config-language/expressions/types_and_values/#naming-convention" >}}) with [string]({{< relref "../../config-language/expressions/types_and_values/#strings" >}}) values. As such,
they can contain different key-value pairs and can be used with a wide range of
components. Some components export Targets with key-value pairs specified in
the reference documentation, while other components accept Targets as arguments.
Some components require Targets to contain specific key-value pairs in order
to work correctly. It is recommended to always check component reference for
components. Some components require Targets to contain specific key-value pairs in order
to work correctly, it is recommended to always check component reference for
details when working with Targets.

<!-- NOTE: this title is used as an anchor in links. Do not change. -->
Expand Down

0 comments on commit 4c10ed2

Please sign in to comment.