Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ReCaptchaAdminUi/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</section>

<section id="recaptcha_frontend" translate="label" type="text" sortOrder="700" showInDefault="1"
showInWebsite="1" showInStore="0">
showInWebsite="1" showInStore="1">
<class>separator-top</class>
<label>Google reCAPTCHA Storefront</label>
<tab>security</tab>
Expand Down
2 changes: 1 addition & 1 deletion ReCaptchaVersion2Checkbox/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</section>
<section id="recaptcha_frontend">
<group id="type_recaptcha" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1"
showInStore="0">
showInStore="1">
<label>reCAPTCHA v2 ("I am not a robot")</label>

<field id="public_key" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1"
Expand Down
2 changes: 1 addition & 1 deletion ReCaptchaVersion2Invisible/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</section>
<section id="recaptcha_frontend">
<group id="type_invisible" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1"
showInStore="0">
showInStore="1">
<label>reCAPTCHA v2 Invisible</label>

<field id="public_key" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1"
Expand Down
2 changes: 1 addition & 1 deletion ReCaptchaVersion3Invisible/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</section>
<section id="recaptcha_frontend">
<group id="type_recaptcha_v3" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="1"
showInStore="0">
showInStore="1">
<label>reCAPTCHA v3 Invisible</label>

<field id="public_key" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1"
Expand Down