mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 11:04:38 +01:00
28 lines
1.0 KiB
XML
28 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Id: plugin.xml,v 1.7 2009-10-20 03:49:22 e107coders Exp $ -->
|
|
<e107Plugin name="LWLANINS_1" version="1.1" compatibility="0.8" installRequired="true" >
|
|
<author name="e107 Inc." url="http://e107.org" />
|
|
<description>This plugin will link specified words with a defined link and/or tooltip</description>
|
|
<languageFiles>
|
|
<file type='log' path='languages/--LAN--_admin_linkwords.php' />
|
|
</languageFiles>
|
|
<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>
|
|
<mainPrefs>
|
|
<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' => ''
|
|
)
|
|
</pref>
|
|
</mainPrefs>
|
|
</e107Plugin> |