Skip to content

Commit a29e32d

Browse files
authored
Merge pull request #152 from magento/security-package/store-view-admin-settings
security-package: Added available to edit setting for Store View (Failure message, Language Code).
2 parents c1489d5 + cc6adef commit a29e32d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ReCaptchaAdminUi/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</section>
2727

2828
<section id="recaptcha_frontend" translate="label" type="text" sortOrder="700" showInDefault="1"
29-
showInWebsite="1" showInStore="0">
29+
showInWebsite="1" showInStore="1">
3030
<class>separator-top</class>
3131
<label>Google reCAPTCHA Storefront</label>
3232
<tab>security</tab>

ReCaptchaVersion2Checkbox/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</section>
4747
<section id="recaptcha_frontend">
4848
<group id="type_recaptcha" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1"
49-
showInStore="0">
49+
showInStore="1">
5050
<label>reCAPTCHA v2 ("I am not a robot")</label>
5151

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

ReCaptchaVersion2Invisible/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</section>
4747
<section id="recaptcha_frontend">
4848
<group id="type_invisible" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1"
49-
showInStore="0">
49+
showInStore="1">
5050
<label>reCAPTCHA v2 Invisible</label>
5151

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

ReCaptchaVersion3Invisible/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</section>
5757
<section id="recaptcha_frontend">
5858
<group id="type_recaptcha_v3" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="1"
59-
showInStore="0">
59+
showInStore="1">
6060
<label>reCAPTCHA v3 Invisible</label>
6161

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

0 commit comments

Comments
 (0)