@graphcommerce/docs 9.0.0-canary.100 → 9.0.0-canary.101
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 +2 -0
- package/framework/config.md +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -372,6 +372,8 @@ Issues that this can cause are:
|
|
|
372
372
|
|
|
373
373
|
### GraphCommercePermissions
|
|
374
374
|
|
|
375
|
+
Permissions input
|
|
376
|
+
|
|
375
377
|
#### cart: CUSTOMER_ONLY | DISABLED | ENABLED
|
|
376
378
|
|
|
377
379
|
Changes the availability of the add to cart buttons and the cart page to either customer only or completely disables it.
|
|
@@ -386,6 +388,8 @@ Enables / disabled the account section of the website. DISABLE_REGISTRATION will
|
|
|
386
388
|
|
|
387
389
|
#### website: ENABLED
|
|
388
390
|
|
|
391
|
+
Allows the option to require login or completely disable the site.
|
|
392
|
+
|
|
389
393
|
### GraphCommerceStorefrontConfig
|
|
390
394
|
|
|
391
395
|
All storefront configuration for the project
|
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.0.0-canary.
|
|
5
|
+
"version": "9.0.0-canary.101",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.101"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|