- Issue created by @colinstillwell
- Merge request !13Issue #3537659: Add #config_target to the admin form → (Open) created by colinstillwell
- 🇬🇧United Kingdom colinstillwell
I've attached a patch that adds
#config_target
to themode
field in the Stripe admin form.This change addresses a specific use case on my site, where we override
$config['stripe_api.settings']['mode']
insettings.php
based on the environment.At this stage, I have only applied the change to the
mode
field. This was intentional, as it's the setting relevant to my current use case. I wanted to open the conversation first and confirm that the community agrees with this approach before applying it more broadly.If others support this direction, I would be happy to invest more time in extending
#config_target
to other relevant form elements within the module.Looking forward to your feedback.