'', 'name' => '', 'defaultValue' => , 'description' => array( 'short' => '', 'full' => '' ), 'validator' => array( 'type' => '', ) ); */ /** * This defines the Constant that holds the name of the wiki */ $values[] = array( 'type' => 'Constant', 'name' => 'WIKI_NAME', 'defaultValue' => 'PhpWiki', 'description' => array( 'short' => 'Name of your Wiki.', 'full' => 'This can be any string, but it should be short and informative' ), 'validator' => array( 'type' => 'String' ) ); //$Log: not supported by cvs2svn $ // Local Variables: // mode: php // tab-width: 8 // c-basic-offset: 4 // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: ?>