turnstile module where to set options globally
using turnstile module, i want to set this option on all my turnstiles. is this correct? or does it have to be on the individual turnstiles
turnstile: {
siteKey: '<your-site-key>',
options: {
appearance: 'interaction-only',
},
},