| Current Path : /var/www/html/components/com_jce/editor/plugins/style/ |
| Current File : /var/www/html/components/com_jce/editor/plugins/style/config.php |
<?php
/**
* @package JCE
* @subpackage Editor
*
* @copyright Copyright (c) 2009-2026 Ryan Demmer. All rights reserved
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
\defined('_JEXEC') or die;
class WFStylePluginConfig
{
public static function getConfig(&$settings)
{
$wf = WFApplication::getInstance();
$settings['style_file_browser'] = $wf->getParam('style.file_browser', 1, 1);
}
}