2
0

🐛 (whatsapp) Enable custom embed blocks

This commit is contained in:
Baptiste Arnaud
2024-04-18 13:46:49 +02:00
parent 5aad10e937
commit af014394da
5 changed files with 27 additions and 6 deletions

View File

@@ -148,6 +148,9 @@ export const executeForgedBlock = async (
? {
type: 'custom-embed',
content: {
url: action.run.web.displayEmbedBubble.parseUrl({
options: parsedOptions,
}),
maxBubbleWidth: action.run.web.displayEmbedBubble.maxBubbleWidth,
initFunction: action.run.web.displayEmbedBubble.parseInitFunction({
options: parsedOptions,