@graphcommerce/docs 8.0.4 → 8.0.5-canary.1
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 +4 -0
- package/framework/config.md +6 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<!-- Automatically generated from Config.graphqls -->
|
|
2
|
-
###
|
|
2
|
+
### DatalayerConfig
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
GoogleDatalayerConfig to allow enabling certain aspects of the datalayer
|
|
5
5
|
|
|
6
|
-
####
|
|
6
|
+
#### coreWebVitals: boolean
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
Enable core web vitals tracking for GraphCommerce
|
|
9
9
|
|
|
10
10
|
# GraphCommerce configuration system
|
|
11
11
|
|
|
@@ -113,8 +113,6 @@ Examples:
|
|
|
113
113
|
|
|
114
114
|
All storefront configuration for the project
|
|
115
115
|
|
|
116
|
-
#### analytics: [AnalyticsConfig](#AnalyticsConfig)
|
|
117
|
-
|
|
118
116
|
#### cartDisplayPricesInclTax: boolean
|
|
119
117
|
|
|
120
118
|
Due to a limitation of the GraphQL API it is not possible to determine if a cart should be displayed including or excluding tax.
|
|
@@ -169,6 +167,8 @@ customer requires email confirmation.
|
|
|
169
167
|
This value should match Magento 2's configuration value for
|
|
170
168
|
`customer/create_account/confirm` and should be removed once we can query
|
|
171
169
|
|
|
170
|
+
#### dataLayer: [DatalayerConfig](#DatalayerConfig)
|
|
171
|
+
|
|
172
172
|
#### debug: [GraphCommerceDebugConfig](#GraphCommerceDebugConfig)
|
|
173
173
|
|
|
174
174
|
Debug configuration for GraphCommerce
|
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": "8.0.
|
|
5
|
+
"version": "8.0.5-canary.1",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.5-canary.1"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|