12 lines
306 B
PHP
12 lines
306 B
PHP
<?php
|
|
/*
|
|
* configuration metadata
|
|
*
|
|
*/
|
|
|
|
$meta['theme'] = array('multichoice','_choices' => array('light','dark'));
|
|
$meta['autoDark'] = array('onoff');
|
|
$meta['userChoice'] = array('onoff');
|
|
$meta['pluginNote'] = array('onoff');
|
|
$meta['pluginWrap'] = array('onoff');
|
|
|