Please note that this documentation is for the most recent version of this extension. It may not be relevant for older versions. Related documentation can be found in the documentation directory of the extension.
TypoScript constant settings
General
Constant | themes.languages.current.isoCodeShort |
---|---|
Label | |
Description | |
Type | |
Default value | en |
Bookings Container
Constant | themes.configuration.container.bookings |
---|---|
Label | Container for booking records |
Description | |
Type | int+ |
Default value |
Bookings Pages
Constant | themes.configuration.pages.privacy |
---|---|
Label | Privacy Page |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.terms |
---|---|
Label | Terms Page |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.bookings.list |
---|---|
Label | Bookings List Page |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.bookings.details |
---|---|
Label | Bookings Detail Page |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.bookings.notFound |
---|---|
Label | Bookings Detail 404 Redirect Page |
Description | |
Type | int+ |
Default value |
Constant | themes.configuration.pages.bookings.action |
---|---|
Label | Bookings Action Page |
Description | |
Type | int+ |
Default value |
Google-Maps
Constant | themes.configuration.javascript.google.maps.apiKey |
---|---|
Label | Google-Maps API-Key |
Description | |
Type | string |
Default value |
Constant | themes.configuration.javascript.google.maps.places |
---|---|
Label | Google-Maps Places libraries |
Description | |
Type | string |
Default value |
General colors
Constant | themes.configuration.colors.primary |
---|---|
Label | Primary color |
Description | |
Type | color |
Default value | #FF8700 |
Fluid Templates for bookings
Constant | themes.configuration.extension.bookings.view.templateRootPath |
---|---|
Label | Fluid Templates |
Description | |
Type | string |
Default value | EXT:bookings/Resources/Private/Templates/ |
Constant | themes.configuration.extension.bookings.view.partialRootPath |
---|---|
Label | Fluid Partials |
Description | |
Type | string |
Default value | EXT:bookings/Resources/Private/Partials/ |
Constant | themes.configuration.extension.bookings.view.layoutRootPath |
---|---|
Label | Fluid Layouts |
Description | |
Type | string |
Default value | EXT:bookings/Resources/Private/Layouts/ |
Bookings calendar
Constant | themes.configuration.extension.bookings.calendar.showWeekNumbers |
---|---|
Label | Show week numbers |
Description | |
Type | Selectbox with options: true, false |
Default value | false |
Booking details
Constant | themes.configuration.extension.bookings.detail.map.style |
---|---|
Label | Google map style |
Description | Define the style of the google map. Possible values: primaryColored: Colored in theme primary color, must be in <body data-color-primary="#ED3E49" ..>, normal: Googles default colors, grayScaled: Gray scaled |
Type | Selectbox with options: primaryColored, normal, grayScaled |
Default value | grayScaled |
Constant | themes.configuration.extension.bookings.detail.map.marker.color |
---|---|
Label | Color of the google maps marker. |
Description | |
Type | color |
Default value | #f00 |
Constant | themes.configuration.extension.bookings.detail.map.marker.width |
---|---|
Label | Width of the google maps marker. |
Description | |
Type | int+ |
Default value | 32 |
Constant | themes.configuration.extension.bookings.detail.map.marker.height |
---|---|
Label | Height of the google maps marker. |
Description | |
Type | int+ |
Default value | 32 |
Booking request
Constant | themes.configuration.extension.bookings.request.stateOnBooking |
---|---|
Label | Set state on successfully sent booking request |
Description | requested means that there are more requests on this booking object possible, accepted means the booking object is blocked and can't be requested anymore. |
Type | Selectbox with options: requested, accepted |
Default value | requested |
Constant | themes.configuration.extension.bookings.request.email.fromEmail |
---|---|
Label | From email |
Description | Define the email, which should appear in the sender of the request mail. |
Type | string |
Default value | typo3-bookings-from(at)coding(dot)ms |
Constant | themes.configuration.extension.bookings.request.email.fromName |
---|---|
Label | From name |
Description | Define the name, which should appear in the sender of the request mail. |
Type | string |
Default value | TYPO3 Bookings |
Constant | themes.configuration.extension.bookings.request.email.toEmail |
---|---|
Label | To email |
Description | Define the email, who should receive the request mail. |
Type | string |
Default value | typo3-bookings-to(at)coding(dot)ms |
Constant | themes.configuration.extension.bookings.request.email.toName |
---|---|
Label | To name |
Description | Define the name of the person, who should receive the request mail. |
Type | string |
Default value | TYPO3 - Bookings |
Constant | themes.configuration.extension.bookings.request.email.userConfirmation |
---|---|
Label | User confirmation |
Description | Send a confirmation mail to the user on request. |
Type | Selectbox with options: 0, 1 |
Default value |