Files
EasySoft-ZenTaoPMS/module/budget/config.php
2021-01-06 16:21:39 +08:00

10 lines
356 B
PHP

<?php
$config->budget = new stdclass();
$config->budget->editor = new stdclass();
$config->budget->create = new stdclass();
$config->budget->editor->create = array('id' => 'desc', 'tools' => 'simpleTools');
$config->budget->editor->edit = array('id' => 'desc', 'tools' => 'simpleTools');
$config->budget->create->requiredFields = 'stage,subject,name';