TypoScript
Tip
You must configure the extension weather2 first to run this extension correctly.
You can do this in two ways:
- Via TypoScript constants, as shown below.
- Via the site configuration in TYPO3 v13: Go to Site Management > Sites > Your Site > Settings (weather2).
There is also a backend module for settings available in TYPO3 13 (under Admin Tools > Settings > Extension Configuration).
For map-related options, see the maps2 documentation.
View
templateRootPaths
-
- Type
- array
- Default
EXT:weather2/ Resources/ Private/ Templates/ - Path
plugin.tx_ weather2. view. template Root Paths
You can override our templates with your own site package extension. We prefer to change this value in TypoScript constants.
partialRootPaths
-
- Type
- array
- Default
EXT:weather2/ Resources/ Private/ Partials/ - Path
plugin.tx_ weather2. view. partial Root Paths
You can override our partials with your own site package extension. We prefer to change this value in TypoScript constants.
layoutsRootPaths
-
- Type
- array
- Default
EXT:weather2/ Resources/ Layouts/ Templates/ - Path
plugin.tx_ weather2. view. layouts Root Paths
You can override our layouts with your own site package extension. We prefer to change this value in TypoScript constants.
Persistence
storagePid
-
- Type
- integer list
- Path
plugin.tx_ weather2. persistence. storage Pid
Set this value to one or more storage folders (PIDs) where you have stored the records.
Example:
plugin.tx_ weather2. persistence. storage Pid = 21,45,3234
Settings
iconsPath
-
- Type
- string
- Path
plugin.tx_ weather2. settings. icons Path
Set this value to a path, relative to the public web root, where your custom weather icons are stored, if you want to override the bundled icon set.
Example:
plugin.tx_ weather2. settings. icons Path = path/ to/ icons