2009-10-30 09:11:01 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-12-12 18:46:34 -08:00
|
|
|
<e107Plugin name="Blank Plugin" lan="LAN_PLUGIN__BLANK_NAME" version="2.0" date="2012-08-01" compatibility="2.0" installRequired="true" >
|
2009-10-30 09:11:01 +00:00
|
|
|
<author name="e107 Inc." url="http://e107.org" />
|
2013-05-04 14:29:00 -07:00
|
|
|
<summary>A Blank Plugin to help you get started in plugin development</summary>
|
|
|
|
<description lan="LAN_PLUGIN__BLANK_DIZ">A Blank Plugin to help you get started in plugin development. More details can be added here.</description>
|
|
|
|
<category>misc</category>
|
|
|
|
<keywords>
|
|
|
|
<word>blank</word>
|
|
|
|
<word>empty</word>
|
|
|
|
<word>template</word>
|
|
|
|
</keywords>
|
2009-10-30 09:11:01 +00:00
|
|
|
<adminLinks>
|
2012-12-12 18:46:34 -08:00
|
|
|
<link url='admin_config.php' description='Configure Blank Plugin' icon='images/blank_32.png' iconSmall='images/blank_16.png' primary='true' >LAN_CONGIGURE</link>
|
2009-10-30 09:11:01 +00:00
|
|
|
<link url="admin_config.php?mode=options" description="Configure Blank Prefs" icon="manage" >Blank Prefs</link>
|
|
|
|
</adminLinks>
|
|
|
|
<siteLinks>
|
2012-12-12 18:46:34 -08:00
|
|
|
<link url="{e_PLUGIN}_blank/_blank.php" perm='everyone'>LAN_PLUGIN__BLANK_LINK</link>
|
2009-10-30 09:11:01 +00:00
|
|
|
</siteLinks>
|
|
|
|
<pluginPrefs>
|
|
|
|
<pref name="blank_pref_1">1</pref>
|
|
|
|
<pref name="blank_pref_2">[more...]</pref>
|
|
|
|
</pluginPrefs>
|
|
|
|
<userClasses>
|
|
|
|
<class name="blank_userclass" description="Blank Userclass Description" />
|
|
|
|
</userClasses>
|
|
|
|
<extendedFields>
|
|
|
|
<field name="custom" type='EUF_TEXTAREA' default='0' active="true" />
|
|
|
|
</extendedFields>
|
|
|
|
</e107Plugin>
|