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

25 lines
977 B
XML
Raw Normal View History

2009-07-17 14:41:55 +00:00
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Linkwords" lan="LAN_PLUGIN_LINKWORDS_NAME" version="1.1" date="2012-08-01" compatibility="2.0" installRequired="true" >
2009-07-14 03:57:22 +00:00
<author name="e107 Inc." url="http://e107.org" />
<description lan="LAN_PLUGIN_LINKWORDS_DESCRIPTION">This plugin will link specified words with a defined link and/or tooltip.</description>
2012-11-27 23:04:52 -08:00
<category>content</category>
2009-09-24 00:11:21 +00:00
<adminLinks>
<link url='admin_config.php' description='Configure LinkWords' icon='images/linkwords_32.png' iconSmall='images/linkwords_16.png' primary='true' >Configure LinkWords</link>
</adminLinks>
2008-12-07 21:55:02 +00:00
<mainPrefs>
2009-09-24 00:11:21 +00:00
<pref name="lw_page_visibility"></pref>
<pref name="lw_ajax_enable">0</pref>
<pref name="lw_context_visibility">array (
'OLDDEFAULT' => '',
'TITLE' => '',
'SUMMARY' => 1,
'BODY' => 1,
'DESCRIPTION'=> 1,
'USER_TITLE' => '',
'USER_BODY' => 1,
'LINKTEXT' => '',
'RAWTEXT' => ''
)
2008-12-07 21:55:02 +00:00
</pref>
</mainPrefs>
</e107Plugin>