Adding upstream version 20241201.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5f5109ce41
commit
f8d74cc725
216 changed files with 7490 additions and 0 deletions
13
plugins/55/wrap/conf/default.php
Normal file
13
plugins/55/wrap/conf/default.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/*
|
||||
* Wrap plugin, default configuration settings
|
||||
*
|
||||
*/
|
||||
|
||||
$conf['noPrefix'] = 'tabs, group';
|
||||
$conf['restrictedClasses'] = ''; //restrict usage of plugin to these classes (comma separated)
|
||||
$conf['restrictionType'] = 0; //0= exclude restricted classes, 1=include restricted classes and exclude all others
|
||||
$conf['syntaxDiv'] = 'WRAP';
|
||||
$conf['syntaxSpan'] = 'wrap';
|
||||
$conf['darkTpl'] = 0;
|
||||
$conf['emulatedHeadlines'] = 0;
|
Loading…
Add table
Add a link
Reference in a new issue