find($account_id); return array ( 'update' => array ( 'field' => array ( 'platform_setting_id' => array ( 'type' => 'select', 'option' => 'Dever::call("api/app.getSetting", '.$account['platform_id'].')', //'remote' => 'api/manage.getSettingName', //'remote_default' => false, ), 'value' => array ( 'type' => 'textarea', 'autosize' => array('minRows' => 2), ), ), ), );