1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/wrap/conf/default.php
Daniel Baumann f8d74cc725
Adding upstream version 20241201.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-16 08:08:00 +01:00

13 lines
422 B
PHP

<?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;