@graphcommerce/docs 6.2.0-canary.38 → 6.2.0-canary.40
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 +8 -0
- package/framework/config.md +2 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 6.2.0-canary.40
|
|
4
|
+
|
|
5
|
+
## 6.2.0-canary.39
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- [#1957](https://github.com/graphcommerce-org/graphcommerce/pull/1957) [`cb3c82163`](https://github.com/graphcommerce-org/graphcommerce/commit/cb3c82163c32768f977b85c21b029ead354847af) - Docs were directly applied to the config.md which is autogenerated ([@paales](https://github.com/paales))
|
|
10
|
+
|
|
3
11
|
## 6.2.0-canary.38
|
|
4
12
|
|
|
5
13
|
## 6.2.0-canary.37
|
package/framework/config.md
CHANGED
|
@@ -150,15 +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 site key.
|
|
154
|
-
When using reCAPTCHA, this value is required, even if you are configuring different values for each locale.
|
|
153
|
+
Google reCAPTCHA site key.
|
|
154
|
+
When using reCAPTCHA, this value is required, even if you are configuring different values for each locale.
|
|
155
155
|
|
|
156
156
|
Get a site key and a secret key from https://developers.google.com/recaptcha/docs/v3
|
|
157
157
|
|
|
158
158
|
The secret key should be added in the Magento admin panel (Stores > Configuration > Security > Google ReCAPTCHA Storefront > reCAPTCHA v3 Invisible)
|
|
159
159
|
ReCAPTCHA can then be enabled/disabled for the different forms, separately (Stores > Configuration > Security > Google ReCAPTCHA Storefront > Storefront)
|
|
160
160
|
|
|
161
|
-
|
|
162
161
|
#### `googleTagmanagerId: String`
|
|
163
162
|
|
|
164
163
|
The Google Tagmanager ID to be used on the site.
|
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": "6.2.0-canary.
|
|
5
|
+
"version": "6.2.0-canary.40",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "6.2.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "6.2.0-canary.40"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|