-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(engine): 🚸 Improve input variable behaviour (for loops)
- Loading branch information
1 parent
2c1f694
commit 9123977
Showing
10 changed files
with
199 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
119 changes: 119 additions & 0 deletions
119
apps/builder/playwright/fixtures/typebots/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
{ | ||
"id": "cl0kvckdk2754en1avz0i71k0", | ||
"createdAt": "2022-03-10T10:50:23.912Z", | ||
"updatedAt": "2022-03-10T10:50:23.912Z", | ||
"name": "My typebot", | ||
"ownerId": "cl0cfi60r0000381a2bft9yis", | ||
"publishedTypebotId": null, | ||
"folderId": null, | ||
"blocks": [ | ||
{ | ||
"id": "cAvp3oQUNYcANvcEQEVSpD", | ||
"steps": [ | ||
{ | ||
"id": "bAkhPioPM1uAda6K2aJzHD", | ||
"type": "start", | ||
"label": "Start", | ||
"blockId": "cAvp3oQUNYcANvcEQEVSpD", | ||
"outgoingEdgeId": "2V3HtAH5fSAm6fyYzCyotq" | ||
} | ||
], | ||
"title": "Start", | ||
"graphCoordinates": { "x": 0, "y": 0 } | ||
}, | ||
{ | ||
"id": "8KLYVvRVGVHRQGJHHe2YPv", | ||
"graphCoordinates": { "x": 362, "y": 96 }, | ||
"title": "Block #1", | ||
"steps": [ | ||
{ | ||
"id": "s7QbNUSgojnka9v9LX7Tp7L", | ||
"blockId": "8KLYVvRVGVHRQGJHHe2YPv", | ||
"type": "Set variable", | ||
"options": { | ||
"variableId": "htYvG7crtdjpsZ6XKTh1PM", | ||
"expressionToEvaluate": "Baptiste" | ||
}, | ||
"outgoingEdgeId": "7kKfQWo6xFy97cTwV7B2w7" | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "4H8ucvLjTiQ7sAyB23Huka", | ||
"graphCoordinates": { "x": 723, "y": 203 }, | ||
"title": "Block #2", | ||
"steps": [ | ||
{ | ||
"id": "s4xoCc33mHyKv6hbVWd8MLo", | ||
"blockId": "4H8ucvLjTiQ7sAyB23Huka", | ||
"type": "text", | ||
"content": { | ||
"html": "<div>What's your name?</div>", | ||
"richText": [ | ||
{ "type": "p", "children": [{ "text": "What's your name?" }] } | ||
], | ||
"plainText": "What's your name?" | ||
} | ||
}, | ||
{ | ||
"id": "s5AjAPTMbUbhYxVTjSNwQuJ", | ||
"blockId": "4H8ucvLjTiQ7sAyB23Huka", | ||
"type": "text input", | ||
"options": { | ||
"isLong": false, | ||
"labels": { | ||
"button": "Send", | ||
"placeholder": "Type your answer..." | ||
}, | ||
"variableId": "htYvG7crtdjpsZ6XKTh1PM" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"variables": [{ "id": "htYvG7crtdjpsZ6XKTh1PM", "name": "Name" }], | ||
"edges": [ | ||
{ | ||
"from": { | ||
"blockId": "cAvp3oQUNYcANvcEQEVSpD", | ||
"stepId": "bAkhPioPM1uAda6K2aJzHD" | ||
}, | ||
"to": { "blockId": "8KLYVvRVGVHRQGJHHe2YPv" }, | ||
"id": "2V3HtAH5fSAm6fyYzCyotq" | ||
}, | ||
{ | ||
"from": { | ||
"blockId": "8KLYVvRVGVHRQGJHHe2YPv", | ||
"stepId": "s7QbNUSgojnka9v9LX7Tp7L" | ||
}, | ||
"to": { "blockId": "4H8ucvLjTiQ7sAyB23Huka" }, | ||
"id": "7kKfQWo6xFy97cTwV7B2w7" | ||
} | ||
], | ||
"theme": { | ||
"chat": { | ||
"inputs": { | ||
"color": "#303235", | ||
"backgroundColor": "#FFFFFF", | ||
"placeholderColor": "#9095A0" | ||
}, | ||
"buttons": { "color": "#FFFFFF", "backgroundColor": "#0042DA" }, | ||
"hostBubbles": { "color": "#303235", "backgroundColor": "#F7F8FF" }, | ||
"guestBubbles": { "color": "#FFFFFF", "backgroundColor": "#FF8E21" } | ||
}, | ||
"general": { "font": "Open Sans", "background": { "type": "None" } } | ||
}, | ||
"settings": { | ||
"general": { | ||
"isBrandingEnabled": true, | ||
"isInputPrefillEnabled": true, | ||
"isNewResultOnRefreshEnabled": false | ||
}, | ||
"metadata": { | ||
"description": "Build beautiful conversational forms and embed them directly in your applications without a line of code. Triple your response rate and collect answers that has more value compared to a traditional form." | ||
}, | ||
"typingEmulation": { "speed": 300, "enabled": true, "maxDelay": 1.5 } | ||
}, | ||
"publicId": null, | ||
"customDomain": null | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9123977
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
viewer-v2 – ./apps/viewer
gmqtops.com
app.yvon.earth
gevenice.com
gelville.com
bot.contakit.com
granitemj.com
chat.matthesv.de
graniteerwin.com
bot.matthesv.de
chat.hayuri.id
viewer.typebot.io
bot.dsignagency.com
demo.wemakebots.xyz
graniteempirecin.com
88584434.therpm.club
zap.fundviser.in
92109660.therpm.club
bot.outstandbrand.com
thegraniteempire.com
bot.digitalpointer.id
criar.somaperuzzo.com
countertopscolumbia.com
bot.pratikmandalia.com
chat.thehomebuyersusa.com
link.venturasuceder.com
typebot-viewer.vercel.app
bot.adventureconsulting.hu
granitedepotknoxville.com
invite.bridesquadapp.com
granitedepotasheville.com
chat.atlasoutfittersk9.com
granitedepotcrossroads.com
liveconvert.kandalearn.com
tarian.theiofoundation.org
bot.pinpointinteractive.com
viewer-v2-git-main-typebot-io.vercel.app
lavergne.thegraniteempire.com
viewer-v2-typebot-io.vercel.app
granitequartzgreeneville.com
granitedepotcountertops.com
9123977
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
builder-v2 – ./apps/builder
builder-v2-git-main-typebot-io.vercel.app
builder-v2-typebot-io.vercel.app
app.typebot.io