Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Added events to SystemConfigService to easily allow encrypting and decrypting of stored configuration values in combination with decorating the SystemConfigLoader.
issue: NEXT-19942
author: Andreas Allacher
author_email: [email protected]
author_github: @AndreasA
---
- Added
Shopware\Core\System\SystemConfig\Event\BeforeSystemConfigChangedEvent
and dispatch it before a system config value is stored. - Added
\Shopware\Core\System\SystemConfig\Event\SystemConfigDomainLoadedEvent
and dispatch it after the domain configuration is loaded.