33 lines
1.3 KiB
XML
Executable File
33 lines
1.3 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!--
|
|
/**
|
|
* Copyright © 2016 Magento. All rights reserved.
|
|
* See COPYING.txt for license details.
|
|
*/
|
|
-->
|
|
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
|
|
<default>
|
|
<googlemapsstorelocator>
|
|
<general>
|
|
<enable>1</enable>
|
|
<page_title>FME Google Map Stores</page_title>
|
|
<meta_keywords>Meta Key words stores</meta_keywords>
|
|
<meta_description>Meta description for stores</meta_description>
|
|
<page_heading>Reach Your Nearest Store</page_heading>
|
|
<page_subheading>Save your time by getting access to the nearest store</page_subheading>
|
|
<std_latitude>32.7294</std_latitude>
|
|
<std_longitude>73.0931</std_longitude>
|
|
<map_zoom>8</map_zoom>
|
|
</general>
|
|
<manage_links>
|
|
<footer_link_enable>1</footer_link_enable>
|
|
<label_footer>Google Map for Stores Location</label_footer>
|
|
</manage_links>
|
|
<seo_suffix>
|
|
<gmap_identifier>shops</gmap_identifier>
|
|
<url_suffix>.html</url_suffix>
|
|
</seo_suffix>
|
|
</googlemapsstorelocator>
|
|
</default>
|
|
</config>
|