1<?php 2if (!defined('DOKU_INC')) die(); 3 4$meta['location'] = array('multichoice', '_choices' => array('local', 'latest', 'remote1091', 'remote943')); 5$meta['theme'] = array('multichoice', '_choices' => array('default', 'neutral', 'dark', 'forest', 'base', 'mc', 'neo', 'neo-dark')); 6$meta['look'] = array('multichoice', '_choices' => array('classic', 'neo', 'handDrawn')); 7$meta['logLevel'] = array('multichoice', '_choices' => array('trace', 'debug', 'info', 'warn', 'error', 'fatal'));