Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit bb2dbea

Browse files
committed
entering edits from Kevin
1 parent e293b58 commit bb2dbea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

guides/v2.3/graphql/reference/store-config.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ group: graphql
33
title: Store endpoint
44
---
55

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.
77

88
## Query structure
99

@@ -35,17 +35,17 @@ Attribute | Data Type | Description
3535

3636
### Supported theme attributes
3737

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.
3939

4040
Attribute | Data Type | Description
4141
--- | --- | ---
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
4343
`copyright` | String | The copyright statement that appears at the bottom of each page
4444
`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
4545
`default_keywords` | String | A series of keywords that describe your store, each separated by a comma
4646
`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 &lt;head&gt; 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
4949
`header_logo_src` | String | The path to the logo that appears in the header
5050
`head_shortcut_icon` | String | Uploads the small graphic image that appears in the address bar and tab of the browser
5151
`logo_alt` | String | The Alt text that is associated with the logo
@@ -58,7 +58,7 @@ Attribute | Data Type | Description
5858

5959
### Supported CMS attributes
6060

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.
6262

6363
Attribute | Data Type | Description
6464
--- | --- | ---
@@ -67,7 +67,7 @@ Attribute | Data Type | Description
6767
`cms_no_route` | String | Identifies a specific CMS page that you want to appear when a 404 “Page Not Found” error occurs
6868
`front` | String | Indicates the landing page that is associated with the base URL
6969
`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)
7171
{:style="table-layout:auto;"}
7272

7373

0 commit comments

Comments
 (0)