TypoScript 

View 

templateRootPaths

templateRootPaths
Type
array
Default
EXT:weather2/Resources/Private/Templates/
Path
plugin.tx_weather2.view.templateRootPaths

You can override our templates with your own site package extension. We prefer to change this value in TypoScript constants.

partialRootPaths

partialRootPaths
Type
array
Default
EXT:weather2/Resources/Private/Partials/
Path
plugin.tx_weather2.view.partialRootPaths

You can override our partials with your own site package extension. We prefer to change this value in TypoScript constants.

layoutsRootPaths

layoutsRootPaths
Type
array
Default
EXT:weather2/Resources/Layouts/Templates/
Path
plugin.tx_weather2.view.layoutsRootPaths

You can override our layouts with your own site package extension. We prefer to change this value in TypoScript constants.

Persistence 

storagePid

storagePid
Type
integer list
Path
plugin.tx_weather2.persistence.storagePid

Set this value to one or more storage folders (PIDs) where you have stored the records.

Example: plugin.tx_weather2.persistence.storagePid = 21,45,3234

Settings 

iconsPath

iconsPath
Type
string
Path
plugin.tx_weather2.settings.iconsPath

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.iconsPath = path/to/icons