Skip to content

Commit

Permalink
Fix rendering issues of documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Klem <Yannic.Klem@bosch.io>
  • Loading branch information
Yannic92 committed Apr 4, 2022
1 parent bd2634c commit 1588cdc
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,11 @@ extraFields=features/*/properties/unit
```

If you however want to see a property only for the features changed within this event you could make use of placeholders.
The following example would enrich the definition of all features that have changed within this event.
The following example would enrich the definition of all features that have changed within this event:
```
{%raw%}extraFields=features/{{feature:id}}/definition{%endraw%}
```

Please have a look at available placeholders for the use case:
* [Signal enrichment for Websocket](basic-placeholders.html#scope-websocket-signal-enrichment)
* [Signal enrichment for SSE](basic-placeholders.html#scope-sse-signal-enrichment)
Expand Down
Loading

0 comments on commit 1588cdc

Please sign in to comment.