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

Commit 62de94f

Browse files
committed
Revert "adding cms and theme attribute tables"
This reverts commit 875395c.
1 parent 875395c commit 62de94f

File tree

1 file changed

+35
-54
lines changed

1 file changed

+35
-54
lines changed

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

Lines changed: 35 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -9,62 +9,43 @@ The `storeConfig` endpoint defines information about a store's configuration; su
99

1010
`storeConfig: StoreConfig`
1111

12-
## Supported storeConfig attributes
13-
14-
Attribute | Data Type | Description
15-
--- | --- | ---
16-
`base_currency_code` | String | The code representing the currency in which Magento processes all payment transactions, such as `USD`
17-
`base_link_url` | String | A fully-qualified URL that is used to create relative links to the `base_url`
18-
`base_static_url` | String | The fully-qualified URL that specifies the location of static view files, such as `http://magentohost.example.com/pub/static/`
19-
`base_media_url` | String | The fully-qualified URL that specifies the location of user media files, such as `http://magentohost.example.com/pub/media/`
20-
`base_url` | String | The store's fully-qualified base URL, such as `http://magentohost.example.com/`
21-
`code` | String | A unique identifier for the store
22-
`default_display_currency_code` | String | The code representing the currency displayed on the store, such as `USD`
23-
`id` | Integer | The ID number assigned to the store
24-
`locale` | String | The store's locale, such as `en_US`
25-
`secure_base_link_url` | String | A fully-qualified URL that is used to create relative links to the `base_url`
26-
`secure_base_media_url` | String | The secure fully-qualified URL that specifies the location of user media files, such as `https://magentohost.example.com/pub/media/`
27-
`secure_base_static_url` | String | The secure fully-qualified URL that specifies the location of static view files, such as `https://magentohost.example.com/pub/static/`
28-
`secure_base_url` | String | The store's fully-qualified secure base URL, such as `https://magentohost.example.com/`
29-
`timezone` | String | The store's time zone, such as `America/Chicago`
30-
`website_id` | Integer | The ID number assigned to the parent website
31-
`weight_unit` | String | The weight unit for products, such as `lbs` or `kgs`
32-
{:style="table-layout:auto;"}
33-
34-
## Supported theme attributes
35-
36-
Attribute | Data Type | Description
37-
--- | --- | ---
38-
`absolute_footer` | String | Footer Miscellaneous HTML
39-
`copyright` | String | Copyright
40-
`default_description` | String | Default Meta Description
41-
`default_keywords` | String | A comma-separated list of keywords
42-
`default_title` | String | Default page title
43-
`demonotice` | Int | Display Demo Store Notice
44-
`head_includes` | String | Scripts and Style Sheets
45-
`header_logo_src` | String | Logo Image
46-
`head_shortcut_icon` | String | Favicon Icon
47-
`logo_alt` | String | Logo Image Alt
48-
`logo_height` | Int | Logo Attribute Height
49-
`logo_width` | Int | Logo Attribute Width
50-
`title_prefix` | String | Page Title Prefix
51-
`title_suffix` | String | Page Title Suffix
52-
`welcome` | String | Welcome Text
12+
## Supported attributes
13+
14+
Attribute | Data Type | Description | Implementation
15+
--- | --- | --- | ---
16+
`absolute_footer` | String | Footer Miscellaneous HTML | Theme
17+
`base_currency_code` | String | The code representing the currency in which Magento processes all payment transactions, such as `USD` | storeConfig
18+
`base_link_url` | String | A fully-qualified URL that is used to create relative links to the `base_url` | storeConfig
19+
`base_static_url` | String | The fully-qualified URL that specifies the location of static view files, such as `http://magentohost.example.com/pub/static/` | storeConfig
20+
`base_media_url` | String | The fully-qualified URL that specifies the location of user media files, such as `http://magentohost.example.com/pub/media/` | storeConfig
21+
`base_url` | String | The store's fully-qualified base URL, such as `http://magentohost.example.com/` | storeConfig
22+
`code` | String | A unique identifier for the store | storeConfig
23+
`copyright` | String | Copyright | Theme
24+
`default_display_currency_code` | String | The code representing the currency displayed on the store, such as `USD` | storeConfig
25+
`default_description` | String | Default Meta Description | Theme
26+
`default_keywords` | String | Default Meta Keywords | Theme
27+
`default_title` | String | Default Page Title | Theme
28+
`demonotice` | Int | Display Demo Store Notice | Theme
29+
`head_includes` | String | Scripts and Style Sheets | Theme
30+
`header_logo_src` | String | Logo Image | Theme
31+
`head_shortcut_icon` | String | Favicon Icon | Theme
32+
`id` | Integer | The ID number assigned to the store | storeConfig
33+
`locale` | String | The store's locale, such as `en_US` | storeConfig
34+
`logo_alt` | String | Logo Image Alt | Theme
35+
`logo_height` | Int | Logo Attribute Height | Theme
36+
`logo_width` | Int | Logo Attribute Width | Theme
37+
`secure_base_link_url` | String | A fully-qualified URL that is used to create relative links to the `base_url` | storeConfig
38+
`secure_base_media_url` | String | The secure fully-qualified URL that specifies the location of user media files, such as `https://magentohost.example.com/pub/media/` | storeConfig
39+
`secure_base_static_url` | String | The secure fully-qualified URL that specifies the location of static view files, such as `https://magentohost.example.com/pub/static/` | storeConfig
40+
`secure_base_url` | String | The store's fully-qualified secure base URL, such as `https://magentohost.example.com/` | storeConfig
41+
`timezone` | String | The store's time zone, such as `America/Chicago` | storeConfig
42+
`title_prefix` | String | Page Title Prefix | Theme
43+
`title_suffix` | String | Page Title Suffix | Theme
44+
`website_id` | Integer | The ID number assigned to the parent website | storeConfig
45+
`weight_unit` | String | The weight unit for products, such as `lbs` or `kgs` | storeConfig
46+
`welcome` | String | Welcome Text | Theme
5347
{:style="table-layout:auto;"}
5448

55-
## Supported cms attributes
56-
57-
Attribute | Data Type | Description
58-
--- | --- | ---
59-
`cms_home_page` | String | CMS Home Page
60-
`cms_no_cookies` | String | CMS No Cookies Page
61-
`cms_no_route` | String | CMS No Route Page
62-
`front` | String | Default Web URL
63-
`no_route` | String | Default No-route URL
64-
`show_cms_breadcrumbs` | Int | Show Breadcrumbs for CMS Pages
65-
{:style="table-layout:auto;"}
66-
67-
6849
## Example usage
6950

7051
The following call returns all details of a store's configuration.

0 commit comments

Comments
 (0)