@graphcommerce/docs 7.0.0-canary.13 → 7.0.0-canary.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,28 @@
1
1
  # Change Log
2
2
 
3
- ## 7.0.0-canary.13
3
+ ## 7.0.0-canary.21
4
4
 
5
- ## 7.0.0-canary.12
5
+ ## 6.2.0-canary.20
6
+
7
+ ## 6.2.0-canary.19
8
+
9
+ ## 6.2.0-canary.18
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1933](https://github.com/graphcommerce-org/graphcommerce/pull/1933) [`e644887a7`](https://github.com/graphcommerce-org/graphcommerce/commit/e644887a75a3801a8b0dcf39558f56110a51d774) - Updated ReCAPTCHA docs ([@bramvanderholst](https://github.com/bramvanderholst))
14
+
15
+ ## 6.2.0-canary.17
16
+
17
+ ## 6.2.0-canary.16
18
+
19
+ ## 6.2.0-canary.15
20
+
21
+ ## 6.2.0-canary.14
22
+
23
+ ## 6.2.0-canary.13
24
+
25
+ ## 6.2.0-canary.12
6
26
 
7
27
  ## 6.2.0-canary.11
8
28
 
@@ -150,9 +150,14 @@ To override the value for a specific locale, configure in i18n config.
150
150
 
151
151
  #### `googleRecaptchaKey: String`
152
152
 
153
- Google reCAPTCHA key, get from https://developers.google.com/recaptcha/docs/v3
153
+ Google reCAPTCHA site key.
154
+ When using reCAPTCHA, this value is required, even if you are configuring different values for each locale.
155
+
156
+ Get a site key and a secret key from https://developers.google.com/recaptcha/docs/v3
157
+
158
+ The secret key should be added in the Magento admin panel (Stores > Configuration > Security > Google ReCAPTCHA Storefront > reCAPTCHA v3 Invisible)
159
+ ReCAPTCHA can then be enabled/disabled for the different forms, separately (Stores > Configuration > Security > Google ReCAPTCHA Storefront > Storefront)
154
160
 
155
- This value is required even if you are configuring different values for each locale.
156
161
 
157
162
  #### `googleTagmanagerId: String`
158
163
 
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "7.0.0-canary.13",
5
+ "version": "7.0.0-canary.21",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "7.0.0-canary.13"
8
+ "@graphcommerce/prettier-config-pwa": "7.0.0-canary.21"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }