-
Notifications
You must be signed in to change notification settings - Fork 2
/
k2.xml
48 lines (44 loc) · 1.54 KB
/
k2.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
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="3.0" group="logman" method="upgrade" overwrite="true">
<identifier>plg:logman.k2</identifier>
<name>plg_logman_k2</name>
<author>Joomlatools</author>
<creationDate>December 2019</creationDate>
<copyright>Copyright (C) 2011 Timble CVBA (http://www.timble.net)</copyright>
<license>GNU GPLv3 - http://www.gnu.org/licenses/gpl.html</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomlatools.com</authorUrl>
<version>4.0.0</version>
<description>PLG_LOGMAN_K2_DESC</description>
<scriptfile>install.php</scriptfile>
<files>
<filename plugin="k2">k2.php</filename>
<folder>activity</folder>
<folder>language</folder>
</files>
<config>
<fields name="params" />
</config>
<resources>
<resource name="item">
<actions>
<action>add</action>
<action>edit</action>
<action>delete</action>
<action>publish</action>
<action>unpublish</action>
<action>trash</action>
</actions>
</resource>
<resource name="category">
<actions>
<action>add</action>
<action>edit</action>
<action>delete</action>
<action>publish</action>
<action>unpublish</action>
<action>trash</action>
</actions>
</resource>
</resources>
</extension>