I'm creating a custom module for a hosted payment page option in magento 2
I want to create a new setting in mymodule/etc/config.
I've made it a sibling of title, currently with no value.
I'm trying to verify the path of the new setting by running
bin/magento config:show | grep mymodule
I see all the previous settings, but not the new setting
I've tried disabling and re-enabling via cli
What do i need to do to get this setting recognised?
Tanks
Martin