Reference¶
Typoscript Setup¶
Here you find the most important settings in typoscript. Please note that the recommended way to editing is in constants. For all possibly settings take a look at Classes/Configuration/TypoScript/setup.txt in extension folder.
General settings¶
plugin.tx_operations.settings
| Property: | Data type: | Description: | Default: |
|---|---|---|---|
| templateRootPath | string | Default path to template files | EXT:operations/Resources/Private/Templates/ |
| partialRootPath | string | Default path to partial files | EXT:operations/Resources/Private/Partials/ |
| layoutRootPath | string | Default path to layout files | EXT:operations/Resources/Private/Layouts/ |
| operationPid | integer | Set page with operation list and single view here | |
| vehiclePid | integer | Set page with vehicle single view here | |
| resourcePid | integer | Set page with resource single view here | |
| overrideFlexformSettingsIfEmpty | string/comma separated list | When using typoscript settings for this fields, they are not overwritten with empty flexform fields. | itemsPerPage,showImgInList,listImgWidth,listImgHeight,singleImgWidth,singleImgHeight,cropTeaser |
Settings for list view¶
plugin.tx_operations.settings
| Property: | Data type: | Description: | Default: |
|---|---|---|---|
| itemsPerPage | integer | Items per page with pagination | 10 |
| limit | integer | Limit the whole result | 200 |
| hidePagination | boolean | Hide the pagination and show the whole result in a list | 0 |
| hideFilter | boolean | Hide the form for filtering the result | 0 |
| showImgInList | boolean | Show thumbnail image in list view | 1 |
| listImgWidth | integer/string | Image width in list view (add “c” for cropping the image) | 100c |
| listImgHeight | integer/string | Image height in list view (add “c” for cropping the image) | 65 |
Settings for single view¶
plugin.tx_operations.settings
| Property: | Data type: | Description: | Default: |
|---|---|---|---|
| singleImgWidth | integer/string | Image width in single view (add “c” for cropping the image) | 225c |
| singleImgHeight | integer/string | Image height in single view (add “c” for cropping the image) | 180 |
Settings for maps¶
plugin.tx_operations.settings.map
| Property: | Data type: | Description: | Default: |
|---|---|---|---|
| apikey | string | Use your own api key when you need it | |
| defaultZoomSingle | integer | Default zoom in single view using when no zoom in item is set | 15 |
| overrideCenterLatList | integer/string | Override the automatic centering position latitude for map in list view. | |
| overrideCenterLongList | integer/string | Override the automatic centering position longitude for map in list view. | |
| overrideZoomList | integer | Override the automatic zoom for map in list view. |