1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

Added missing tags to plugin.xml

This commit is contained in:
Cameron
2013-05-04 14:29:00 -07:00
parent 7a89310d28
commit ea0cf34569
2 changed files with 9 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
// This should contain the LANs used in the plugin.xml file.
define("LAN_PLUGIN__BLANK_NAME", "Blank Plugin");
define("LAN_PLUGIN__BLANK_DIZ", "A Blank Plugin to help you get started in plugin development");
define("LAN_PLUGIN__BLANK_DIZ", "A Blank Plugin to help you get started in plugin development. More details can be added here.");
define("LAN_PLUGIN__BLANK_LINK", "Blank Link");
?>

View File

@@ -1,8 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Blank Plugin" lan="LAN_PLUGIN__BLANK_NAME" version="2.0" date="2012-08-01" compatibility="2.0" installRequired="true" >
<author name="e107 Inc." url="http://e107.org" />
<description lan="LAN_PLUGIN__BLANK_DIZ">A Blank Plugin to help you get started in plugin development</description>
<category>misc</category>
<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>
<adminLinks>
<link url='admin_config.php' description='Configure Blank Plugin' icon='images/blank_32.png' iconSmall='images/blank_16.png' primary='true' >LAN_CONGIGURE</link>
<link url="admin_config.php?mode=options" description="Configure Blank Prefs" icon="manage" >Blank Prefs</link>