You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But entries are pointing to google recaptcha language.yaml enteries.
So the change listed are to stop using the google_recaptcha enteries and incorrect help hint and point them to the cloudflare turnstile options
LANGUAGE.YAML
en:
PLUGIN_FORM:
TURNSTILE_CAPTCHA: "Cloudflare Turnstile Captcha"TURNSTILE_THEME: "Theme"TURNSTILE_SITE_KEY_HELP: "For more info visit https://www.cloudflare.com/turnstile/"TURNSTILE_SECRET_KEY_HELP: "For more info visit https://www.cloudflare.com/turnstile/"
And then and the additional lines added to language.yaml , sorry only provided :en versions
LANGUAGE.YAML
en:
PLUGIN_FORM:
TURNSTILE_CAPTCHA: "Cloudflare Turnstile Captcha"TURNSTILE_THEME: = "Theme" TURNSTILE_THEME_LIGHT: "Light Theme"TURNSTILE_THEME_LIGHT: "Dark Theme"TURNSTILE_SITE_KEY: "Cloudflares Turnstyle Site API Key"TURNSTILE_SITE_KEY_HELP: "For more info visit https://www.cloudflare.com/turnstile/"TURNSTILE_SECRET_KEY: "Cloudflares Turnstyle Secret API Key"TURNSTILE_SITE_KEY_HELP: "For more info visit https://www.cloudflare.com/turnstile/"
Finally not sure if you want to include a new blueprint field for the .js api code integration which comes from the dashboard
Sorry I not sure how to do a pull request but referring to a recent update that you have completed @rhukster ref 38c85c3
where you fixed some blueprint and language settings for tunstile, but today I noticed some of the refs are pointing to google_recaptcha
The turnstile plugin code in the blueprint is currently this
BLUEPRINT.YAML
But entries are pointing to google recaptcha language.yaml enteries.
So the change listed are to stop using the google_recaptcha enteries and incorrect help hint and point them to the cloudflare turnstile options
LANGUAGE.YAML
OR giving them a complete set of enteries
BLUEPRINT.YAML
And then and the additional lines added to language.yaml , sorry only provided
:en
versionsLANGUAGE.YAML
Finally not sure if you want to include a new blueprint field for the .js api code integration which comes from the dashboard
BLUEPRINT.YAML
LANGUAGES.YAML
Logic in Twig Template to support if it is present, to provide an override if this code changes
Currently from dashboard :
<script src=https://challenges.cloudflare.com/turnstile/v0/api.js" async defer
></script>and converted to
(not sure if that is the best asset call selection) - then added in to the defered js group at load time of form.
Hope this is alright, and some of it useful without having to do too much lead work.
Thanks
Spamhater
The text was updated successfully, but these errors were encountered: