aryehraber / statamic-captcha

Statamic Addon that protects your Statamic forms using a Captcha service.
MIT License
11 stars 8 forks source link

Turnstile theme support #42

Closed elmanvebs closed 1 year ago

elmanvebs commented 1 year ago

Hi there,

Any plans for Turnstile theme selection support?

auto, dark or light theme
aryehraber commented 1 year ago

Hi @elmanvebs, this is already possible by simply adding Turnstile's data attribute to the Captcha tag:

{{ captcha data-theme="dark" }}

It seems this feature is missing from the docs so I'll be sure to add a section highlighting it. Thanks for bringing it to my attention!