mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-23 22:18:53 -05:00
feat: overlay close (#7197)
This commit is contained in:
@@ -704,10 +704,6 @@
|
||||
"example": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"darkOverlay": {
|
||||
"example": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"example": "cm6orqtcl000319wj9wb7dltl",
|
||||
"type": "string"
|
||||
@@ -716,6 +712,11 @@
|
||||
"example": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"overlay": {
|
||||
"enum": ["none", "light", "dark"],
|
||||
"example": "none",
|
||||
"type": "string"
|
||||
},
|
||||
"placement": {
|
||||
"example": "bottomRight",
|
||||
"type": "string"
|
||||
|
||||
@@ -5411,10 +5411,15 @@ components:
|
||||
type:
|
||||
- boolean
|
||||
- "null"
|
||||
darkOverlay:
|
||||
overlay:
|
||||
type:
|
||||
- boolean
|
||||
- string
|
||||
- "null"
|
||||
enum:
|
||||
- none
|
||||
- light
|
||||
- dark
|
||||
- null
|
||||
description: Project specific overwrites
|
||||
styling:
|
||||
type:
|
||||
|
||||
Reference in New Issue
Block a user