We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f583f67 commit 5cbf88eCopy full SHA for 5cbf88e
1 file changed
services/backend-api/client/src/pages/MessageBuilder/MessageBuilderContext.tsx
@@ -116,7 +116,10 @@ const MessageBuilderInternalProvider: React.FC<{ children: React.ReactNode }> =
116
data: {
117
skip: 0,
118
limit: 1,
119
- formatOptions: articleFormatOptions,
+ formatOptions: {
120
+ ...articleFormatOptions,
121
+ customPlaceholders: connection.customPlaceholders,
122
+ },
123
selectProperties: ["*"],
124
filters: currentArticleId
125
? {
0 commit comments