-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkomento.xml
36 lines (32 loc) · 1.17 KB
/
komento.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="3.0" group="logman" method="upgrade" overwrite="true">
<identifier>plg:logman.komento</identifier>
<name>plg_logman_komento</name>
<author>Joomlatools</author>
<creationDate>October 2016</creationDate>
<copyright>Copyright (C) 2011 - 2016 Timble CVBA (http://www.timble.net)</copyright>
<license>GNU GPLv3 - http://www.gnu.org/licenses/gpl.html</license>
<authorEmail>support@joomlatools.com</authorEmail>
<authorUrl>www.joomlatools.com</authorUrl>
<version>3.0.0</version>
<description>PLG_LOGMAN_KOMENTO_DESC</description>
<scriptfile>install.php</scriptfile>
<files>
<filename plugin="komento">komento.php</filename>
<folder>activity</folder>
<folder>language</folder>
</files>
<config>
<fields name="params" />
</config>
<resources>
<resource name="comment">
<actions>
<action>save</action>
<action>delete</action>
<action>publish</action>
<action>unpublish</action>
</actions>
</resource>
</resources>
</extension>