document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <extension version="2.5" type="plugin" group="community" method="upgrade">
  3.     <name>Community - Example</name>
  4.     <author>Author Name</author>
  5.     <creationDate>Febraury 2013</creationDate>
  6.     <copyright>Copyright 2013 - Your Company</copyright>
  7.     <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
  8.     <authorEmail>author@email.com</authorEmail>
  9.     <authorUrl>http://www.site.name</authorUrl>
  10.     <version>x.y.z</version>
  11.     <isapplication>true</isapplication>
  12.  
  13.     <description>PLG_EXAMPLE_DESCRIPTION</description>
  14.  
  15.     <languages>
  16.         <language tag="en-GB">en-GB.plg_community_example.ini</language>
  17.         <language tag="en-GB">en-GB.plg_community_example.sys.ini</language>
  18.     </languages>
  19.  
  20.     <files>
  21.         <file plugin="example">example.php</file>
  22.         <folder>example</folder>
  23.     </files>
  24.  
  25.     <config>
  26.         <fields name="params">
  27.             <fieldset name="basic">
  28.                 <field name="coreapp" type="list" default="0" label="Core Application" description="Causes this application to not appearin the users applications list but it will allow this application to appear in the user profile automatically if selected.">
  29.                     <option value="0">No</option>
  30.                     <option value="1">Yes</option>
  31.                 </field>
  32.                 <field name="position" type="list" default="content" label="Avalaible Positions" description="Select one or more available positions from the list.  You can use Ctrl-click to select more than one item.">
  33.                     <option value="content">Content</option>
  34.                     <option value="sidebar-top">Sidebar Top</option>
  35.                     <option value="sidebar-bottom">Sidebar Bottom</option>
  36.                 </field>
  37.             </fieldset>
  38.         </fields>
  39.     </config>
  40. </extension>
');