forked from techjoomla/plg_api_users
-
Notifications
You must be signed in to change notification settings - Fork 0
/
users.xml
35 lines (35 loc) · 1.37 KB
/
users.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.0.0" type="plugin" group="api" method="upgrade">
<name>PLG_API_USERS</name>
<version>1.8.7</version>
<creationDate>10/11/2014</creationDate>
<author>Techjoomla</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.techjoomla.com</authorUrl>
<copyright>Techjoomla. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<description>PLG_API_USERS_DESCRIPTION</description>
<files>
<filename plugin="users">users.php</filename>
<folder>users</folder>
<folder>elements</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_api_users.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_api_users.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic" addfieldpath="plugins/api/users/elements">
<field
name="social_integration"
type="integration"
label="PLG_USER_API_SOCIAL_INTEGRATION_LABEL"
description="PLG_USER_API_SOCIAL_INTEGRATION_DESC"
default="joomla"
required="false" >
</field>
</fieldset>
</fields>
</config>
</extension>