<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" method="upgrade" group="slogin_auth">
	<name>Social Login Vkontakte auth</name>
	<author>Arkadiy, Joomline</author>
	<creationDate>21.09.2012</creationDate>
	<copyright>(C) 2012. All rights reserved.</copyright>
	<license>GNU/GPL v.3 or later.</license>
	<authorEmail></authorEmail>
	<authorUrl>http://joomline.ru</authorUrl>
	<version>1.0</version>
	<description>Vkontakte auth</description>
	<files>
		<filename plugin="vkontakte">vkontakte.php</filename>
		<filename>index.html</filename>
		<folder>assets</folder>
		<folder>element</folder>
	</files>
    <config>
        <fields name="params">
            <fieldset name="basic" addfieldpath="plugins/slogin_auth/vkontakte/element">
                <field name="id" type="text" default=""
                       description="Application Id"
                       label="Application Id"
                        />
                <field name="password" type="text" default=""
                       description="Secret key"
                       label="Secret key"
                        />
          <!--	<field
                        name="repost_comments"
                        type="checkbox"
                        label="Repost Comments"
                        description="Repost Comments"
                        value="1"
                        /> --> 
                <field
                        name="callback_url"
                        type="callbackurl"
                        label="Base Domain"
                        description="Base Domain"
                        filter="unset"
                        value=""
                        readonly="true"
                        class="readonly"
                        />
            </fieldset>
        </fields>
    </config>
</extension>
