Files
EasySoft-ZenTaoPMS/module/account/config.php
2023-07-31 08:57:12 +00:00

10 lines
374 B
PHP

<?php
$config->account->create = new stdclass;
$config->account->create->requiredFields = 'name,account,provider';
$config->account->edit = new stdclass;
$config->account->edit->requiredFields = 'name,account,provider';
$config->account->actions = new stdclass();
$config->account->actions->view = array();
$config->account->actions->view['suffixActions'] = array('edit');