2009-10-30 09:11:01 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-08-22 02:45:32 +00:00
|
|
|
<e107Plugin name="Blank Plugin" 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" />
|
2012-12-05 19:28:22 -08:00
|
|
|
<description lan="">A Blank Plugin to help you get started in plugin development</description>
|
2009-10-30 09:11:01 +00:00
|
|
|
<category>misc</category>
|
|
|
|
<adminLinks>
|
|
|
|
<link url='admin_config.php' description='Configure Blank Plugin' icon='images/blank_32.png' iconSmall='images/blank_16.png' primary='true' >Configure Blank</link>
|
|
|
|
<link url="admin_config.php?mode=options" description="Configure Blank Prefs" icon="manage" >Blank Prefs</link>
|
|
|
|
</adminLinks>
|
|
|
|
<siteLinks>
|
|
|
|
<link url="{e_PLUGIN}_blank/_blank.php" perm='everyone'>Blank</link>
|
|
|
|
</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>
|