Adding upstream version 20241201.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6c0499a92f
commit
485e3244ed
115 changed files with 9813 additions and 0 deletions
30
templates/55/ad-hominem/conf/metadata.php
Normal file
30
templates/55/ad-hominem/conf/metadata.php
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
/**
|
||||
* Configuration settings for the Ad Hominem template
|
||||
*
|
||||
* @author Sascha Leib <sascha@leib.be>
|
||||
*/
|
||||
|
||||
$meta['darkmode'] = array('multichoice',
|
||||
'_choices' => array ('allow', 'disable'));
|
||||
|
||||
$meta['navtrail'] = array('multichoice',
|
||||
'_choices' => array ('none', 'text', 'link'));
|
||||
|
||||
$meta['printstyle'] = array('multichoice',
|
||||
'_choices' => array ('basic', 'compact'));
|
||||
|
||||
$meta['cookiepos'] = array('multichoice',
|
||||
'_choices' => array ('hide', 'top', 'bottom'));
|
||||
|
||||
$meta['cookiemsg'] = array('string');
|
||||
|
||||
$meta['cookielink'] = array('string');
|
||||
|
||||
$meta['homelink'] = array('string');
|
||||
|
||||
$meta['langmenu'] = array('multichoice',
|
||||
'_choices' => array ('tb', 'sb'));
|
||||
|
||||
$meta['langfilter'] = array('multichoice',
|
||||
'_choices' => array ('all', 'existing'));
|
Loading…
Add table
Add a link
Reference in a new issue