Removed patern from [templatepath] option

Was preventing to change the path
This commit is contained in:
Simon DELAGE 2014-09-01 15:37:49 +02:00
parent 3ba4f69548
commit e360655687
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $meta['use_name_string'] = array('onoff'); // use name string instead of lo
$meta['use_start_page'] = array('onoff'); // use start page instead of namespace string for home page
$meta['set_permissions'] = array('onoff'); // configure permissions
$meta['set_permissions_others'] = array('multichoice','_choices'=>array('0','1','2','4','8','16')); // if enable set permission, what permission for other people?
$meta['templatepath'] = array('string','_pattern' => '/^(|[a-zA-Z\-]+)$/'); // the location of the template file
$meta['templatepath'] = array('string'); // the location of the template file
$meta['users_namespace'] = array('string','_pattern' => '/^(|[a-zA-Z\-:]+)$/'); // the namespace containing user directories
$meta['group_by_name'] = array('onoff'); // group people by the first character of name
$meta['edit_before_create'] = array('onoff'); // allow users to edit their home page before create.