<?xml version="1.0" encoding="utf-8"?>
<extension version="3.0" type="plugin" group="system" method="upgrade">
    <name>plg_system_eprivacy</name>
    <author>Michael Richey</author>
    <creationDate>August 2017</creationDate>
    <copyright>Copyright (C) 2009 - 2017 Michael Richey. All rights reserved.</copyright>
    <license>GNU General Public License version 2 or later; see LICENSE.txt</license>
    <authorEmail>support@richeyweb.com</authorEmail>
    <authorUrl>https://www.richeyweb.com</authorUrl>
    <version>5.0.8</version>
    <description>PLG_SYSTEM_EPRIVACY_XML_DESC</description>
	<namespace path="src">Joomla\Plugin\System\ePrivacy</namespace>
    <media destination="plg_system_eprivacy" folder="media">
        <folder>js</folder>
    </media>
    <files>
        <folder plugin="eprivacy">services</folder>
        <folder>src</folder>
        <folder>tmpl</folder>
    </files>
    <languages>
        <language tag="en-GB">language/en-GB/plg_system_eprivacy.ini</language>
        <language tag="en-GB">language/en-GB/plg_system_eprivacy.sys.ini</language>
    </languages>
    <config>
        <fields name="params">
            <fieldset name="basic">
                <field name="display" type="radio" default="alert"
                    label="PLG_SYSTEM_EPRIVACY_DISPLAY_LABEL"
                    description="PLG_SYSTEM_EPRIVACY_DISPLAY_DESC"
                    required="true"
                >
                    <option value="alert">PLG_SYSTEM_EPRIVACY_DISPLAY_ALERT</option>
                    <option value="modal">PLG_SYSTEM_EPRIVACY_DISPLAY_MODAL</option>
                </field>
                <field name="privacy_policy" type="modal_article"
                    label="PLG_SYSTEM_EPRIVACY_PRIVACY_POLICY_LABEL"
                    description="PLG_SYSTEM_EPRIVACY_PRIVACY_POLICY_DESC"
                    addfieldprefix="Joomla\Component\Content\Administrator\Field"
                />
                <field name="privacy_policy_suppress" type="radio"
                    label="PLG_SYSTEM_EPRIVACY_PRIVACY_POLICY_SUPPRESS_LABEL"
                    description="PLG_SYSTEM_EPRIVACY_PRIVACY_POLICY_SUPPRESS_DESC"
                    required="true"
                    default="1"
                    layout="joomla.form.field.radio.switcher"
                    showon="privacy_policy!:"
                >
                    <option value="0">JNo</option>
                    <option value="1">JYes</option>
                </field>
            </fieldset>
        </fields>
    </config>
    <updateservers>
        <server type="extension" priority="1" name="RicheyWeb Update Site">https://cdn.richeyweb.com/updates/systemeprivacy.xml</server>
    </updateservers>
</extension>
