@graphcommerce/docs 9.1.0-canary.23 → 9.1.0-canary.26
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 +6 -0
- package/framework/config.md +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -71,10 +71,10 @@ You can export configuration by running `yarn graphcommerce export-config`
|
|
|
71
71
|
Create a graphql/Config.graphqls file in your project and extend the GraphCommerceConfig, GraphCommerceStorefrontConfig inputs to add configuration.
|
|
72
72
|
|
|
73
73
|
```graphql
|
|
74
|
-
|
|
74
|
+
input GraphCommerceConfig {
|
|
75
75
|
myConfig: String # or Boolean, or Int, or Float, make required with `!`
|
|
76
76
|
}
|
|
77
|
-
|
|
77
|
+
input GraphCommerceStorefrontConfig {
|
|
78
78
|
myField: Boolean
|
|
79
79
|
}
|
|
80
80
|
```
|
|
@@ -541,4 +541,4 @@ SidebarGalleryConfig will contain all configuration values for the Sidebar Galle
|
|
|
541
541
|
|
|
542
542
|
#### paginationVariant: DOTS | THUMBNAILS_BOTTOM
|
|
543
543
|
|
|
544
|
-
Variant used for the pagination
|
|
544
|
+
Variant used for the pagination
|
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": "9.1.0-canary.
|
|
5
|
+
"version": "9.1.0-canary.26",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.26"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|