ExtBlank system plugin (Convergence Services); unmapped -> deployed files. Signed-off-by: LÁZÁR Imre <imre@illusion.hu> Assisted-by: claude-code@claude-opus-4-8
35 lines
1.8 KiB
XML
35 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<extension version="1.5" type="plugin" group="system">
|
|
<name>System - Open external links in new window</name>
|
|
<author>Convergence Services</author>
|
|
<creationDate>Month 2011</creationDate>
|
|
<copyright>Copyright (C) 2012. All rights reserved.</copyright>
|
|
<license>GNU General Public License</license>
|
|
<authorEmail>info@convergenceservices.in</authorEmail>
|
|
<authorUrl>www.convergenceservices.in</authorUrl>
|
|
<version>1.0</version>
|
|
<description><![CDATA[This plugin makes all the external links open in a new window on your joomla website. <a target="_blank" href="index.php?option=com_plugins&search=Open%20external%20links%20in%20new%20window&filter_search=Open%20external%20links%20in%20new%20window">Please Enable the plugin and configure it</a>.]]></description>
|
|
<files>
|
|
<filename plugin="extblank">extblank.php</filename>
|
|
<filename>index.html</filename>
|
|
</files>
|
|
<config>
|
|
<fields name="params"><fieldset name="basic" label="Plugin Parameters">
|
|
<field name="use_backend" type="radio" default="0" label="Enable in Backend" description="Enable the plugin in joomla admin section as well">
|
|
<option value="1">Yes</option>
|
|
<option value="0">No</option>
|
|
</field>
|
|
<field name="include_jquery" type="radio" default="0" label="Load jQuery" description="You should select yes if you have not already loaded jquery in your website, if you have already loaded jquery then set this to no">
|
|
<option value="1">Yes</option>
|
|
<option value="0">No</option>
|
|
</field>
|
|
<field name="replace_hash" type="radio" default="0" label="Replace # tags" description="If set to yes, the plugin shall replace all a tags with href=# to href=javascript:void(0);">
|
|
<option value="1">Yes</option>
|
|
<option value="0">No</option>
|
|
</field>
|
|
</fieldset>
|
|
</fields>
|
|
</config>
|
|
</extension>
|
|
|