Begin implementing programs management
This commit is contained in:
@@ -117,6 +117,19 @@ $config['users/edit'] = array(
|
||||
),
|
||||
);
|
||||
|
||||
/**
|
||||
* Rules for editing programs.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
$config['programs/edit'] = array(
|
||||
array(
|
||||
'field' => 'name',
|
||||
'label' => _('Name of the program'),
|
||||
'rules' => 'required|max_length[100]|trim',
|
||||
),
|
||||
);
|
||||
|
||||
/**
|
||||
* Rules for the settings page.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user