2009-07-17 14:41:55 +00:00
<?xml version="1.0" encoding="utf-8"?>
2009-12-08 17:21:36 +00:00
<!-- $Id: plugin.xml,v 1.9 2009 - 12 - 08 17:21:31 secretr Exp $ -->
2013-03-13 09:47:48 +02:00
<e107Plugin name= "Featurebox" lan= "LAN_PLUGIN_FEATUREBOX_NAME" version= "1.1" date= "2012-08-01" compatibility= "2.0" installRequired= "true" >
2012-08-22 03:38:38 +00:00
<author name= "e107 Inc." url= "http://e107.org" />
2012-12-15 16:01:31 +01:00
<description lan= "LAN_PLUGIN_FEATUREBOX_DESCRIPTION" > Displays an animated area on the top of your page with news-items and other content you would like to feature.</description>
2009-07-09 02:47:17 +00:00
<category > content</category>
2009-12-08 17:21:36 +00:00
<adminLinks >
2012-12-15 16:01:31 +01:00
<link url= 'admin_config.php' description= 'Configure feature box' icon= 'images/featurebox_32.png' iconSmall= 'images/featurebox_16.png' primary= 'true' > Configure feature box</link>
<link url= "admin_config.php" description= "Manage Featurebox Items" icon= "manage" > Manage Items</link>
<link url= "admin_config.php?mode=main&action=create" description= "Add Featurebox item" icon= "add" > Create Item</link>
<link url= "admin_config.php?mode=category&action=list" description= "Manage Featurebox Categories" icon= "manage" > Manage Categories</link>
<link url= "admin_config.php?mode=category&action=create" description= "Add Featurebox Category" icon= "add" > Create Category</link>
2009-12-08 17:21:36 +00:00
</adminLinks>
2008-12-10 22:41:39 +00:00
<copyright > Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
<mainPrefs >
2009-09-21 22:14:45 +00:00
<pref name= "fb_active" > 1</pref>
2008-12-10 22:41:39 +00:00
</mainPrefs>
2016-03-13 11:10:02 -07:00
<pluginPrefs >
<pref name= "menu_category" > bootstrap3_carousel</pref>
</pluginPrefs>
2013-10-28 21:54:27 -07:00
<mediaCategories >
<category type= "image" > Featurebox</category>
</mediaCategories>
2008-12-10 22:41:39 +00:00
</e107Plugin>