@graphcommerce/docs 8.0.3 → 8.0.4-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 +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
<!-- Automatically generated from Config.graphqls -->
|
|
2
|
+
### AnalyticsConfig
|
|
3
|
+
|
|
4
|
+
AnalyticsConfig will contain all configuration values for the analytics in GraphCommerce.
|
|
5
|
+
|
|
6
|
+
#### eventFormat: GA3 | GA4[]
|
|
7
|
+
|
|
8
|
+
eventFormat contains the list of fired and formatted events
|
|
9
|
+
|
|
2
10
|
# GraphCommerce configuration system
|
|
3
11
|
|
|
4
12
|
Global GraphCommerce configuration can be configured in your `graphcommerce.config.js` file
|
|
@@ -105,6 +113,8 @@ Examples:
|
|
|
105
113
|
|
|
106
114
|
All storefront configuration for the project
|
|
107
115
|
|
|
116
|
+
#### analytics: [AnalyticsConfig](#AnalyticsConfig)
|
|
117
|
+
|
|
108
118
|
#### cartDisplayPricesInclTax: boolean
|
|
109
119
|
|
|
110
120
|
Due to a limitation of the GraphQL API it is not possible to determine if a cart should be displayed including or excluding tax.
|
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.4-canary.1",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.4-canary.1"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|