Inverted processors Simple <-> Complex

This commit is contained in:
Piotr Dec 2025-11-04 19:40:29 +01:00
parent 8cf4f719b5
commit d587bc6b7d
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,3 @@
value: ${sample}
nested: ${some.nested.value}
custom: %{custom.field}
value: %{sample}
nested: %{some.nested.value}
custom: ${custom.field}