TypoScript configuration

The following global TypoScript configuration is available:

Constants

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.