13 lines
358 B
PHP
13 lines
358 B
PHP
|
<?php
|
||
|
/**
|
||
|
* configuration-manager metadata for the arctic-template
|
||
|
*
|
||
|
* @license: GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||
|
* @author: Michael Klier <chi@chimeric.de>
|
||
|
*/
|
||
|
|
||
|
$meta['sb_pagename'] = array('string', '_pattern' => '#[a-z]*');
|
||
|
$meta['ft_pagename'] = array('string', '_pattern' => '#[a-z]*');
|
||
|
$meta['closedwiki'] = array('onoff');
|
||
|
?>
|