File tree Expand file tree Collapse file tree 3 files changed +17
-8
lines changed
Expand file tree Collapse file tree 3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 1212 <group id =" type_for" >
1313 <field id =" newsletter" translate =" label comment" type =" select" sortOrder =" 160" showInDefault =" 1"
1414 showInWebsite =" 1" showInStore =" 0" canRestore =" 1" >
15- <label >Enable Invisible reCAPTCHA in Newsletter Subscription</label >
15+ <label >Enable for Newsletter Subscription</label >
1616 <comment >If enabled, a badge will be displayed in every page.</comment >
1717 <source_model >Magento\ReCaptchaAdminUi\Model\OptionSource\Type</source_model >
1818 </field >
Original file line number Diff line number Diff line change 1717 ifconfig =" recaptcha_frontend/type_for/newsletter" >
1818 <arguments >
1919 <argument name =" recaptcha_for" xsi : type =" string" >newsletter</argument >
20- <argument name =" captcha_ui_config" xsi : type =" array" >
21- <item name =" invisible" xsi : type =" boolean" >true</item >
22- <item name =" rendering" xsi : type =" array" >
23- <item name =" badge" xsi : type =" string" >bottomright</item >
24- <item name =" size" xsi : type =" string" >invisible</item >
25- </item >
26- </argument >
2720 <argument name =" jsLayout" xsi : type =" array" >
2821 <item name =" components" xsi : type =" array" >
2922 <item name =" recaptcha" xsi : type =" array" >
Original file line number Diff line number Diff line change 1+ /* *
2+ * Copyright © Magento, Inc. All rights reserved.
3+ * See COPYING.txt for license details.
4+ */
5+
6+ .block.newsletter {
7+ .field-recaptcha {
8+ .field {
9+ .control {
10+ & :before {
11+ content : none ;
12+ }
13+ }
14+ }
15+ }
16+ }
You can’t perform that action at this time.
0 commit comments