-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
33 lines (32 loc) · 1.34 KB
/
plugin.xml
File metadata and controls
33 lines (32 loc) · 1.34 KB
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
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Address Book Plugin" lan="LAN_PLUGIN_ADDRESSBOOK_NAME" version="2.0.2" date="2017-06-30" compatibility="2.0" installRequired="true" >
<author name="Barry Keal G4HDU" url="http://www.keal.me.uk" />
<description lan="LAN_PLUGIN_ADDRESSBOOK_DIZ">An address book for listing names, addresses etc.</description>
<category>content</category>
<keywords>
<word>blank</word>
<word>empty</word>
<word>template</word>
</keywords>
<screenshots>
<image></image>
</screenshots>
<adminLinks>
<link url='admin_config.php' description='Configure Addressbook Plugin' icon='images/addressbook_32.png' iconSmall='images/addressbook_16.png' icon128="" primary='true' >LAN_CONGIGURE</link>
<link url="admin_config.php?mode=options" description="Configure Addressbook Prefs" icon="manage" >Blank Prefs</link>
</adminLinks>
<siteLinks>
<link url="{e_PLUGIN}addressbook/index.php" perm='members' sef='index'>LAN_PLUGIN_ADDRESSBOOK_LINK</link>
</siteLinks>
<pluginPrefs>
<pref name="viewClass">253</pref>
<pref name="perPage">20</pref>
<pref name="defaultcountry">GB</pref>
</pluginPrefs>
<userClasses>
<class name="addressbook_viewer" description="Able to view the address book" />
</userClasses>
<mediaCategories>
<category type="image">Address Book</category>
</mediaCategories>
</e107Plugin>