Adding MindTheDark version 2025-03-17 (c5e286f).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
cd81ae610b
commit
19df4a7159
126 changed files with 6282 additions and 0 deletions
12
templates/55/MindTheDark/conf/default.php
Normal file
12
templates/55/MindTheDark/conf/default.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/*
|
||||
* default configuration settings
|
||||
*
|
||||
*/
|
||||
|
||||
$conf['theme'] = 'light';
|
||||
$conf['autoDark'] = 0;
|
||||
$conf['userChoice'] = 0;
|
||||
$conf['pluginNote'] = 0;
|
||||
$conf['pluginWrap'] = 0;
|
||||
|
12
templates/55/MindTheDark/conf/metadata.php
Normal file
12
templates/55/MindTheDark/conf/metadata.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?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');
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue