Skip to content

Commit bf7194d

Browse files
committed
Add a |raw tag to the Payload Template example
1 parent 0e4d885 commit bf7194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ That field supports Twig, so you can make this dynamic. An `event` variable will
112112
slug: entry.slug,
113113
isNew: event.isNew
114114
}
115-
}|json_encode(options=0)
115+
}|json_encode|raw
116116
}}
117117
```
118118

0 commit comments

Comments
 (0)