<?xml version="1.0" encoding="utf-8" ?>
<extension type="plugin" group="fields" method="upgrade">
    <name>PLG_FIELDS_LOCATION</name>
    <version>5.0.43</version>
    <description>PLG_FIELDS_LOCATION_XML_DESCRIPTION</description>
    <creationDate>August 2026</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>
    <namespace path="src">Joomla\Plugin\Fields\Location</namespace>
    <files>
        <folder plugin="location">services</folder>
        <folder>app</folder>
        <folder>assets</folder>
        <folder>language</folder>
        <folder>src</folder>
        <folder>tmpl</folder>
    </files>
    <config>
        <fields name="params">
            <fieldset name="basic">
                <field name="google_maps_api_key" type="text" size="40" label="Google Maps" />
                <field
                    name="@google_maps_api_key_description"
                    type="note"
                    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>
