xxb/module/company/config.php
2023-10-23 15:51:36 +08:00

14 lines
565 B
PHP
Executable File

<?php
/**
* The config file of company module of RanZhi.
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package company
* @version $Id: config.php 4029 2016-08-26 06:50:41Z liugang $
* @link http://www.ranzhi.org
*/
$config->company->editor = new stdclass();
$config->company->editor->setbasic = array('id' => 'desc,content', 'tools' => 'simple');