diff --git a/Classes/Event/Listener/BlindConfigurationOptionsEventListener.php b/Classes/Event/Listener/BlindConfigurationOptionsEventListener.php new file mode 100644 index 0000000..8b4e0d5 --- /dev/null +++ b/Classes/Event/Listener/BlindConfigurationOptionsEventListener.php @@ -0,0 +1,23 @@ +getBlindedConfigurationOptions(); + if ($event->getProviderIdentifier() === 'confVars') { + $options['TYPO3_CONF_VARS']['EXTENSIONS']['deepl_write']['apiKey'] = '******'; + } + $event->setBlindedConfigurationOptions($options); + } +}