Bookings TypoScript-Constants
The Bookings Extension for TYPO3 supports the following TypoScript-Constants for configuration.
Bookings Container
Constant | {$themes.configuration.container.bookings} |
---|---|
Label | Container for booking records |
Type | int+ |
Default value | 0 |
Fluid Templates for bookings
Constant | {$themes.configuration.extension.bookings.view.templateRootPath} |
---|---|
Label | Fluid Templates |
Type | string |
Default value | EXT:bookings/Resources/Private/Templates/ |
Constant | {$themes.configuration.extension.bookings.view.partialRootPath} |
---|---|
Label | Fluid Partials |
Type | string |
Default value | EXT:bookings/Resources/Private/Partials/ |
Constant | {$themes.configuration.extension.bookings.view.layoutRootPath} |
---|---|
Label | Fluid Layouts |
Type | string |
Default value | EXT:bookings/Resources/Private/Layouts/ |
Bookings calendar
Constant | {$themes.configuration.extension.bookings.calendar.showWeekNumbers} |
---|---|
Label | Show week numbers |
Type | options[true,false] |
Default value | false |
Booking details
Constant | {$themes.configuration.extension.bookings.detail.map.style} |
---|---|
Label | Google map style: 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 | options[primaryColored, normal, grayScaled] |
Default value | grayScaled |
Constant | {$themes.configuration.extension.bookings.detail.map.marker.color} |
---|---|
Label | Color of the google maps marker. |
Type | color |
Default value | #f00 |
Constant | {$themes.configuration.extension.bookings.detail.map.marker.width} |
---|---|
Label | Width of the google maps marker. |
Type | int+ |
Default value | 32 |
Constant | {$themes.configuration.extension.bookings.detail.map.marker.height} |
---|---|
Label | Height of the google maps marker. |
Type | int+ |
Default value | 32 |
Booking request
Constant | {$themes.configuration.extension.bookings.request.email.fromEmail} |
---|---|
Label | From email: Define the email, which should appear in the sender of the request mail. |
Type | string |
Default value | typo3(at)coding(dot)ms |
Constant | {$themes.configuration.extension.bookings.request.email.fromName} |
---|---|
Label | From name: 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: Define the email, who should receive the request mail. |
Type | string |
Default value | typo3(at)coding(dot)ms |
Constant | {$themes.configuration.extension.bookings.request.email.toName} |
---|---|
Label | To name: Define the name of the person, who should receive the request mail. |
Type | string |
Default value | TYPO3 - Bookings |
Bookings Pages
Constant | {$themes.pages.privacy} |
---|---|
Label | Privacy page |
Type | int+ |
Default value | 0 |