- Issue created by @antonio.lepore
- Status changed to RTBC
7 months ago 9:56am 5 April 2024 - 🇮🇹Italy p4trizio Como
Patch is working, now I can override the config app_id on settings.php
The configuration override is not working as expected when we try to extend the settings.
Override config variables with settings.php
eg.
$config['onesignal.config']['onesignal_app_id'] = 'xxx'
Do not use $configFactory->getEditable() but ->get()
3.0
Code
Patch is working, now I can override the config app_id on settings.php