<?xml version="1.0" encoding="utf-8" ?>
<extension type="plugin" group="fields" method="upgrade">
    <name>Fields - YOOtheme Location</name>
    <version>4.4.9</version>
    <description>Fields Location Plugin for YOOtheme Pro.</description>
    <creationDate>September 2024</creationDate>
    <copyright>Copyright (C) YOOtheme GmbH</copyright>
    <license>GNU General Public License</license>
    <author>YOOtheme</author>
    <authorEmail>info@yootheme.com</authorEmail>
    <authorUrl>https://yootheme.com</authorUrl>
    <scriptfile>script.php</scriptfile>
    <files>
        <filename plugin="location">location.php</filename>
        <folder>app</folder>
        <folder>fields</folder>
        <folder>tmpl</folder>
        <folder>vendor</folder>
    </files>
    <languages folder="language">
        <language tag="en-GB">en-GB/en-GB.plg_fields_location.ini</language>
    </languages>
    <config>
        <fields name="params">
            <fieldset name="basic">
                <field
                    name="google_maps_api_key"
                    type="text"
                    size="40"
                    label="Google Maps"
                    description="Enter your &lt;a href=&quot;https://developers.google.com/maps/web/&quot; target=&quot;_blank&quot;&gt;Google Maps&lt;/a&gt; API key to use Google Maps instead of OpenStreetMap. It also enables additional options to style the colors of your maps."
                />
            </fieldset>
        </fields>
    </config>
</extension>
