| Current Path : /home/w/u/e/wuectly/www/03cbe/ |
| Current File : /home/w/u/e/wuectly/www/03cbe/charmap.zip |
PK �9"]���� � charmap.xmlnu &1i� <?xml version="1.0" ?>
<extension version="3.4" type="plugin" group="jce" method="upgrade">
<name>WF_CHARMAP_TITLE</name>
<version>2.9.99.2</version>
<creationDate>22-04-2026</creationDate>
<author>Moxiecode / Ryan Demmer</author>
<authorEmail>info@joomlacontenteditor.net</authorEmail>
<authorUrl>https://www.joomlacontenteditor.net/</authorUrl>
<copyright>Ryan Demmer</copyright>
<license>GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html</license>
<description>WF_CHARMAP_DESC</description>
<icon>charmap</icon>
<files></files>
<fields name="charmap">
<fieldset name="config">
<field name="charmap_append" type="keyvalue" default="" label="WF_CHARMAP_APPEND" description="WF_CHARMAP_APPEND_DESC">
<field type="text" name="name" label="WF_CHARMAP_APPEND_CODE" data-decode="true" />
<field type="text" name="value" label="WF_CHARMAP_APPEND_TEXT" />
</field>
</fieldset>
</fields>
<languages></languages>
<help></help>
</extension>
PK �9"]��|W� �
config.phpnu &1i� <?php
/**
* @package JCE
* @subpackage Editor
*
* @copyright Copyright (c) 2009-2024 Ryan Demmer. All rights reserved
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
\defined('_JEXEC') or die;
class WFCharmapPluginConfig
{
public static function getConfig(&$settings)
{
$wf = WFApplication::getInstance();
$append = $wf->getParam('charmap.charmap_append', array());
if (!empty($append)) {
$values = array();
foreach ($append as $item) {
$item = (object) $item;
// invalid values
if (empty($item->name) || empty($item->value)) {
continue;
}
$item->name = html_entity_decode($item->name);
$values[$item->name] = $item->value;
}
$settings['charmap_append'] = $values;
}
}
}
PK �9"]�#o, ,
index.htmlnu &1i� <html><body bgcolor="#FFFFFF"></body></html>PK �9"]���� � charmap.xmlnu &1i� PK �9"]��|W� �
config.phpnu &1i� PK �9"]�#o, ,
� index.htmlnu &1i� PK � \