You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: guides/v2.3/graphql/reference/store-config.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ group: graphql
3
3
title: Store endpoint
4
4
---
5
5
6
-
The `Store` endpoint defines information about a store's configuration.
6
+
The `Store` endpoint defines information about a store's configuration. You can query a non-default store by [changing the header]({{ page.baseurl }}/guides/v2.3/graphql/send-request.html) in your GraphQL request.
7
7
8
8
## Query structure
9
9
@@ -35,17 +35,17 @@ Attribute | Data Type | Description
35
35
36
36
### Supported theme attributes
37
37
38
-
Use the `theme` attributes to retrieve information about the store's thematic elements; such as, footer and header information, copyright text, and logo information.
38
+
Use the `theme` attributes to retrieve information about the store's thematic elements; such as, footer and header information, copyright text, and logo information. These attributes are defined in the `ThemeGraphQl` module.
39
39
40
40
Attribute | Data Type | Description
41
41
--- | --- | ---
42
-
`absolute_footer` | String | Contains scripts that must be included in the HTML before the closing <body> tag
42
+
`absolute_footer` | String | Contains scripts that must be included in the HTML before the closing `<body>` tag
43
43
`copyright` | String | The copyright statement that appears at the bottom of each page
44
44
`default_description` | String | The description that provides a summary of your site for search engine listings and should not be more than 160 characters in length
45
45
`default_keywords` | String | A series of keywords that describe your store, each separated by a comma
46
46
`default_title` | String | The title that appears at the title bar of each page when viewed in a browser
47
-
`demonotice` | Int | Controls the display of the demo store notice at the top of the page. Options include: Yes / No
48
-
`head_includes` | String | Contains scripts that must be included in the HTML before the closing <head> tag
47
+
`demonotice` | Int | Controls the display of the demo store notice at the top of the page. Options: `0` (No) or `1` (Yes)
48
+
`head_includes` | String | Contains scripts that must be included in the HTML before the closing `<head>` tag
49
49
`header_logo_src` | String | The path to the logo that appears in the header
50
50
`head_shortcut_icon` | String | Uploads the small graphic image that appears in the address bar and tab of the browser
51
51
`logo_alt` | String | The Alt text that is associated with the logo
@@ -58,7 +58,7 @@ Attribute | Data Type | Description
58
58
59
59
### Supported CMS attributes
60
60
61
-
Use the `cms` attributes to retrieve information about the store's default pages.
61
+
Use the `cms` attributes to retrieve information about the store's default pages. These attributes are defined in the `CmsGraphQl` module.
62
62
63
63
Attribute | Data Type | Description
64
64
--- | --- | ---
@@ -67,7 +67,7 @@ Attribute | Data Type | Description
67
67
`cms_no_route` | String | Identifies a specific CMS page that you want to appear when a 404 “Page Not Found” error occurs
68
68
`front` | String | Indicates the landing page that is associated with the base URL
69
69
`no_route` | String | Contains the URL of the default page that you want to appear when if a 404 “Page not Found” error occurs
70
-
`show_cms_breadcrumbs` | Int | Determines if a breadcrumb trail appears on all CMS pages in the catalog. Options: Yes / No
70
+
`show_cms_breadcrumbs` | Int | Determines if a breadcrumb trail appears on all CMS pages in the catalog. Options: `0` (No) or `1` (Yes)
0 commit comments