17 lines
610 B
PHP
Executable File
17 lines
610 B
PHP
Executable File
<?php
|
|
/**
|
|
* The config file of tree module of XXB.
|
|
*
|
|
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
|
|
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
|
|
* @author Yidong Wang <yidong@cnezsoft.com>
|
|
* @package tree
|
|
* @version $Id: config.php 4029 2016-08-26 06:50:41Z liugang $
|
|
* @link https://xuanim.com
|
|
*/
|
|
$config->tree->require = new stdclass();
|
|
$config->tree->require->edit = 'name';
|
|
|
|
$config->tree->editor = new stdclass();
|
|
$config->tree->editor->edit = array('id' => 'desc', 'tools' => 'simple');
|