SiteSet configuration¶
New in version 2.3.0: Feature #259 – Add support for site sets (TYPO3 >= v13.1)
The extension ships with a site set called
eliashaeussler/typo3-form-consent
. It can be used as drop-in replacement
for TypoScript in TYPO3 v13.1 or later.
The following settings are available for the site set:
Settings¶
- view.templateRootPath¶
- Type
string
- Path
plugin.tx_formconsent
Additional path to template root used in Frontend context. Within this path, Fluid templates of the consent mail sent by the consent finisher as well as templates of the validation plugin can be overwritten.
See also
Read more in the official documentation.
- view.partialRootPath¶
- Type
string
- Path
plugin.tx_formconsent
Additional path to template partials used in Frontend context. Within this path, Fluid partials of the consent mail sent by the consent finisher as well as templates of the validation plugin can be overwritten.
See also
Read more in the official documentation.
- view.layoutRootPath¶
- Type
string
- Path
plugin.tx_formconsent
Additional path to template layouts used in Frontend context. Within this path, Fluid layouts of the consent mail sent by the consent finisher as well as templates of the validation plugin can be overwritten.
See also
Read more in the official documentation.
- persistence.storagePid¶
- Type
integer
- Path
plugin.tx_formconsent
Page ID where to store new consents created by the consent finisher.
Note
This configuration option can be overridden in each form configuration. See Form finisher configuration for more information.
See also
Read more in the official documentation.