Skip to content
Closed
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 @@ -109,7 +109,7 @@
showInStore="0" canRestore="1">
<label>Score Threshold</label>
<depends>
<field id="recaptcha/general/type">recaptcha_v3</field>
<field id="recaptcha/frontend/type">recaptcha_v3</field>
</depends>
<comment>From 0.0 to 1.0, where 0.0 is absolutely a robot and 1.0 is a human.</comment>
</field>
Expand Down
3 changes: 2 additions & 1 deletion ReCaptchaNewsletter/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
<field id="enabled_for_newsletter" translate="label" type="select" sortOrder="250" showInDefault="1"
showInWebsite="1" showInStore="0" canRestore="1">
<label>Use invisible ReCaptcha in newsletter</label>
<comment>Requires an Invisible ReCaptcha v2 or ReCaptcha v3 key. If enabled, a badge will be displayed in every page.</comment>
<comment>Requires an Invisible reCAPTCHA v2 or v3 key.</comment>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<depends>
<field id="enabled">1</field>
<field id="recaptcha/frontend/type" negative="1">recaptcha</field>
</depends>
</field>
</group>
Expand Down