SiteSet configuration
New in version 2.3.0
The extension ships with a site set called
eliashaeussler/
. 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.