1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00
Cameron 06e88e5fb7 Linkwords plugin update.
Fixes issue with admin preferences not being respected or no linking occurring.
Prefs now moved out of core and into plugin prefs.
Test page added to admin area.
Relationship field added.
e_tohtml.php deprecated in favor of e_parse.php
Tests updated.
2021-09-28 08:56:54 -07:00

27 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Linkwords" lan="LAN_PLUGIN_LINKWORDS_NAME" version="2.0" date="2021-09-28" compatibility="2.0" installRequired="true" >
<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>
<category>content</category>
<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>
<pluginPrefs>
<pref name="lw_page_visibility"></pref>
<pref name="lw_ajax_enable">0</pref>
<pref name="lw_max_per_word">2</pref>
<pref name="lw_custom_class">e-tip</pref>
<pref name="lw_context_visibility">array (
'OLDDEFAULT' => '',
'TITLE' => '',
'SUMMARY' => 1,
'BODY' => 1,
'DESCRIPTION'=> 1,
'USER_TITLE' => '',
'USER_BODY' => 1,
'LINKTEXT' => '',
'RAWTEXT' => ''
)
</pref>
</pluginPrefs>
</e107Plugin>