-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
18 lines (18 loc) · 731 Bytes
/
plugin.xml
File metadata and controls
18 lines (18 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="com.thecfguy.mango.plugins.recentcomments"
name="Recent Comments" version="1.1" provider-name="Pritesh Patel" class="recentcomments.Handler">
<description><![CDATA[
Plugin add additional link in admin menu view recent comments from reader to easily approve, delete or modify comments.
<br/>Created by <a href="http://www.thecfguy.com">Pritesh Patel</a>]]>
</description>
<requiresVersion match="greaterOrEqual">1.3</requiresVersion>
<listens>
<event name="showrecentcomments" type="synch" priority="5" />
</listens>
<listensAdmin>
<event name="mainNav" type="synch" priority="5" />
</listensAdmin>
<assets>
<asset file="assets/comments.png"/>
</assets>
</plugin>