diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Form.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Form.typoscript index 2306edb1..7cf9bf25 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Form.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Extensions/Form.typoscript @@ -15,3 +15,10 @@ module.tx_form.settings.yamlConfigurations { 1630994710 = EXT:ep_theme/Configuration/Yaml/FormsBase.yaml 1630994711 = EXT:ep_theme/Configuration/Yaml/FormFinishersBackend.yaml } + +plugin.tx_bwcaptcha.settings { + charset = abcdefghjkmnpqrtuvwxy34679 + length = 4 + width = 220 + height = 60 +}