Reservation settings
We can create handful restrictions in our integration.
Past months
Number of past months you can see.
ts
const config = {
min: 0,
};
Future months
Number of future months you can see.
ts
const config = {
max: 4,
};
Closest bookable day
Closest bookable day in days.
ts
const config = {
closestBookableDay: 2,
};