-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquickacl.xml
26 lines (23 loc) · 997 Bytes
/
quickacl.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="content" method="upgrade">
<name>PLG_QUICKACL</name>
<author>Julien Vonthron</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.jlv-solutions.com</authorUrl>
<creationDate>November 2012</creationDate>
<copyright>(C) 2012 Julien Vonthron. All rights reserved. Based on original inlineACL plugin from keep http://joomla.blog.hu</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<version>1.0</version>
<description>PLG_QUICKACL_XML_DESC</description>
<files>
<filename plugin="quickacl">quickacl.php</filename>
<folder>language</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field name="cbfield" type="text" size="15" default="" label="PLG_QUICKACL_CB_FIELD_NAME" description="PLG_QUICKACL_CB_FIELD_NAME_DESC" />
</fieldset>
</fields>
</config>
</extension>