File tree 3 files changed +17
-8
lines changed
3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 12
12
<group id =" type_for" >
13
13
<field id =" newsletter" translate =" label comment" type =" select" sortOrder =" 160" showInDefault =" 1"
14
14
showInWebsite =" 1" showInStore =" 0" canRestore =" 1" >
15
- <label >Enable Invisible reCAPTCHA in Newsletter Subscription</label >
15
+ <label >Enable for Newsletter Subscription</label >
16
16
<comment >If enabled, a badge will be displayed in every page.</comment >
17
17
<source_model >Magento\ReCaptchaAdminUi\Model\OptionSource\Type</source_model >
18
18
</field >
Original file line number Diff line number Diff line change 17
17
ifconfig =" recaptcha_frontend/type_for/newsletter" >
18
18
<arguments >
19
19
<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 >
27
20
<argument name =" jsLayout" xsi : type =" array" >
28
21
<item name =" components" xsi : type =" array" >
29
22
<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