2
0

🚸 (sheets) Better Get data settings UI

This commit is contained in:
Baptiste Arnaud
2023-04-11 08:19:42 +02:00
parent 846dac0bf4
commit 6921cc23a5
13 changed files with 133 additions and 84 deletions

View File

@@ -4,7 +4,7 @@
- Paste the following Custom CSS:
```css
body {
.typebot-container {
direction: rtl;
}
@@ -13,15 +13,9 @@ body {
margin-left: 0.5rem;
}
.typebot-guest-bubble {
margin-right: 0;
margin-left: 0.5rem;
}
.bubble1,
.bubble2 {
margin-right: 0;
margin-left: 0.25rem;
.guest-container {
margin-left: 0;
margin-right: 50px;
}
```

View File

@@ -518,6 +518,18 @@
"properties": {
"url": {
"type": "string"
},
"clickLink": {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"alt": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false

View File

@@ -179,6 +179,18 @@
"properties": {
"url": {
"type": "string"
},
"clickLink": {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"alt": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
@@ -2923,6 +2935,18 @@
"properties": {
"url": {
"type": "string"
},
"clickLink": {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"alt": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false