This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Document catalog configuration added to storeConfig query #4920
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
356d9fe
Document catalog configuration added to storeConfig query
pmclain d9aa2ec
Requested revisions
pmclain 9dab071
Merge remote-tracking branch 'upstream/develop' into graphql-catalog-…
pmclain b805fa9
Merge branch 'develop' into graphql-catalog-config
keharper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -80,6 +80,22 @@ Attribute | Data Type | Description | |||||
| `no_route` | String | Contains the URL of the default page that you want to appear when if a 404 “Page not Found” error occurs | ||||||
| `show_cms_breadcrumbs` | Int | Determines if a breadcrumb trail appears on all CMS pages in the catalog. Options: `0` (No) or `1` (Yes) | ||||||
|
|
||||||
| ### Supported Catalog attributes | ||||||
|
|
||||||
| Use the `catalog` attributes to retrieve information about the store's catalog. These attributes are defined in the `CatalogGraphQl` module. | ||||||
|
|
||||||
| Attribute | Data Type | Description | ||||||
| --- | --- | --- | ||||||
| `product_url_suffix` | String | Product URL Suffix | `.html` | ||||||
keharper marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| `category_url_suffix` | String | Category URL Suffix | `.html` | ||||||
keharper marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| `title_separator` | String | Page Title Separator | `-` | ||||||
keharper marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| `list_mode` | String | List Mode | `grid-list` | ||||||
keharper marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| `grid_per_page_values` | String | Products per Page on Grid Allowed Values | `9,15,30` | ||||||
keharper marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| `list_per_page_values` | String | Products per Page on List Allowed Values | `5,10,15,20,25` | ||||||
|
||||||
| `list_per_page_values` | String | Products per Page on List Allowed Values | `5,10,15,20,25` | |
| `list_per_page_values` | String | A list of numbers that define how many products can be displayed in List View | `5,10,15,20,25` |
keharper marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
keharper marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
keharper marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
keharper marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
keharper marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
keharper marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
keharper marked this conversation as resolved.
Show resolved
Hide resolved
keharper marked this conversation as resolved.
Show resolved
Hide resolved
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.