File tree 1 file changed +30
-0
lines changed
app/code/Magento/ThemeGraphQl/etc/graphql
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9
+ <type name =" Magento\StoreGraphQl\Model\Resolver\Store\StoreConfigDataProvider" >
10
+ <arguments >
11
+ <argument name =" extendedConfigData" xsi : type =" array" >
12
+ <item name =" head_shortcut_icon" xsi : type =" string" >design/head/shortcut_icon</item >
13
+ <item name =" default_title" xsi : type =" string" >design/head/default_title</item >
14
+ <item name =" title_prefix" xsi : type =" string" >design/head/title_prefix</item >
15
+ <item name =" title_suffix" xsi : type =" string" >design/head/title_suffix</item >
16
+ <item name =" default_description" xsi : type =" string" >design/head/default_description</item >
17
+ <item name =" default_keywords" xsi : type =" string" >design/head/default_keywords</item >
18
+ <item name =" head_includes" xsi : type =" string" >design/head/includes</item >
19
+ <item name =" demonotice" xsi : type =" string" >design/head/demonotice</item >
20
+ <item name =" header_logo_src" xsi : type =" string" >design/header/logo_src</item >
21
+ <item name =" logo_width" xsi : type =" string" >design/header/logo_width</item >
22
+ <item name =" logo_height" xsi : type =" string" >design/header/logo_height</item >
23
+ <item name =" logo_alt" xsi : type =" string" >design/header/logo_alt</item >
24
+ <item name =" welcome" xsi : type =" string" >design/header/welcome</item >
25
+ <item name =" absolute_footer" xsi : type =" string" >design/footer/absolute_footer</item >
26
+ <item name =" copyright" xsi : type =" string" >design/footer/copyright</item >
27
+ </argument >
28
+ </arguments >
29
+ </type >
30
+ </config >
You can’t perform that action at this time.
0 commit comments