There seems to be a bug in the module config. When I export configuration files, the content of facebook_pixel.facebookpixelconfig.yml looks like this:
facebook_pixel:
facebook_id: ''
_core:
default_config_hash: 3mRVPWNLHrrONSVMffvtd-8dISO3MPLdD5sDwU0Ahck
langcode: nl
facebook_id: '**************'
As you can see, there are two "facebook_id" keys, one nested in "facebook_pixel" (as in the module's default config), the other on the top level.
Comments
Comment #3
andyg5000Hey @marcvangend
You're correct. The issue is resolved now, but you'll still see this w/o a re-install.
Comment #4
marcvangendThanks for the fix!