@graphcommerce/docs 7.1.0-canary.32 → 7.1.0-canary.34
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 +13 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -277,6 +277,10 @@ Example: '/product/'
|
|
|
277
277
|
Allow the site to be indexed by search engines.
|
|
278
278
|
If false, the robots.txt file will be set to disallow all.
|
|
279
279
|
|
|
280
|
+
#### `sidebarGallery: [SidebarGalleryConfig](#SidebarGalleryConfig)`
|
|
281
|
+
|
|
282
|
+
Configuration for the SidebarGallery component
|
|
283
|
+
|
|
280
284
|
#### `wishlistHideForGuests: Boolean`
|
|
281
285
|
|
|
282
286
|
Hide the wishlist functionality for guests.
|
|
@@ -393,4 +397,12 @@ provided that the gallery images for the selected variant differ from the curren
|
|
|
393
397
|
|
|
394
398
|
When a variant is selected the URL of the product will be changed in the address bar.
|
|
395
399
|
|
|
396
|
-
This only happens when the actual variant is can be accessed by the URL.
|
|
400
|
+
This only happens when the actual variant is can be accessed by the URL.
|
|
401
|
+
|
|
402
|
+
### SidebarGalleryConfig
|
|
403
|
+
|
|
404
|
+
SidebarGalleryConfig will contain all configuration values for the Sidebar Gallery component.
|
|
405
|
+
|
|
406
|
+
#### `paginationVariant: [SidebarGalleryPaginationVariant](#SidebarGalleryPaginationVariant)`
|
|
407
|
+
|
|
408
|
+
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": "7.1.0-canary.
|
|
5
|
+
"version": "7.1.0-canary.34",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "7.1.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "7.1.0-canary.34"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|