egroupware_official/phpgwapi/inc/class.egw_ckeditor_config.inc.php

20 lines
489 B
PHP

<?php
/**
* EGroupware - Class which generates JSON encoded configuration for the ckeditor
*
* @link http://www.egroupware.org
* @author RalfBecker-AT-outdoor-training.de
* @author Andreas Stoeckel <as-AT-stylite.de>
* @package api
* @subpackage tools
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @version $Id$
*/
use EGroupware\Api;
/**
* CK-Editor configuration
*/
class egw_ckeditor_config extends Api\Html\CkEditorConfig{}