fix: Booker atom name booking field (#18653)
* feat: split name booking field in v2 * fix: booker atom handle split name * fix: after and before start dates bookings filter * chore: bump platform libraries
This commit is contained in:
@@ -7411,7 +7411,7 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"example": "name",
|
||||
"description": "only allowed value for type is `name`"
|
||||
"description": "only allowed value for type is `name`. Used for having 1 booking field for both first name and last name."
|
||||
},
|
||||
"label": {
|
||||
"type": "string"
|
||||
@@ -8137,7 +8137,7 @@
|
||||
"boolean"
|
||||
],
|
||||
"example": "name",
|
||||
"description": "only allowed value for type is `name`",
|
||||
"description": "only allowed value for type is `name`. Used for having 1 booking field for both first name and last name.",
|
||||
"default": "name"
|
||||
},
|
||||
"label": {
|
||||
|
||||
Reference in New Issue
Block a user